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