1. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  2. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  3. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  4. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  5. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  6. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  7. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  8. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  9. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  10. e11dd50 Do not pass DexFile to ClassLinker::ResolveField*(). by Vladimir Marko · 7 years ago
  11. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  12. d57fdd8 Merge "Log at places we fail to compile." by Nicolas Geoffray · 7 years ago
  13. dbb9aef Log at places we fail to compile. by Nicolas Geoffray · 7 years ago
  14. 58cc1cb Pass the debug_info_offset explicitly. by Nicolas Geoffray · 7 years ago
  15. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  16. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  17. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  18. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  19. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  20. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  21. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  22. a7c83ac ART: Clean up WellKnownClasses include. by Andreas Gampe · 7 years ago
  23. 6ef4567 optimizing: Add statistics for # of constructor fences added/removed by Igor Murashkin · 7 years ago
  24. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 7 years ago
  25. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  26. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  27. de4b08f Reduce quicken info size by Mathieu Chartier · 7 years ago
  28. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 7 years ago
  29. f207299 optimizing: Fix a potential nullptr dereference by George Burgess IV · 7 years ago
  30. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 7 years ago
  31. d01745e optimizing: constructor fence redundancy elimination - remove dmb after LSE by Igor Murashkin · 7 years ago
  32. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 7 years ago
  33. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  34. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  35. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 7 years ago
  36. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  37. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  38. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  39. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  40. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  41. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  42. d56a6a3 Remove obsolete restriction with allocations and dex cache. by Nicolas Geoffray · 8 years ago
  43. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 8 years ago
  44. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  45. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  46. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  47. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 8 years ago
  48. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 8 years ago
  49. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  50. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  51. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  52. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  53. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  54. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  55. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  56. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  57. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  58. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 8 years ago
  59. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 8 years ago
  60. 5687634 Sharpen HLoadClass from inliner. by Nicolas Geoffray · 8 years ago
  61. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  62. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  63. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  64. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  65. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  66. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  67. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  68. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  69. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  70. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 8 years ago
  71. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  72. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  73. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 8 years ago
  74. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  75. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  76. 465ecc8 Revert "Revert "Refactor GetIMTIndex"" by Matthew Gharrity · 8 years ago
  77. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 8 years ago
  78. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 8 years ago
  79. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  80. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  81. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 8 years ago
  82. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 8 years ago
  83. 1415413 Do not place null check from unresolved field access. by Aart Bik · 8 years ago
  84. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  85. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 8 years ago
  86. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  87. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  88. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
  89. 3cd50df Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 8 years ago
  90. c4ae916 Store precice set of which constructors require barriers by Mathieu Chartier · 8 years ago
  91. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  92. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  93. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago