1. da221a7 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 6 years ago
  2. e6564f4 Move some remaining dex utilities by David Sehr · 7 years ago
  3. 36b5415 Enable ThinLTO for dex2oat by Yi Kong · 7 years ago
  4. b69d2d3 Remove generate-operator-out.py symlinks by Alex Light · 7 years ago
  5. fcbe15c Build debug library libdexfiled by David Sehr · 7 years ago
  6. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  7. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  8. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  9. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  10. c89013c Update PGO configuration by Pirama Arumuga Nainar · 7 years ago
  11. 02f6ed6 Setup PGO for dex2oat and related libraries by Pirama Arumuga Nainar · 7 years ago
  12. 7f4aff6 ART: Implement SuperblockCloner. by Artem Serov · 7 years ago
  13. 5e399b8 ART: Rename cloner_test. by Artem Serov · 7 years ago
  14. c654816 ART: Change SCOPED_TRACE implementation by Andreas Gampe · 7 years ago
  15. cd09e1f Fix stats reporting over 100% methods compiled. by Vladimir Marko · 7 years ago
  16. 71bb968 Merge "Fill Class and String .bss slots in runtime." by Vladimir Marko · 7 years ago
  17. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  18. 8c4ddb2 Revert "Support VecLoad and VecStore in LSE." by Nicolas Geoffray · 7 years ago
  19. 27dae5f Support VecLoad and VecStore in LSE. by xueliang.zhong · 7 years ago
  20. cced8ba ART: Introduce individual HInstruction cloning. by Artem Serov · 7 years ago
  21. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  22. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  23. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  24. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  25. a290160 MIPS32R2: Share address computation by Lena Djokic · 7 years ago
  26. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  27. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  28. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  29. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  30. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 7 years ago
  31. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 7 years ago
  32. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  33. 71da487 ART: Move simulator to art/ by Andreas Gampe · 7 years ago
  34. 24ff023 Merge "Remove the old ARM assemblers from ART." by Vladimir Marko · 7 years ago
  35. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  36. c043d00 Remove the old ARM assemblers from ART. by Roland Levillain · 7 years ago
  37. 65d793b Merge "Remove the old ARM code generator from ART's Optimizing compiler." by Roland Levillain · 7 years ago
  38. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 7 years ago
  39. b79f4ac Added GVN related attributes to vector nodes. by Aart Bik · 7 years ago
  40. e61682f Merge "Revert "Added GVN related attributes to vector nodes."" by Nicolas Geoffray · 7 years ago
  41. 9858bf7 Revert "Added GVN related attributes to vector nodes." by Nicolas Geoffray · 7 years ago
  42. 5da5dca Merge "MIPS32: Adds changes neccessary for saving 128 bits of data" by Treehugger Robot · 7 years ago
  43. 334a1c5 Merge "Added GVN related attributes to vector nodes." by Aart Bik · 7 years ago
  44. a79f0b5 Added GVN related attributes to vector nodes. by Aart Bik · 7 years ago
  45. 2e0a7e5 MIPS32: Adds changes neccessary for saving 128 bits of data by Lena Djokic · 7 years ago
  46. 1b49910 Move libartd-simulator dependency to host-only by Colin Cross · 7 years ago
  47. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  48. c239a2b Create load store analysis pass by xueliang.zhong · 7 years ago
  49. f7caf68 Instruction scheduling for ARM. by xueliang.zhong · 8 years ago
  50. 1352f13 Split image_test and oatdump_test. by Vladimir Marko · 7 years ago
  51. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 7 years ago
  52. b95c74b ART: Move InlineMethodAnalyzer into compiler by Andreas Gampe · 7 years ago
  53. f8f5a16 ART vectorizer. by Aart Bik · 8 years ago
  54. 65b0263 MIPS64: Add vector registers to Mips64ManagedRegister class by Goran Jakovljevic · 8 years ago
  55. 356bd28 Introduce EnvUsePosition for liveness analysis. by Vladimir Marko · 8 years ago
  56. 9a193f6 codegen_test: Add missing dependency. by Narayan Kamath · 8 years ago
  57. b813ca1 Implement code sinking. by Nicolas Geoffray · 8 years ago
  58. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 8 years ago
  59. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 8 years ago
  60. b0b051a CHA guard optimization (elimination/hoisting). by Mingyao Yang · 8 years ago
  61. 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 8 years ago
  62. 392fb01 Merge "Add atomic method reference map" by Mathieu Chartier · 8 years ago
  63. 9df8931 Add atomic method reference map by Mathieu Chartier · 8 years ago
  64. 96fd51d Moved escape analysis to reusable module by Aart Bik · 8 years ago
  65. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 8 years ago
  66. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  67. 35dfcaa MIPS32: Add missing swaps to codegen by Goran Jakovljevic · 8 years ago
  68. e58659a Merge "ART jitted code profiling support." by Nicolas Geoffray · 8 years ago
  69. f657ed0 Support genrules with multiple tools by Colin Cross · 8 years ago
  70. 5ec6218 ARM: VIXL32: Implement intrinsics. by Anton Kirilov · 8 years ago
  71. 383b57d ART jitted code profiling support. by xueliang.zhong · 8 years ago
  72. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  73. d82d425 Merge "Generate SHA-1 build ID for host-generated *.oat files (1/2)." by David Srbecky · 8 years ago
  74. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  75. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 8 years ago
  76. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 8 years ago
  77. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  78. 525a58b ART: Fix dependencies by Andreas Gampe · 8 years ago
  79. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  80. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 8 years ago
  81. be0f728 Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Nicolas Geoffray · 8 years ago
  82. 7863a21 Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Nicolas Geoffray · 8 years ago
  83. d26a0a6 Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Roland Levillain · 8 years ago
  84. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  85. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  86. 6b22aa5 Convert libart-gtest to Android.bp by Colin Cross · 8 years ago
  87. b138dfb ARM: VIXL32: Add an initial code generator that passes codegen_tests. by Scott Wakeling · 8 years ago
  88. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  89. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  90. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  91. c564406 Fix debug flag ordering by Colin Cross · 8 years ago
  92. 766ea43 Fix arm32 build by Colin Cross · 8 years ago
  93. 1f7f3bd Convert libart and dependencies to Android.bp by Colin Cross · 8 years ago