1. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 8 years ago
  2. ac3ebc3 JIT root tables. by Nicolas Geoffray · 8 years ago
  3. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
  4. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 8 years ago
  5. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  6. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  7. 68f1128 Merge "Update HInstruction::NeedsCurrentMethod." by Nicolas Geoffray · 8 years ago
  8. 96eeb4e Update HInstruction::NeedsCurrentMethod. by Nicolas Geoffray · 8 years ago
  9. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  10. 482095d Improved and simplified loop optimizations. by Aart Bik · 8 years ago
  11. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 8 years ago
  12. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 8 years ago
  13. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  14. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 8 years ago
  15. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  16. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  17. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  18. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  19. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  20. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  21. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 8 years ago
  22. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  23. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  24. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 8 years ago
  25. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  26. 8850c73 Merge "MIPS32: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  27. 96b6682 MIPS32: Implement table-based packed switch by Alexey Frunze · 8 years ago
  28. c11d1b4 Merge "Allow for testing alternative code generators in codegen_test.cc" by Roland Levillain · 8 years ago
  29. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  30. 2c76e06 Allow for testing alternative code generators in codegen_test.cc by Scott Wakeling · 8 years ago
  31. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 8 years ago
  32. fca1666 Extend the InvokeRuntime() changes to mips. by Serban Constantinescu · 8 years ago
  33. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  34. f9136b6 Merge "MIPS32: Improve string and class loads" by Vladimir Marko · 8 years ago
  35. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 8 years ago
  36. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  37. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 8 years ago
  38. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 8 years ago
  39. 1fdb340 Merge "Create a typedef for HInstruction::GetInputs() return type." by Treehugger Robot · 8 years ago
  40. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 8 years ago
  41. 7fe30f9 Make the Compute() method of all HIRs static. by Anton Kirilov · 8 years ago
  42. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 8 years ago
  43. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 8 years ago
  44. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 8 years ago
  45. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 8 years ago
  46. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 8 years ago
  47. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  48. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  49. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 8 years ago
  50. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 8 years ago
  51. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 8 years ago
  52. 372f10e Refactor handling of input records. by Vladimir Marko · 8 years ago
  53. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 8 years ago
  54. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 8 years ago
  55. 36a94ab Merge "Intrinsify String.length() and String.isEmpty() as HIR." by Vladimir Marko · 8 years ago
  56. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 8 years ago
  57. 5bcbdd5 Merge "Optimizing: LoadString may not have any side effects." by Vladimir Marko · 8 years ago
  58. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 8 years ago
  59. b4154d3 Merge "Revert "Revert "Use dex cache from compilation unit in RTP.""" by Vladimir Marko · 8 years ago
  60. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  61. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  62. 2dcab78 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  63. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 8 years ago
  64. 05241f4 Merge "Enable allocation elimination as part of LSE" by Mingyao Yang · 8 years ago
  65. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  66. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 8 years ago
  67. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  68. 1f7624c Revert "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 8 years ago
  69. 2f52064 Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 8 years ago
  70. c2e8af9 ART: Speed up HGraph::PopulateIrreducibleRecursive by David Brazdil · 8 years ago
  71. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  72. ace7a00 Optimizing: LoadString may not have any side effects. by Vladimir Marko · 8 years ago
  73. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  74. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  75. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 8 years ago
  76. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 8 years ago
  77. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 8 years ago
  78. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 8 years ago
  79. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 8 years ago
  80. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 8 years ago
  81. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 8 years ago
  82. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 8 years ago
  83. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 8 years ago
  84. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 8 years ago
  85. 1a65388 Clean up art::HConstant predicates. by Roland Levillain · 8 years ago
  86. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  87. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  88. 3e90681 Merge "Make art::HCompare side effect free." by Roland Levillain · 8 years ago
  89. 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 8 years ago
  90. 1693a1f Make art::HCompare side effect free. by Roland Levillain · 8 years ago
  91. 95f931e Merge "Integrate BitwiseNegated into shared framework." by Vladimir Marko · 8 years ago
  92. a9e6802 Merge "Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant""""" by Nicolas Geoffray · 8 years ago
  93. 18401b7 Fix invariant in reference type propagation. by Nicolas Geoffray · 8 years ago
  94. 7fc6350 Integrate BitwiseNegated into shared framework. by Artem Serov · 8 years ago
  95. bdd7935 Revert "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Anton Shamin · 8 years ago
  96. 7c9c31c ART: Fix missing include by Andreas Gampe · 8 years ago
  97. 3f52306 ART: Fix overlapping instruction IDs in inliner by David Brazdil · 8 years ago
  98. a1d8ddf Bug fix for polymorphic inlining. by Nicolas Geoffray · 8 years ago
  99. 01c30e8 Merge "Optimizing: Reduce memory usage of HInstructions." by Vladimir Marko · 8 years ago
  100. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 8 years ago