1. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 7 years ago
  2. 50fac06 Add Kind column to stack maps. by David Srbecky · 7 years ago
  3. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  4. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 7 years ago
  5. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 7 years ago
  6. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  7. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 7 years ago
  8. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 7 years ago
  9. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  10. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  11. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  12. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 7 years ago
  13. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  14. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 8 years ago
  15. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  16. 0e09dfc Add --compilation-reason option to dex2oat by Calin Juravle · 7 years ago
  17. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 8 years ago
  18. dc682aa Use 28 bits for type check bit string. by Vladimir Marko · 8 years ago
  19. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  20. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 8 years ago
  21. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 8 years ago
  22. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 8 years ago
  23. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 8 years ago
  24. 120aa28 Store layout info in dex files by Mathieu Chartier · 8 years ago
  25. 4147fcc MIPS: Reduce Baker read barrier code size overhead by Alexey Frunze · 8 years ago
  26. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 8 years ago
  27. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 8 years ago
  28. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 8 years ago
  29. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  30. c137cb0 Bump oat version by Mathieu Chartier · 8 years ago
  31. 99cddda Merge "Add explicit default copy constructor" by Yi Kong · 8 years ago
  32. 2665bc8 Add explicit default copy constructor by Yi Kong · 8 years ago
  33. 88abba2 ARM/AOT: Allow 16-bit LDR for Baker read barrier loads. by Vladimir Marko · 8 years ago
  34. f977691 Bump oat version after compiler filter name changes. by Nicolas Geoffray · 8 years ago
  35. eee1c0e ARM: Link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 8 years ago
  36. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 8 years ago
  37. 612ff54 Increase GC card size to 1024 by Mathieu Chartier · 8 years ago
  38. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 8 years ago
  39. 6bc7774 Use partial TLAB regions by Mathieu Chartier · 8 years ago
  40. f4f2daa ARM64: Use link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 8 years ago
  41. 1595815 MIPS: Implement read barriers. by Alexey Frunze · 8 years ago
  42. 0510717 Delete SrcMap by Mathieu Chartier · 8 years ago
  43. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  44. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  45. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  46. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  47. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  48. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  49. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  50. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 9 years ago
  51. b7ea379 Bump oat version. by Vladimir Marko · 8 years ago
  52. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  53. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  54. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  55. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  56. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  57. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  58. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  59. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 9 years ago
  60. b048cb7 Add per array size allocation entrypoints. by Nicolas Geoffray · 9 years ago
  61. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 9 years ago
  62. fd3161a Enable CC (ART_USE_READ_BARRIER) by default. by Hiroshi Yamauchi · 9 years ago
  63. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 9 years ago
  64. e761bcc Revert "Revert "Load the array class in the compiler for allocations."" by Nicolas Geoffray · 9 years ago
  65. b035513 Merge "Revert "Load the array class in the compiler for allocations."" by Treehugger Robot · 9 years ago
  66. fee2550 Revert "Load the array class in the compiler for allocations." by Hiroshi Yamauchi · 9 years ago
  67. f8cd890 ART: Note CC configuration down into oat files by Andreas Gampe · 9 years ago
  68. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 9 years ago
  69. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 9 years ago
  70. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 9 years ago
  71. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 9 years ago
  72. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 9 years ago
  73. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 9 years ago
  74. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 9 years ago
  75. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 9 years ago
  76. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 9 years ago
  77. 58c3f6a Reduce calls to DescriptorEquals by Mathieu Chartier · 9 years ago
  78. 6beced4 Change iftable to never be null by Mathieu Chartier · 9 years ago
  79. 9fd8c60 Pass object instead of class to instanceof entrypoint by Mathieu Chartier · 9 years ago
  80. af1e299 jni: Support @FastNative methods that return objects by Igor Murashkin · 9 years ago
  81. 77d9dd7 Update oat file version to 089 by Alex Light · 9 years ago
  82. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 9 years ago
  83. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 9 years ago
  84. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 9 years ago
  85. d549c28 Remove two ReadBarrierMarkRegX entrypoints. by Roland Levillain · 9 years ago
  86. 4359e61 Move caller-saves saving/restoring to ReadBarrierMarkRegX. by Roland Levillain · 9 years ago
  87. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 9 years ago
  88. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  89. 013e3f3 Change IMT size from 64 to 43 by Matthew Gharrity · 9 years ago
  90. 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 9 years ago
  91. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  92. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  93. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 9 years ago
  94. d1537b5 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 9 years ago
  95. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  96. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  97. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  98. 5d95076 Symbolize native debug information for AOTed methods in boot.oat. by David Srbecky · 9 years ago
  99. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  100. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 10 years ago