1. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 10 years ago
  2. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 10 years ago
  3. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 10 years ago
  4. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  5. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 10 years ago
  6. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 10 years ago
  7. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 10 years ago
  8. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 10 years ago
  9. 3ac099b Merge "Revert "Inline methods with loops."" by Andreas Gampe · 10 years ago
  10. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 10 years ago
  11. 440ef2c Merge "ART: Cannot assume String.<init> called on NewInstance" by David Brazdil · 10 years ago
  12. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 10 years ago
  13. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 10 years ago
  14. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 10 years ago
  15. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 10 years ago
  16. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 10 years ago
  17. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 10 years ago
  18. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 10 years ago
  19. 780aece Update `ValidateInvokeRuntime()` and HDivZeroCheck. by Alexandre Rames · 10 years ago
  20. 1cde058 HDeoptimize can also trigger GC. by Nicolas Geoffray · 10 years ago
  21. 1af564e Set side effects to HNullCheck and HBoundsCheck. by Nicolas Geoffray · 10 years ago
  22. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 10 years ago
  23. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 10 years ago
  24. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 10 years ago
  25. c928591 ARM Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  26. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 10 years ago
  27. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 10 years ago
  28. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  29. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 10 years ago
  30. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 10 years ago
  31. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 10 years ago
  32. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  33. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  34. 58dcb02 Merge "Replace rotate patterns and invokes with HRor IR." by Vladimir Marko · 10 years ago
  35. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 10 years ago
  36. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 10 years ago
  37. 4b467ed Simplify and rename IsLoopInvariant() test. by Mingyao Yang · 10 years ago
  38. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 10 years ago
  39. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 10 years ago
  40. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  41. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 10 years ago
  42. 1cfe7fd Merge "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  43. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  44. 753e8c4 Merge "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  45. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 10 years ago
  46. b1aa617 Merge "Move PC-relative addressing bases to a better position." by Vladimir Marko · 10 years ago
  47. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 10 years ago
  48. fb337ea Move PC-relative addressing bases to a better position. by Vladimir Marko · 10 years ago
  49. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 10 years ago
  50. 3a581b4 Merge "ARM64: Use the shifter operands." by Vladimir Marko · 10 years ago
  51. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 10 years ago
  52. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 10 years ago
  53. 67e0ad6 Merge "ARM64: Add support for multiply-accumulate." by Vladimir Marko · 10 years ago
  54. 349106d Merge "ART: Fix wide stores in Optimizing" by David Brazdil · 10 years ago
  55. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 10 years ago
  56. 8e1ef53 Do not change to the access check entrypoint when inlined. by Nicolas Geoffray · 10 years ago
  57. 2171e2a Merge "Simplify boolean condition compared to 0" by David Brazdil · 10 years ago
  58. 01b88a2 Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance." by Nicolas Geoffray · 10 years ago
  59. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 10 years ago
  60. f652917 Simplify boolean condition compared to 0 by Mark Mendell · 10 years ago
  61. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 10 years ago
  62. c53c079 Clean up the special input in HInvokeStaticOrDirect. by Vladimir Marko · 10 years ago
  63. d846a2c Merge "Fix ClinitCheck pruning." by Vladimir Marko · 10 years ago
  64. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 10 years ago
  65. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 10 years ago
  66. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  67. cff8107 Merge "Optimizing/X86: PC-relative dex cache array addressing." by Vladimir Marko · 10 years ago
  68. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 10 years ago
  69. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  70. 040db34 Optimizing: Clean up Equal/NotEqual constant folding for nulls. by Vladimir Marko · 10 years ago
  71. feaf26d Merge "Optimizing: Improve constant folding + DCE for inlining." by Vladimir Marko · 10 years ago
  72. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 10 years ago
  73. 9e23df5 Optimizing: Improve constant folding + DCE for inlining. by Vladimir Marko · 10 years ago
  74. 83dcccb Merge "Revert "Revert "ART: Update DCE to work with try/catch""" by David Brazdil · 10 years ago
  75. 8a7c0fe Revert "Revert "ART: Update DCE to work with try/catch"" by David Brazdil · 10 years ago
  76. 31f1584 Merge "Optimizing: Rewrite search for common dominators." by Vladimir Marko · 10 years ago
  77. 391d01f Optimizing: Rewrite search for common dominators. by Vladimir Marko · 10 years ago
  78. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 10 years ago
  79. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 10 years ago
  80. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 10 years ago
  81. 2bd4c5c Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" by David Brazdil · 10 years ago
  82. 1749e2c ART: Implement DeadPhiHandling in PrimitiveTypePropagation by David Brazdil · 10 years ago
  83. d930929 Fix inlining and lse bugs with unresolved access. by Nicolas Geoffray · 10 years ago
  84. c65d1f3 Merge "Move loop invariant utility to more general place." by Aart Bik · 10 years ago
  85. 73f1f3b Move loop invariant utility to more general place. by Aart Bik · 10 years ago
  86. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 10 years ago
  87. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 10 years ago
  88. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 10 years ago
  89. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 10 years ago
  90. a815f17 Merge "Revert "Revert "load store elimination.""" by Mingyao Yang · 10 years ago
  91. 31f0e75 Merge "ARM64: Instruction simplification for array accesses." by Roland Levillain · 10 years ago
  92. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  93. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 10 years ago
  94. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 10 years ago
  95. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 10 years ago
  96. e6dbf48 ARM64: Instruction simplification for array accesses. by Alexandre Rames · 10 years ago
  97. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 10 years ago
  98. d5a69fc Merge "Added support for unsigned comparisons" by Aart Bik · 10 years ago
  99. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 10 years ago
  100. 589dac7 load store elimination. by Mingyao Yang · 10 years ago