1. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 7 years ago
  2. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 7 years ago
  3. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 7 years ago
  4. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 7 years ago
  5. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  6. 45b12e7 Merge "Move some helper methods to DexRegisterLocation." by David Srbecky · 7 years ago
  7. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 7 years ago
  8. 50fac06 Add Kind column to stack maps. by David Srbecky · 7 years ago
  9. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  10. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 7 years ago
  11. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 7 years ago
  12. d02b23f Remove the CodeOffset helper class. by David Srbecky · 7 years ago
  13. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  14. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  15. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  16. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  17. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  18. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 7 years ago
  19. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 8 years ago
  20. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  21. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  22. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  23. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  24. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  25. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  26. 8758454 Clean up InstanceOf/CheckCast. by Vladimir Marko · 8 years ago
  27. fec85cd Minor cleanup in CodeGenerator::RecordPcInfo(). by Vladimir Marko · 8 years ago
  28. cd09e1f Fix stats reporting over 100% methods compiled. by Vladimir Marko · 8 years ago
  29. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 8 years ago
  30. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 8 years ago
  31. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  32. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  33. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 8 years ago
  34. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 8 years ago
  35. bea75ff Fix using LiveIntervals beyond their lifetime. by Vladimir Marko · 8 years ago
  36. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  37. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  38. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  39. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 8 years ago
  40. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 8 years ago
  41. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 8 years ago
  42. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  43. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 8 years ago
  44. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  45. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 8 years ago
  46. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 8 years ago
  47. 0a50965 Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Vladimir Marko · 8 years ago
  48. 2c97600 Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String." by Vladimir Marko · 8 years ago
  49. 4ee8e29 Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64" by Vladimir Marko · 8 years ago
  50. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  51. 847e6ce Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String. by Vladimir Marko · 8 years ago
  52. ec32f64 Delay allocating environment locations. by Vladimir Marko · 8 years ago
  53. 7d157fc Clean up some uses of "auto". by Vladimir Marko · 8 years ago
  54. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  55. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  56. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  57. 0c95c12 ART: Fix underflow in codegen by Andreas Gampe · 8 years ago
  58. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 8 years ago
  59. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  60. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 8 years ago
  61. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  62. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  63. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  64. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  65. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  66. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  67. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  68. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  69. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 9 years ago
  70. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  71. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 9 years ago
  72. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 9 years ago
  73. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 9 years ago
  74. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  75. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 9 years ago
  76. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 9 years ago
  77. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 9 years ago
  78. 4acd036 Revert "JIT root tables." by Nicolas Geoffray · 9 years ago
  79. ac3ebc3 JIT root tables. by Nicolas Geoffray · 9 years ago
  80. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  81. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  82. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 9 years ago
  83. be0f728 Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Nicolas Geoffray · 9 years ago
  84. 7863a21 Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Nicolas Geoffray · 9 years ago
  85. d26a0a6 Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Roland Levillain · 9 years ago
  86. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 9 years ago
  87. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 9 years ago
  88. b138dfb ARM: VIXL32: Add an initial code generator that passes codegen_tests. by Scott Wakeling · 9 years ago
  89. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 9 years ago
  90. 0719b5b Revert "Use implicit null checks inside try blocks." by Nicolas Geoffray · 9 years ago
  91. 7aa7560 Use implicit null checks inside try blocks. by Vladimir Marko · 9 years ago
  92. 86dc59e Merge "Avoid excessive spill slots for slow paths." by Treehugger Robot · 9 years ago
  93. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 9 years ago
  94. 57eb0f5 MIPS32: Fill branch delay slots by Alexey Frunze · 9 years ago
  95. 16d9f94 Re-enable the ArraySet fast path with Baker read barriers. by Roland Levillain · 9 years ago
  96. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 9 years ago
  97. ac15207 Merge "Add support for CallKind::kCallOnMainAndSlowPath" by Treehugger Robot · 9 years ago
  98. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 9 years ago
  99. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 9 years ago
  100. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago