1. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  2. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  3. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  4. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  5. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  6. 6a63bac Allow x86+arm multilib build. by Ying Wang · 8 years ago
  7. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  8. 07f6818 ART: Do not use vixld - workaround to fix dex2oatds. by Vladimir Marko · 8 years ago
  9. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  10. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 9 years ago
  11. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  12. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 9 years ago
  13. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  14. a5502e3 Merge "Revert "Add profman tool: responsible to process profiles"" by Nicolas Geoffray · 9 years ago
  15. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago
  16. b7f9aa8 Merge "Add profman tool: responsible to process profiles" by Calin Juravle · 9 years ago
  17. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 9 years ago
  18. 0c5b18e Support CMOV for x86 Select by Mark Mendell · 9 years ago
  19. c5bfa97 Split elf_writer_debug.cc to several files. by David Srbecky · 9 years ago
  20. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  21. 74eb1b2 ART: Implement HSelect by David Brazdil · 9 years ago
  22. d112827 Add dependency on liblzma. by David Srbecky · 9 years ago
  23. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  24. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  25. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  26. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 9 years ago
  27. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  28. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  29. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  30. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  31. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  32. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  33. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  34. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 9 years ago
  35. 1965328 Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." by Vladimir Marko · 9 years ago
  36. b4536b7 Optimizing/ARM: Implement kDexCachePcRelative dispatch. by Vladimir Marko · 9 years ago
  37. 3a581b4 Merge "ARM64: Use the shifter operands." by Vladimir Marko · 9 years ago
  38. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 9 years ago
  39. a0e87b0 MIPS64: Support short and long branches by Alexey Frunze · 9 years ago
  40. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 9 years ago
  41. 701566a MIPS32: Create infrastructure to support intrinsics by Chris Larsen · 9 years ago
  42. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 9 years ago
  43. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  44. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 9 years ago
  45. e5d80f8 Move ArenaBitVector into the runtime by Mathieu Chartier · 9 years ago
  46. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  47. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  48. f652cec MIPS: Initial version of optimizing compiler for MIPS32 by Goran Jakovljevic · 9 years ago
  49. 9499107 Move x86 constant area code to its own file by Mark Mendell · 9 years ago
  50. 8c434dc MIPS: Assemblers changes needed for optimizing compiler by Goran Jakovljevic · 9 years ago
  51. 3039e38 MIPS64: Implement miscellaneous bit manipulation intrinsics by Chris Larsen · 9 years ago
  52. 22af3be Use induction variable range analysis in BCE (statically). by Aart Bik · 9 years ago
  53. 30efb4e Induction variable analysis (with unit tests). by Aart Bik · 9 years ago
  54. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 9 years ago
  55. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  56. 5eb0d38 ART: Wire up DexToDexCompiler without extern by Andreas Gampe · 9 years ago
  57. 65e069d Build statically linked version of dex2oat. by Calin Juravle · 9 years ago
  58. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 9 years ago
  59. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 9 years ago
  60. 12bd721 If heap poisoning is on, pass the relevant flag to LOCAL_ASFLAGS. by Roland Levillain · 9 years ago
  61. 4ceed92 Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 9 years ago
  62. c416d33 Move stack map stream implementation to its own cc file. by Calin Juravle · 9 years ago
  63. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 9 years ago
  64. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 9 years ago
  65. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  66. 3b9d57a Move DWARF related code in ElfWriter to its own file. by David Srbecky · 9 years ago
  67. ba9715a Merge "Implement CFI for Quick." by David Srbecky · 9 years ago
  68. 9615986 Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 9 years ago
  69. 0f88e87 Speedup div/rem by constants on x86 and x86_64 by Guillaume Sanchez · 9 years ago
  70. 1109fb3 Implement CFI for Quick. by David Srbecky · 9 years ago
  71. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 9 years ago
  72. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 9 years ago
  73. 1095793 [MIPS] Refactoring code for quick compiler by Goran Jakovljevic · 9 years ago
  74. 09ed1a3 [optimizing] Implement X86 intrinsic support by Mark Mendell · 9 years ago
  75. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  76. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  77. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  78. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  79. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  80. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  81. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  82. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 10 years ago
  83. babecc4 Merge "Add options for building/testing with coverage." by Dan Albert · 10 years ago
  84. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  85. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  86. 28acb6f Merge "Remove libcxx.mk cruft." by Dan Albert · 10 years ago
  87. f36df54 Remove libcxx.mk cruft. by Dan Albert · 10 years ago
  88. 193f785 Merge "optimizing: NullCheck elimination" by Nicolas Geoffray · 10 years ago
  89. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  90. 4a50662 Merge "Clean up pass driver" by Mathieu Chartier · 10 years ago
  91. 5bdab12 Clean up pass driver by Mathieu Chartier · 10 years ago
  92. f08c650 Merge "ART: Arm64 optimizing compiler intrinsics" by Andreas Gampe · 10 years ago
  93. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  94. 0e92f4f ART: More Quick cleanup by Andreas Gampe · 10 years ago
  95. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  96. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  97. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  98. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  99. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  100. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago