1. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  2. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  3. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  4. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 9 years ago
  5. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 9 years ago
  6. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  7. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  8. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 9 years ago
  9. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
  10. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 9 years ago
  11. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 9 years ago
  12. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  13. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 9 years ago
  14. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  15. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  16. 3e90681 Merge "Make art::HCompare side effect free." by Roland Levillain · 9 years ago
  17. 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 9 years ago
  18. 1693a1f Make art::HCompare side effect free. by Roland Levillain · 9 years ago
  19. 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 9 years ago
  20. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 9 years ago
  21. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 9 years ago
  22. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 9 years ago
  23. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 9 years ago
  24. 7c9c31c ART: Fix missing include by Andreas Gampe · 9 years ago
  25. 3f52306 ART: Fix overlapping instruction IDs in inliner by David Brazdil · 9 years ago
  26. a1d8ddf Bug fix for polymorphic inlining. by Nicolas Geoffray · 9 years ago
  27. 01c30e8 Merge "Optimizing: Reduce memory usage of HInstructions." by Vladimir Marko · 9 years ago
  28. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  29. 9ff0d20 Optimizing: ARM64 negated bitwise operations simplification by Kevin Brodsky · 9 years ago
  30. 1de3bb2 Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining.""" by Vladimir Marko · 9 years ago
  31. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  32. e53bd81 Remove unreachable code paths in constant folding. by Roland Levillain · 9 years ago
  33. 1d01ef7 Merge "Small inlining improvements." by Nicolas Geoffray · 9 years ago
  34. f8a0873 Merge "Implement polymorphic inlining." by Nicolas Geoffray · 9 years ago
  35. e4084a5 Small inlining improvements. by Nicolas Geoffray · 9 years ago
  36. 916cc1d Implement polymorphic inlining. by Nicolas Geoffray · 9 years ago
  37. 31dd3d6 Extend constant folding to float and double operations. by Roland Levillain · 9 years ago
  38. 4a69a30 Merge "Refactor the inliner." by Nicolas Geoffray · 9 years ago
  39. 55bd749 Refactor the inliner. by Nicolas Geoffray · 9 years ago
  40. 9779307 HInvokeStaticOrDirect may not have a special input. by Nicolas Geoffray · 9 years ago
  41. b01e0e2 Merge "ART: Run SsaBuilder from HGraphBuilder" by David Brazdil · 9 years ago
  42. c0b601b ART: Implement HSelect with CSEL/FCSEL on arm64 by David Brazdil · 9 years ago
  43. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  44. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  45. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 9 years ago
  46. 9fba3f6 Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""" by Nicolas Geoffray · 9 years ago
  47. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  48. 11aa3f5 Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by David Brazdil · 9 years ago
  49. bd89a5c Revert "Implement on-stack replacement for arm/arm64/x86/x86_64." by David Brazdil · 9 years ago
  50. 7ac9aeb Merge "Implement on-stack replacement for arm/arm64/x86/x86_64." by Nicolas Geoffray · 9 years ago
  51. 891bc28 Implement on-stack replacement for arm/arm64/x86/x86_64. by Nicolas Geoffray · 9 years ago
  52. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  53. 03196cf Be on the safe side: emit an environment for runtime calls. by Nicolas Geoffray · 9 years ago
  54. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 9 years ago
  55. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 10 years ago
  56. 74eb1b2 ART: Implement HSelect by David Brazdil · 10 years ago
  57. b3e773e ART: Implement support for instruction inlining by David Brazdil · 9 years ago
  58. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 9 years ago
  59. cf8d1bb Revert "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  60. dc00454 X86: Use the constant area for more operations. by Mark Mendell · 10 years ago
  61. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 9 years ago
  62. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 9 years ago
  63. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 9 years ago
  64. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  65. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  66. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  67. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 9 years ago
  68. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 10 years ago
  69. 3ac099b Merge "Revert "Inline methods with loops."" by Andreas Gampe · 9 years ago
  70. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 9 years ago
  71. 440ef2c Merge "ART: Cannot assume String.<init> called on NewInstance" by David Brazdil · 9 years ago
  72. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 9 years ago
  73. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 9 years ago
  74. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  75. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  76. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  77. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  78. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  79. 780aece Update `ValidateInvokeRuntime()` and HDivZeroCheck. by Alexandre Rames · 9 years ago
  80. 1cde058 HDeoptimize can also trigger GC. by Nicolas Geoffray · 9 years ago
  81. 1af564e Set side effects to HNullCheck and HBoundsCheck. by Nicolas Geoffray · 9 years ago
  82. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 9 years ago
  83. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  84. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 10 years ago
  85. c928591 ARM Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  86. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  87. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 10 years ago
  88. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  89. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 10 years ago
  90. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 10 years ago
  91. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 10 years ago
  92. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  93. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  94. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 10 years ago
  95. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 10 years ago
  96. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 10 years ago
  97. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 10 years ago
  98. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  99. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 10 years ago
  100. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago