1. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 6 years ago
  2. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 6 years ago
  3. 4b62244 Merge "Change the BitTableBuilder API to be POD based." by Treehugger Robot · 6 years ago
  4. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 6 years ago
  5. dd966bc Change the BitTableBuilder API to be POD based. by David Srbecky · 6 years ago
  6. a326807 Merge changes Iaf172f37,I15a8ade7,Icbc6b62b by Vladimir Marko · 6 years ago
  7. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  8. bfd6df4 Merge "ART: SBC: Support single exit loops with live_outs." by Treehugger Robot · 6 years ago
  9. ebf5902 Merge "Move compiler/ to ClassAccessor" by Mathieu Chartier · 6 years ago
  10. c8c8d5f Move compiler/ to ClassAccessor by Mathieu Chartier · 6 years ago
  11. ca210e3 ART: SBC: Support single exit loops with live_outs. by Artem Serov · 7 years ago
  12. 8467030 Merge "ART: Enable scalar loop peeling and unrolling." by Treehugger Robot · 6 years ago
  13. ff7ff42 Merge "ObjPtr<>-ify tests using ClassLinker::FindClass()." by Vladimir Marko · 6 years ago
  14. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 6 years ago
  15. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 6 years ago
  16. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  17. 04f0eaf Merge "ART: Skip duplicate classes during compilation" by Treehugger Robot · 6 years ago
  18. 438918b Merge "Add ClassAccessor" by Mathieu Chartier · 6 years ago
  19. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  20. e816389 Merge "LSE improvement: better singleton array optimization" by Treehugger Robot · 6 years ago
  21. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 6 years ago
  22. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 6 years ago
  23. 64e8175 Merge "Rewrite stackmap encoding code." by David Srbecky · 6 years ago
  24. c2b4db6 Add ClassAccessor by Mathieu Chartier · 6 years ago
  25. 4fe708c Remove "stack_map.h" include from code_generator. by David Srbecky · 6 years ago
  26. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 6 years ago
  27. 1c515f0 Merge "ART: Simplify operands in InstructionBuilder" by Treehugger Robot · 6 years ago
  28. 2c5827a ART: Simplify operands in InstructionBuilder by Treehugger Robot · 6 years ago
  29. 68fefac Move and rewrite bit loading/storing methods. by David Srbecky · 6 years ago
  30. 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 6 years ago
  31. e57a82b Merge "Refactoring LSE/LSA: introduce heap location type" by Treehugger Robot · 6 years ago
  32. df810b9 Merge "Move ArtDexFileLoader to libdexfile" by David Sehr · 6 years ago
  33. cb2187c Merge "Don't compile methods with irreducible loops and String.<init>." by Nicolas Geoffray · 6 years ago
  34. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  35. d147e2f Don't compile methods with irreducible loops and String.<init>. by Nicolas Geoffray · 6 years ago
  36. b765a3f Refactoring LSE/LSA: introduce heap location type by Aart Bik · 6 years ago
  37. cf43fb6 ART: Enable scalar loop peeling and unrolling. by Artem Serov · 6 years ago
  38. 00e15d6 Merge "ART: Add dex::ProtoIndex" by Orion Hodson · 6 years ago
  39. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  40. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
  41. 768c6cc Merge "Revert "Move kVRegSize to globals.h to reduce include dependencies."" by Treehugger Robot · 6 years ago
  42. a9d5ccd Revert "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  43. 93d3013 Merge "Move kVRegSize to globals.h to reduce include dependencies." by David Srbecky · 6 years ago
  44. b12c46f Merge "Match LZMA SDK 18.05 API." by Sen Jiang · 6 years ago
  45. 5ae7cdf Move kVRegSize to globals.h to reduce include dependencies. by David Srbecky · 6 years ago
  46. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 6 years ago
  47. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 6 years ago
  48. 6d5b7e3 ART: Clean up after HInstruction::Is##type() rewrite. by Vladimir Marko · 6 years ago
  49. 48af3b3 Merge "Reimplement HInstruction::Is##type()." by Vladimir Marko · 6 years ago
  50. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  51. a90dd51 Reimplement HInstruction::Is##type(). by Vladimir Marko · 6 years ago
  52. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 6 years ago
  53. b865d9a Merge changes I506bc2a8,I7310de97,Ib3fd1110 by Vladimir Marko · 6 years ago
  54. e394622 ART: Do not define abstract HIR kinds. by Vladimir Marko · 6 years ago
  55. 0dcccd8 ART: Remove InstructionTypeEquals(). by Vladimir Marko · 6 years ago
  56. bd78567 Store HIR type in HInstruction::packed_field_. by Vladimir Marko · 6 years ago
  57. 1b19877 Merge "MIPS: Skip output verification for assembler tests." by Vladimir Marko · 6 years ago
  58. f9e11ac Match LZMA SDK 18.05 API. by Sen Jiang · 6 years ago
  59. 9a6ca9f MIPS: Skip output verification for assembler tests. by Vladimir Marko · 6 years ago
  60. d1fa440 ARM: Remove VIXL dependency from ArmManagedRegister. by Vladimir Marko · 6 years ago
  61. a8360cd Perform rudimentary check on graph size for no-change assertions. by Aart Bik · 6 years ago
  62. 3f08e9b Remove some SIMD recognition code. by Aart Bik · 6 years ago
  63. 2e14868 Step 2 of 2: conditional passes. by Aart Bik · 6 years ago
  64. 54e45c5 Bug fix: add condition back by Aart Bik · 6 years ago
  65. 2f8279e Merge "Step 1 of 2: conditional passes." by android-build-prod (mdb) · 6 years ago
  66. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 6 years ago
  67. 1979c64 Clean up include paths by David Sehr · 6 years ago
  68. 82d046e Add a profiling library by David Sehr · 6 years ago
  69. 2477320 Step 1 of 2: conditional passes. by Aart Bik · 6 years ago
  70. bb30d5d ART: Skip duplicate classes during compilation by Andreas Gampe · 6 years ago
  71. b8f1997 Merge "ARM: Use rMR for Baker RB introspection marking." by Vladimir Marko · 6 years ago
  72. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 6 years ago
  73. 9d46333 Merge "Revert "Revert^2: Deopt does not throw"" by Treehugger Robot · 6 years ago
  74. 75ff2c9 Revert "Revert^2: Deopt does not throw" by Aart Bik · 6 years ago
  75. 4808783 Merge "Separate out PGO profile files per arch" by Treehugger Robot · 6 years ago
  76. 240384b Revert^2: Deopt does not throw by Aart Bik · 6 years ago
  77. 42d5805 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 6 years ago
  78. 080820c Revert "Deopt does not throw" by Aart Bik · 6 years ago
  79. 2905de1 Deopt does not throw by Aart Bik · 6 years ago
  80. 6d05700 Run GVN earlier. by Aart Bik · 6 years ago
  81. 8f66950 Merge "ART: Implement scalar loop peeling." by Treehugger Robot · 6 years ago
  82. 72411e6 ART: Implement scalar loop peeling. by Artem Serov · 7 years ago
  83. e83bae5 Merge "ART: Remove support for compiled-methods and compiled-classes" by Treehugger Robot · 6 years ago
  84. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 6 years ago
  85. 6648da1 Merge "Bug fix in SIMD result detection." by Treehugger Robot · 6 years ago
  86. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  87. 3f8e02c Bug fix in SIMD result detection. by Aart Bik · 6 years ago
  88. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  89. 8a78f81 Merge changes I8687ab9e,I61f879f2 by Vladimir Marko · 6 years ago
  90. 6d66fcf Move RelativePatcher from libart-compiler.so to dex2oat. by Vladimir Marko · 6 years ago
  91. 7a69505 Rewrite null checks in read barrier introspection thunks. by Vladimir Marko · 6 years ago
  92. db20a4b ART: Fix core image detection by Andreas Gampe · 6 years ago
  93. b58dcec Merge "Move more runtime code to libartbase, libdexfile" by David Sehr · 6 years ago
  94. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  95. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 6 years ago
  96. b8a5e8b Merge "Count switch as branch." by Treehugger Robot · 6 years ago
  97. d99f203 Count switch as branch. by Aart Bik · 6 years ago
  98. 9f8d312 x86: Remove unnecessary temp from CheckCast locations. by Vladimir Marko · 6 years ago
  99. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 6 years ago
  100. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 6 years ago