1. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 4 years, 10 months ago
  2. d3d00c0 Refactor oat.h. by Vladimir Marko · 4 years, 10 months ago
  3. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  4. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  5. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 4 years, 10 months ago
  6. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 4 years, 10 months ago
  7. 9f459c4 Revert "Boot image extension." by Colin Cross · 4 years, 10 months ago
  8. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  9. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 4 years, 10 months ago
  10. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  11. f1ddc20 Move image_write_read_test helper function to .cc file. by Vladimir Marko · 4 years, 11 months ago
  12. 4e6abea Create type lookup tables early. by Vladimir Marko · 4 years, 11 months ago
  13. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 4 years, 11 months ago
  14. 0866ea4 Revert^2 "Refactor oat file writing." by Vladimir Marko · 4 years, 11 months ago
  15. 50c812a Revert "Refactor oat file writing." by Vladimir Marko · 5 years ago
  16. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 5 years ago
  17. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 5 years ago
  18. 0d192d2 Refactor oat file writing. by Vladimir Marko · 5 years ago
  19. 45cdd05 Clean up profile AddClass APIs by Calin Juravle · 5 years ago
  20. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  21. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  22. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 5 years ago
  23. 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
  24. 70f2314 Fix ODR issue with dex2oat and libcrypto by Colin Cross · 5 years ago
  25. ad909af Update references to the ART APEX. by Martin Stjernholm · 5 years ago
  26. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 5 years ago
  27. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 5 years ago
  28. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  29. 7834241 Remove GC type restrictions on --force-determinism. by Vladimir Marko · 5 years ago
  30. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  31. 2a290e1 Cleanup and simplify ImageWriter::GetQuickCode. by Nicolas Geoffray · 5 years ago
  32. 5132e0d Add option for controling app image class initialization by Mathieu Chartier · 5 years ago
  33. 6623594 Set image base address after the boot image. by Vladimir Marko · 5 years ago
  34. e6cb971 Remove ImageWriter::IsInBootOatFile(). by Vladimir Marko · 5 years ago
  35. 4b3946a Remove small and tiny method options by Mathieu Chartier · 5 years ago
  36. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 5 years ago
  37. e2d24be Simplify ImageWriter::IsInBootImage. by Vladimir Marko · 5 years ago
  38. e107037 Clean up collecting app image string references. by Vladimir Marko · 5 years ago
  39. f68b698 Remove dex2oat image-classes support by Mathieu Chartier · 5 years ago
  40. 64f1f1f Do not copy finalizer references to app image. by Vladimir Marko · 5 years ago
  41. eaa8441 Clean up bin offset assignment in ImageWriter. by Vladimir Marko · 5 years ago
  42. 31c3daa GC-independent image layout. by Vladimir Marko · 5 years ago
  43. 814a80f Initialize MemMap before parsing the profile by Calin Juravle · 5 years ago
  44. 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
  45. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 5 years ago
  46. 8e05f09 Do not force-intern Strings in images. by Vladimir Marko · 5 years ago
  47. 148c160 ART: Rename timeout_dumper to signal_dumper by Andreas Gampe · 5 years ago
  48. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 5 years ago
  49. 9a45d01 Fix dex2oatd module definition. by Roland Levillain · 5 years ago
  50. e1de95c Document ART's `--verbose-methods` compiler option in dex2oat's usage. by Roland Levillain · 5 years ago
  51. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 5 years ago
  52. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  53. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  54. 88cfa33 Clear exception before calling ValidateSuperClassDescriptors by Mathieu Chartier · 5 years ago
  55. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 5 years ago
  56. c36a8cc Handle empty uncompressed and aligned dex file in an archive. by Nicolas Geoffray · 5 years ago
  57. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  58. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 5 years ago
  59. fc25ae9 ART: Refactor verifier by Andreas Gampe · 5 years ago
  60. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 5 years ago
  61. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 5 years ago
  62. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 5 years ago
  63. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 5 years ago
  64. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 5 years ago
  65. 3bfc694 Avoid resolving startup const strings without a profile by Mathieu Chartier · 5 years ago
  66. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  67. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  68. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 5 years ago
  69. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  70. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 5 years ago
  71. f276f95 dex2oat: Avoid extra std::string copy by Greg Kaiser · 5 years ago
  72. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  73. a72ca6c Don't attach thread before dex2oat finish creating runtime by Koji Fukui · 5 years ago
  74. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 5 years ago
  75. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  76. 8982186 Support FDs for class loader context dex files by David Brazdil · 5 years ago
  77. c2109c6 Fix possible overrun bug for resolving startup strings by Mathieu Chartier · 5 years ago
  78. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  79. 7286ad6 Enable lld for oatdump tests by Chih-Hung Hsieh · 5 years ago
  80. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 5 years ago
  81. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 5 years ago
  82. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 6 years ago
  83. 8809c9c Preload const-strings only for profile methods. by Vladimir Marko · 5 years ago
  84. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 5 years ago
  85. 327497e Move CompilerDriver to dex2oat/. by Vladimir Marko · 6 years ago
  86. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
  87. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 6 years ago
  88. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  89. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  90. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 6 years ago
  91. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 6 years ago
  92. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  93. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  94. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  95. 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 6 years ago
  96. 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 6 years ago
  97. 5e11568 Merge "ARM: Fix the CallOtherJustTooFarAfter test." by Vladimir Marko · 6 years ago
  98. 38714e8 ARM: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 6 years ago
  99. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 6 years ago
  100. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 6 years ago