1. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 8 years ago
  2. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  3. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  4. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  5. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  6. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  7. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  8. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  9. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  10. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  11. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  12. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  13. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  14. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  15. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  16. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  17. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  18. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  19. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  20. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  21. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  22. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  23. db47a14 Merge "Keep resolved String in HLoadString." by Nicolas Geoffray · 8 years ago
  24. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  25. 5e83eb7 Merge "Recognize getClass() in RTP." by Nicolas Geoffray · 8 years ago
  26. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  27. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 8 years ago
  28. 4d1be49 Remove the IsInDexCache flag from HLoadString. by Vladimir Marko · 8 years ago
  29. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 8 years ago
  30. eaaaaef Merge "Sharpen HLoadClass from inliner." by Nicolas Geoffray · 8 years ago
  31. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 8 years ago
  32. 5687634 Sharpen HLoadClass from inliner. by Nicolas Geoffray · 8 years ago
  33. a9dbe83 Add HVariableInputSizeInstruction. by Mingyao Yang · 8 years ago
  34. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  35. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 8 years ago
  36. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 8 years ago
  37. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 8 years ago
  38. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  39. 679ba8d Merge "Optimizations around escape analysis. With tests." by Treehugger Robot · 8 years ago
  40. 71bf7b4 Optimizations around escape analysis. With tests. by Aart Bik · 8 years ago
  41. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  42. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  43. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  44. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  45. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  46. 48f3e29 Merge "Do not inline loops without exit edges" by David Sehr · 8 years ago
  47. c757dec Do not inline loops without exit edges by David Sehr · 8 years ago
  48. 7891b23 Merge "Allow read side effects for removing dead instructions." by Aart Bik · 8 years ago
  49. ff7d89c Allow read side effects for removing dead instructions. by Aart Bik · 8 years ago
  50. 20c56a8 Merge "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  51. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 8 years ago
  52. 54d6a20 Fix 552-checker-sharpening for PIC test. by Vladimir Marko · 8 years ago
  53. ac3ebc3 JIT root tables. by Nicolas Geoffray · 8 years ago
  54. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 8 years ago
  55. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 8 years ago
  56. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  57. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 8 years ago
  58. 68f1128 Merge "Update HInstruction::NeedsCurrentMethod." by Nicolas Geoffray · 8 years ago
  59. 96eeb4e Update HInstruction::NeedsCurrentMethod. by Nicolas Geoffray · 8 years ago
  60. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  61. 482095d Improved and simplified loop optimizations. by Aart Bik · 8 years ago
  62. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 8 years ago
  63. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 8 years ago
  64. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  65. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 8 years ago
  66. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  67. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  68. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  69. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  70. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  71. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  72. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 8 years ago
  73. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  74. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  75. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 8 years ago
  76. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  77. 8850c73 Merge "MIPS32: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  78. 96b6682 MIPS32: Implement table-based packed switch by Alexey Frunze · 8 years ago
  79. c11d1b4 Merge "Allow for testing alternative code generators in codegen_test.cc" by Roland Levillain · 8 years ago
  80. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  81. 2c76e06 Allow for testing alternative code generators in codegen_test.cc by Scott Wakeling · 8 years ago
  82. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 8 years ago
  83. fca1666 Extend the InvokeRuntime() changes to mips. by Serban Constantinescu · 9 years ago
  84. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  85. f9136b6 Merge "MIPS32: Improve string and class loads" by Vladimir Marko · 8 years ago
  86. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 9 years ago
  87. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  88. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 9 years ago
  89. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  90. 1fdb340 Merge "Create a typedef for HInstruction::GetInputs() return type." by Treehugger Robot · 9 years ago
  91. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  92. 7fe30f9 Make the Compute() method of all HIRs static. by Anton Kirilov · 9 years ago
  93. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 9 years ago
  94. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  95. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
  96. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
  97. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  98. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  99. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  100. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 9 years ago