1. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  2. 335f644 Merge "Invoke typed arraycopy for primitive arrays." by Nicolas Geoffray · 8 years ago
  3. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  4. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 8 years ago
  5. b813ca1 Implement code sinking. by Nicolas Geoffray · 8 years ago
  6. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  7. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  8. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  9. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  10. 85bd7a3 Merge "Revert "Revert "Inline across dex files for JIT.""" by Nicolas Geoffray · 8 years ago
  11. fe076a5 Merge "Code refactoring around sharpening HLoadClass." by Nicolas Geoffray · 8 years ago
  12. fbdfa6d Revert "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  13. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  14. d90cd5c Merge "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 8 years ago
  15. d16da8b Revert "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  16. 3f50d3c Merge "Inline across dex files for JIT." by Nicolas Geoffray · 8 years ago
  17. f290c01 Inline across dex files for JIT. by Nicolas Geoffray · 8 years ago
  18. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  19. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  20. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 9 years ago
  21. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  22. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 9 years ago
  23. ed015ac Flush JIT data cache when committing code. by Nicolas Geoffray · 9 years ago
  24. 9186ced ART: Clean up utils.h by Andreas Gampe · 9 years ago
  25. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  26. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  27. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 9 years ago
  28. d4cc5b2 ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch. by Artem Serov · 9 years ago
  29. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  30. f46501c Clear the right data pointer. by Nicolas Geoffray · 9 years ago
  31. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 9 years ago
  32. dac7ad1 Merge "Revert "Revert "Revert "Revert "JIT root tables.""""" by Nicolas Geoffray · 9 years ago
  33. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 9 years ago
  34. 2bbc953 ARM: VIXL32: Arch specific operations. by Artem Serov · 9 years ago
  35. 81cae78 Merge "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 9 years ago
  36. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 9 years ago
  37. 4b050e8 Merge "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 9 years ago
  38. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 9 years ago
  39. 00c141a Dump c1visualizer output before and after each pass. by Nicolas Geoffray · 9 years ago
  40. 20c56a8 Merge "Revert "JIT root tables."" by Nicolas Geoffray · 9 years ago
  41. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 9 years ago
  42. 0864c98 Merge "JIT root tables." by Nicolas Geoffray · 9 years ago
  43. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 9 years ago
  44. ac3ebc3 JIT root tables. by Nicolas Geoffray · 9 years ago
  45. 2767f4b New instruction simplifications. Extra dce pass. Allow more per block repeats. by Aart Bik · 9 years ago
  46. b0103ca Flush the CFG visualizer output after writing to it. by Roland Levillain · 9 years ago
  47. a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 9 years ago
  48. a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 9 years ago
  49. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 9 years ago
  50. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 9 years ago
  51. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  52. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 9 years ago
  53. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  54. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 9 years ago
  55. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 9 years ago
  56. ebe1674 Properly scope HLoopOptimization's allocator. by Nicolas Geoffray · 9 years ago
  57. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 9 years ago
  58. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  59. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  60. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  61. 68c981f ARM/MIPS: Avoid dead dex cache arrays base for intrinsics. by Vladimir Marko · 9 years ago
  62. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 9 years ago
  63. b6a12832 Use full pass name when building optimizations by Wojciech Staszkiewicz · 9 years ago
  64. ba6b679 ARM: Purge Arm32Assembler. by Artem Serov · 9 years ago
  65. 35938f9 Merge "Log optimization passes in verbose mode" by Aart Bik · 9 years ago
  66. e28c7d0 Fix optimizing compiler not building for svelte by Wojciech Staszkiewicz · 9 years ago
  67. e706070 Log optimization passes in verbose mode by Wojciech Staszkiewicz · 9 years ago
  68. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 9 years ago
  69. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 9 years ago
  70. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 9 years ago
  71. 06a46c4 MIPS32: Improve string and class loads by Alexey Frunze · 9 years ago
  72. a69e790 Merge "Make static helper methods member functions of OptimizingCompiler class" by Aart Bik · 9 years ago
  73. f5fb090 Make static helper methods member functions of OptimizingCompiler class by Wojciech Staszkiewicz · 9 years ago
  74. a92938a Merge "ARM: Port instr simplification of array accesses." by Vladimir Marko · 9 years ago
  75. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 9 years ago
  76. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 9 years ago
  77. e928885 Rename current register allocator implementation by Matthew Gharrity · 9 years ago
  78. ee8d971 X86: Use memory to do array range checks by Mark Mendell · 9 years ago
  79. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  80. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  81. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  82. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  83. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 9 years ago
  84. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  85. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  86. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  87. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  88. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  89. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  90. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  91. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  92. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  93. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  94. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  95. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  96. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  97. 914d71e Merge "Clean up NullCheck generation and record stats about it." by Calin Juravle · 9 years ago
  98. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  99. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  100. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago