1. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  2. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  3. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  4. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  5. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  6. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  7. d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
  8. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  9. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  10. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  11. 407bdb1 Merge "ART: Completely remove the --compile-pic option." by Vladimir Marko · 6 years ago
  12. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  13. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  14. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  15. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  16. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  17. 0fb4f9f Merge "oatdump: Convert cdex before exporting dex files" by Mathieu Chartier · 6 years ago
  18. 8583bec oatdump: Convert cdex before exporting dex files by Anestis Bechtsoudis · 6 years ago
  19. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  20. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
  21. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  22. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  23. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  24. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  25. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  26. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  27. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  28. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  29. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 7 years ago
  30. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
  31. 98dad40 Finish moving oatdump to ClassAccessor by Mathieu Chartier · 7 years ago
  32. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 7 years ago
  33. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  34. 1d15f5a Merge "Do not print .bss mappings for oatdump --header-only." by Vladimir Marko · 7 years ago
  35. bacb8e4 Do not print .bss mappings for oatdump --header-only. by Vladimir Marko · 7 years ago
  36. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 7 years ago
  37. 20c64f8 Merge "Refactor ClassAccessor to use an index instead of ClassDef pointer" by Mathieu Chartier · 7 years ago
  38. a4bae54 Merge "Remove unused GetDexRegisterMap arguments." by David Srbecky · 7 years ago
  39. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 7 years ago
  40. eb2557e Merge "Delta-compress register maps in stack maps." by David Srbecky · 7 years ago
  41. fd89b07 Remove unused GetDexRegisterMap arguments. by David Srbecky · 7 years ago
  42. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 7 years ago
  43. dc53f16 Merge "Reduce code repetition in stack maps with macros." by Treehugger Robot · 7 years ago
  44. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 7 years ago
  45. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  46. 71ec1cc Rewrite dex register map encoding in stackmaps. by David Srbecky · 7 years ago
  47. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  48. d02b23f Remove the CodeOffset helper class. by David Srbecky · 7 years ago
  49. 08231f6 Merge "Revert^2 "Optimize register mask and stack mask in stack maps."" by Treehugger Robot · 7 years ago
  50. 4b59d10 Revert^2 "Optimize register mask and stack mask in stack maps." by David Srbecky · 7 years ago
  51. 3d09299 Move oatdump/ to use ClassAccessor by Mathieu Chartier · 7 years ago
  52. 8b20b5c Revert "Optimize register mask and stack mask in stack maps." by Vladimir Marko · 7 years ago
  53. ffaf87a Optimize register mask and stack mask in stack maps. by David Srbecky · 7 years ago
  54. ba4c118 Remove some dex analysis from oatdump by Mathieu Chartier · 7 years ago
  55. 052f8ca Rewrite stackmap encoding code. by David Srbecky · 7 years ago
  56. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  57. 03da784 ART: Fix oatdump check by Andreas Gampe · 7 years ago
  58. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
  59. 567dc6f Revert "Revert "Write shared data section for oatdump export dex"" by Mathieu Chartier · 7 years ago
  60. 4b67018 Revert "Write shared data section for oatdump export dex" by Orion Hodson · 7 years ago
  61. fdca4cb Write shared data section for oatdump export dex by Mathieu Chartier · 7 years ago
  62. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  63. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  64. 48cc7b1 Merge "Dump .data.bimg.rel.ro entries in oatdump." by Vladimir Marko · 7 years ago
  65. 812fb4d Dump .data.bimg.rel.ro entries in oatdump. by Vladimir Marko · 7 years ago
  66. 640df84 Merge "Separate vdex versioning into two sections: verifier deps and dex code." by Treehugger Robot · 7 years ago
  67. 3a29355 Separate vdex versioning into two sections: verifier deps and dex code. by Nicolas Geoffray · 7 years ago
  68. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  69. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  70. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  71. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  72. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  73. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  74. 8352ecd Merge "Fix oatdump for app with --boot-image and add test." by Vladimir Marko · 7 years ago
  75. 421087b Fix oatdump for app with --boot-image and add test. by Vladimir Marko · 7 years ago
  76. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  77. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  78. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  79. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  80. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  81. 26f9275 Merge "ART: Use libbase for logging in command-line tools" by Treehugger Robot · 7 years ago
  82. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  83. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  84. 221d981 ART: Use libbase for logging in command-line tools by Andreas Gampe · 7 years ago
  85. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  86. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  87. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  88. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  89. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  90. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  91. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  92. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  93. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  94. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  95. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  96. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  97. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 7 years ago
  98. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  99. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  100. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago