1. f91fc12 Optimizing: Run gtests without creating the Runtime. by Vladimir Marko · 6 years ago
  2. 02ca05a Move HandleCache to HGraph. by Vladimir Marko · 6 years ago
  3. 5f84607 Optimizing: Construct intrinsic HIR in builder. by Vladimir Marko · 6 years ago
  4. 2f40d24 Small cleanup in InstructionBuilder. by Vladimir Marko · 6 years ago
  5. 605c591 Add more DCHECKs to investigate build bot failure. by Nicolas Geoffray · 6 years ago
  6. fbf53b5 DCHECK to ensure processing instruction doesn't leave an exception. by Nicolas Geoffray · 6 years ago
  7. f368882 Add more debugging info around ResolveField. by Nicolas Geoffray · 6 years ago
  8. 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 6 years ago
  9. 6a67bea Update InstructionBuilder's IsInBootImage for boot image extension. by Vladimir Marko · 6 years ago
  10. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 7 years ago
  11. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 7 years ago
  12. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 7 years ago
  13. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 7 years ago
  14. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 7 years ago
  15. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 7 years ago
  16. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  17. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  18. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 8 years ago
  19. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 8 years ago
  20. 3b50620 ART: Cache resolved types in InstructionBuilder. by Vladimir Marko · 8 years ago
  21. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 8 years ago
  22. 7f260d4 Fix and improve ClinitCheck elimination. by Vladimir Marko · 8 years ago
  23. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 8 years ago
  24. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 8 years ago
  25. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 8 years ago
  26. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 8 years ago
  27. 2ab1bdd Elide ClinitCheck for superclasses with trivial init. by Vladimir Marko · 8 years ago
  28. fca0b49 Fix a stale reference use. by Vladimir Marko · 8 years ago
  29. bbd2cc2 Merge "Fix HClinitCheck elimination in instruction builder." by Vladimir Marko · 8 years ago
  30. 51b8aaf Fix HClinitCheck elimination in instruction builder. by Vladimir Marko · 9 years ago
  31. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  32. a8d5a5f Merge "Handle String.<init> with a phi input." by Nicolas Geoffray · 8 years ago
  33. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 8 years ago
  34. bb089b6 Remove CompilerDriver::support_boot_image_fixup_. by Vladimir Marko · 8 years ago
  35. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 8 years ago
  36. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 8 years ago
  37. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  38. 96f0ec1 Remove DCHECK while investigating. by Nicolas Geoffray · 8 years ago
  39. 2c5827a ART: Simplify operands in InstructionBuilder by Treehugger Robot · 8 years ago
  40. cb2187c Merge "Don't compile methods with irreducible loops and String.<init>." by Nicolas Geoffray · 8 years ago
  41. d147e2f Don't compile methods with irreducible loops and String.<init>. by Nicolas Geoffray · 8 years ago
  42. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 8 years ago
  43. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 8 years ago
  44. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 8 years ago
  45. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  46. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 8 years ago
  47. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  48. 312f3b2 Move some remaining dex utilities by David Sehr · 8 years ago
  49. f665f84 Pass the right dex_file/method_index for String.<init>. by Nicolas Geoffray · 8 years ago
  50. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 8 years ago
  51. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 8 years ago
  52. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 8 years ago
  53. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 8 years ago
  54. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 8 years ago
  55. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  56. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 8 years ago
  57. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 8 years ago
  58. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  59. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 9 years ago
  60. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 8 years ago
  61. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 9 years ago
  62. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 9 years ago
  63. d57fdd8 Merge "Log at places we fail to compile." by Nicolas Geoffray · 9 years ago
  64. dbb9aef Log at places we fail to compile. by Nicolas Geoffray · 9 years ago
  65. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 9 years ago
  66. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 9 years ago
  67. 0021feb Delete CodeItemIterator by Mathieu Chartier · 9 years ago
  68. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 9 years ago
  69. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 9 years ago
  70. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 9 years ago
  71. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 9 years ago
  72. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 9 years ago
  73. a7c83ac ART: Clean up WellKnownClasses include. by Andreas Gampe · 9 years ago
  74. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 9 years ago
  75. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 9 years ago
  76. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  77. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 9 years ago
  78. de4b08f Reduce quicken info size by Mathieu Chartier · 9 years ago
  79. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 9 years ago
  80. f207299 optimizing: Fix a potential nullptr dereference by George Burgess IV · 9 years ago
  81. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 9 years ago
  82. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 9 years ago
  83. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 9 years ago
  84. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  85. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  86. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 9 years ago
  87. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 9 years ago
  88. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 9 years ago
  89. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  90. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  91. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  92. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  93. d56a6a3 Remove obsolete restriction with allocations and dex cache. by Nicolas Geoffray · 9 years ago
  94. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 9 years ago
  95. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  96. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  97. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 10 years ago
  98. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 9 years ago
  99. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 9 years ago
  100. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 9 years ago