1. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  2. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  3. 98fb083a Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 6 years ago
  4. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 6 years ago
  5. ea59304 Remove ObjPtr from CalculateNewObjectOffsets by Mathieu Chartier · 6 years ago
  6. 00fbe4f Add region padding for app images by Mathieu Chartier · 6 years ago
  7. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  8. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  9. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  10. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  11. 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
  12. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  13. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  14. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  15. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  16. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  17. fd667d4 Merge changes I05871a8a,I8baec836 by Vladimir Marko · 6 years ago
  18. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  19. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  20. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
  21. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  22. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  23. 38cf60a Postpone DexCache preloading in the ImageWriter. by Vladimir Marko · 6 years ago
  24. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  25. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  26. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  27. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  28. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  29. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  30. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  31. fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 6 years ago
  32. d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
  33. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  34. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  35. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  36. 9a19e98 Moved several messages from LOG to VLOG(compiler). by Chris Wailes · 6 years ago
  37. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  38. ba9dc92 Don't pre-initialize Class.name fields in boot images by Alex Light · 7 years ago
  39. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 7 years ago
  40. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  41. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  42. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  43. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 7 years ago
  44. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
  45. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 7 years ago
  46. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  47. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  48. 1e1260c Do not restore source object hash in ImageWriter. by Vladimir Marko · 7 years ago
  49. 6fd1606 Implement Integer.valueOf() intrinsic for boot image. by Vladimir Marko · 7 years ago
  50. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  51. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  52. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  53. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 7 years ago
  54. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  55. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 7 years ago
  56. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  57. f75613cb Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
  58. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  59. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  60. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  61. 197f1ef Merge "Revert "Remove support for Valgrind in ART."" by Treehugger Robot · 7 years ago
  62. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  63. f31343f Merge "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  64. a218b3e Re-enable LZ4_compress_HC in image writer by Mathieu Chartier · 7 years ago
  65. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  66. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  67. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  68. 1979c64 Clean up include paths by David Sehr · 7 years ago
  69. 703b82a Add extra timing loggers for image writing by Mathieu Chartier · 7 years ago
  70. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  71. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  72. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 7 years ago
  73. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  74. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  75. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  76. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  77. a64b52de Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  78. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  79. d504c7e Change enums in ImageWriter to `enum class`. by Vladimir Marko · 7 years ago
  80. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  81. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 7 years ago[Renamed (99%) from compiler/image_writer.cc]
  82. 3c68315 Merge "Revert^2 "ART: Remove workaround in verifer after Jack update."" by Treehugger Robot · 7 years ago