1. 5b76889 Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`. by Roland Levillain · 5 years ago
  2. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 5 years ago
  3. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 5 years ago
  4. 3fae129 Move IntrusiveForwardList<> to libartbase. by Vladimir Marko · 6 years ago
  5. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  6. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  7. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 6 years ago
  8. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 7 years ago
  9. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  10. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  11. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  12. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  13. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  14. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  15. b006e1f Merge "Revert^4 "Compiler changes for bitstring based type checks."" by Treehugger Robot · 7 years ago
  16. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  17. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  18. fe94875 ART: Fix infinite recursion for deopt at dex pc 0. by Vladimir Marko · 7 years ago
  19. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  20. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  21. 2c148f0 Don't analyze methods with verification errors. by Aart Bik · 7 years ago
  22. 66c158e Clean up signed/unsigned in vectorizer. by Aart Bik · 7 years ago
  23. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  24. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  25. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  26. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 7 years ago
  27. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  28. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  29. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  30. bf3243b ART: Describe static fields in GraphVisualizer. by Vladimir Marko · 8 years ago
  31. 5ceac0e Don't use the graph's dex file when printing HInvoke. by Nicolas Geoffray · 8 years ago
  32. 82b0740 Use IntrusiveForwardList<> for Env-/UsePosition. by Vladimir Marko · 8 years ago
  33. c8e93c7 Min/max SIMDization support. by Aart Bik · 8 years ago
  34. f34dd20 ARM64: Support MultiplyAccumulate for SIMD. by Artem Serov · 8 years ago
  35. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 8 years ago
  36. 7359649 Merge "Make data dependency around HDeoptimize correct." by Nicolas Geoffray · 8 years ago
  37. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 8 years ago
  38. 5576f37 Implement a SIMD spilling slot. by Aart Bik · 8 years ago
  39. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 8 years ago
  40. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  41. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  42. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  43. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  44. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  45. 372f3a3 ART: Add thread offset printing hook to disassembler by Andreas Gampe · 9 years ago
  46. c2c52a1 Improve the graph visualizer's output for constant locations. by Alexandre Rames · 9 years ago
  47. e928885 Rename current register allocator implementation by Matthew Gharrity · 9 years ago
  48. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
  49. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  50. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  51. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  52. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  53. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  54. 893a1d3 Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information." by Aart Bik · 9 years ago
  55. d3059e7 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  56. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  57. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 9 years ago
  58. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 9 years ago
  59. 085055f Merge "Optimizing: Improve const-string code generation." by Vladimir Marko · 9 years ago
  60. fa02c9d ART: Flush ostream less frequently in GraphVisualizer by David Brazdil · 9 years ago
  61. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  62. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  63. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  64. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
  65. 9ff0d20 Optimizing: ARM64 negated bitwise operations simplification by Kevin Brodsky · 9 years ago
  66. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  67. 31dd3d6 Extend constant folding to float and double operations. by Roland Levillain · 9 years ago
  68. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  69. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 9 years ago
  70. ad4ed08 Revert "Revert "Lift the spill at each irreducible loop block restriction."" by Nicolas Geoffray · 9 years ago
  71. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  72. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  73. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  74. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  75. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  76. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  77. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  78. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  79. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  80. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 9 years ago
  81. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  82. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 9 years ago
  83. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  84. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  85. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 9 years ago
  86. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 9 years ago
  87. 33a9a16 Merge "Allow NullConstant to be untyped in GraphVisualiser." by Calin Juravle · 9 years ago
  88. b2d38fd Allow NullConstant to be untyped in GraphVisualiser. by Mark Mendell · 9 years ago
  89. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 9 years ago
  90. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 9 years ago
  91. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 9 years ago
  92. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 9 years ago
  93. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 9 years ago
  94. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 9 years ago
  95. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 9 years ago
  96. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  97. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  98. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  99. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  100. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 10 years ago