1. 7bbbe25 Suppress ThreadLocal hash override warning. by Vladimir Marko · 4 years, 8 months ago
  2. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 8 months ago
  3. 873bb64 Add "linkage" test options by David Sehr · 4 years, 8 months ago
  4. 4b90b86 Do not preload dex caches for assume-verified. by Vladimir Marko · 4 years, 8 months ago
  5. e1ee6f9 Set the identity hash code seed before creating Runtime. by Vladimir Marko · 4 years, 8 months ago
  6. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 8 months ago
  7. 37d6d77 Allow ThreadLocal object allocation during AOT. by Vladimir Marko · 4 years, 8 months ago
  8. 9bdba6e Revert "Reland^2 "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 4 years, 8 months ago
  9. ed1f531 Reland^2 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 8 months ago
  10. 6cf7a9b Revert "Revert "If generating an image, run initialization and other optimizations."" by Nicolas Geoffray · 4 years, 8 months ago
  11. ef46e10 Do not verify dex files for --compiler-filter=assume-verified. by Vladimir Marko · 4 years, 9 months ago
  12. 8bc5991 Remove MIPS support from dex2oat. by Vladimir Marko · 4 years, 9 months ago
  13. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 4 years, 9 months ago
  14. f6afcc9 Update boot image extension compilation args. by Vladimir Marko · 4 years, 9 months ago
  15. 89b85eb dex2oat: default to speed-profile if we have a profile. by Vladimir Marko · 4 years, 9 months ago
  16. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 4 years, 10 months ago
  17. 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 4 years, 10 months ago
  18. 3cf233b Remove superfluous(?) DCHECK. by Nicolas Geoffray · 5 years ago
  19. d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
  20. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 5 years ago
  21. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 5 years ago
  22. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  23. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  24. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  25. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  26. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  27. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  28. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  29. 4e6abea Create type lookup tables early. by Vladimir Marko · 5 years ago
  30. 0866ea4 Revert^2 "Refactor oat file writing." by Vladimir Marko · 5 years ago
  31. 50c812a Revert "Refactor oat file writing." by Vladimir Marko · 5 years ago
  32. 0d192d2 Refactor oat file writing. by Vladimir Marko · 5 years ago
  33. ad909af Update references to the ART APEX. by Martin Stjernholm · 5 years ago
  34. 7834241 Remove GC type restrictions on --force-determinism. by Vladimir Marko · 5 years ago
  35. 6623594 Set image base address after the boot image. by Vladimir Marko · 5 years ago
  36. 4b3946a Remove small and tiny method options by Mathieu Chartier · 5 years ago
  37. f68b698 Remove dex2oat image-classes support by Mathieu Chartier · 5 years ago
  38. 814a80f Initialize MemMap before parsing the profile by Calin Juravle · 5 years ago
  39. e1de95c Document ART's `--verbose-methods` compiler option in dex2oat's usage. by Roland Levillain · 5 years ago
  40. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 6 years ago
  41. f276f95 dex2oat: Avoid extra std::string copy by Greg Kaiser · 6 years ago
  42. a72ca6c Don't attach thread before dex2oat finish creating runtime by Koji Fukui · 6 years ago
  43. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago
  44. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  45. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  46. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  47. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 6 years ago
  48. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  49. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  50. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 6 years ago
  51. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 6 years ago
  52. 5ffefaa Ensure the correctness of fast verify by Calin Juravle · 6 years ago
  53. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  54. 163a37a Merge "Add ability to store invocation information in an external file." by Treehugger Robot · 6 years ago
  55. 19667a0 Fix dex2oat usage error by Mathieu Chartier · 6 years ago
  56. 62afcf5 Add ability to store invocation information in an external file. by Alex Light · 6 years ago
  57. d6f8c8b Fix `pthread_cond_timedwait()` error processing in dex2oat. by Roland Levillain · 6 years ago
  58. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  59. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  60. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  61. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  62. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  63. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 6 years ago
  64. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  65. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  66. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  67. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  68. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  69. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  70. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  71. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  72. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  73. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  74. 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
  75. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  76. b81c59e Merge "ART: Rewrite core image detection." by Vladimir Marko · 6 years ago
  77. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 6 years ago
  78. d6f3019 Remove kDex2OatHostKey from oat-header by Alex Light · 6 years ago
  79. 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
  80. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 6 years ago
  81. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 6 years ago
  82. 56581d8 Clean up oat key-value store. by Vladimir Marko · 6 years ago
  83. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  84. f06ca50 Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))." by Treehugger Robot · 6 years ago
  85. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 6 years ago
  86. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  87. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 6 years ago
  88. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  89. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 6 years ago
  90. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  91. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 6 years ago
  92. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  93. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  94. de91fd4 Generate unstripped .oat files in the symbols directory. by David Srbecky · 6 years ago
  95. d059e3a ART: Make boot image compilation always PIC. by Vladimir Marko · 6 years ago
  96. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 6 years ago
  97. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 6 years ago
  98. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 6 years ago
  99. a98d9e7 Merge "Revert "Delay init of classes of pre-allocated exceptions."" by Lokesh Gidra · 6 years ago
  100. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 6 years ago