1. d68580e Put dex2oat32 and dex2oat64 in the ART apex. by Nicolas Geoffray · 4 years, 9 months ago
  2. c390879 Do not crash for broken stored VerifierDeps. by Vladimir Marko · 4 years, 9 months ago
  3. 3949e5e Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 5 years ago
  4. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 9 months ago
  5. d1f7351 dex2oat: add --updatable-bcp-packages-file argument. by Vladimir Marko · 4 years, 9 months ago
  6. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 9 months ago
  7. fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 9 months ago
  8. bdf146c dex2oat: Fix repeatedly preparing dex files for oat file by wulonghua · 4 years, 9 months ago
  9. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 9 months ago
  10. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 9 months ago
  11. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 9 months ago
  12. 7bbbe25 Suppress ThreadLocal hash override warning. by Vladimir Marko · 4 years, 9 months ago
  13. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 9 months ago
  14. 873bb64 Add "linkage" test options by David Sehr · 4 years, 10 months ago
  15. 4b90b86 Do not preload dex caches for assume-verified. by Vladimir Marko · 4 years, 10 months ago
  16. e1ee6f9 Set the identity hash code seed before creating Runtime. by Vladimir Marko · 4 years, 10 months ago
  17. 2c2248c Reland^3 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 10 months ago
  18. 37d6d77 Allow ThreadLocal object allocation during AOT. by Vladimir Marko · 4 years, 10 months ago
  19. 9bdba6e Revert "Reland^2 "Always put the framework profile in the boot image location."" by Nicolas Geoffray · 4 years, 10 months ago
  20. 2145a8a Add the File[] class to the primary boot image. by Vladimir Marko · 4 years, 10 months ago
  21. ed1f531 Reland^2 "Always put the framework profile in the boot image location." by Nicolas Geoffray · 4 years, 10 months ago
  22. 6cf7a9b Revert "Revert "If generating an image, run initialization and other optimizations."" by Nicolas Geoffray · 4 years, 10 months ago
  23. bbec8a6 Revert "If generating an image, run initialization and other optimizations." by Eric Holk · 4 years, 10 months ago
  24. c42db83 Make dex2oat(d) and hiddenapi 64-bit only on host. by Martin Stjernholm · 4 years, 10 months ago
  25. ada8536 If generating an image, run initialization and other optimizations. by Nicolas Geoffray · 4 years, 10 months ago
  26. f639bf4 Avoid dex2dex initialization if not compiling. by Vladimir Marko · 4 years, 10 months ago
  27. ef46e10 Do not verify dex files for --compiler-filter=assume-verified. by Vladimir Marko · 4 years, 10 months ago
  28. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 11 months ago
  29. 517e5cd Filter image classes in RecordImageClassesVisitor. by Vladimir Marko · 4 years, 11 months ago
  30. e1a4451 Compile host dex2oat for 64 bit even when HOST_PREFER_32_BIT is set. by Martin Stjernholm · 5 years ago
  31. 71dfc9c Reland: Make dex2oat(d) visible for use as implicit dexpreopt tool deps. by Martin Stjernholm · 5 years ago
  32. 8bc5991 Remove MIPS support from dex2oat. by Vladimir Marko · 4 years, 11 months ago
  33. 8c8f148 Add blueprint modules to generate jar files for gtests. by David Srbecky · 5 years ago
  34. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
  35. cf0c6ef Device gtests: Use boot.art instead of core.art. by David Srbecky · 5 years ago
  36. 7c2f69e apex_available becomes more correct by Jiyong Park · 5 years ago
  37. f6afcc9 Update boot image extension compilation args. by Vladimir Marko · 5 years ago
  38. 89b85eb dex2oat: default to speed-profile if we have a profile. by Vladimir Marko · 5 years ago
  39. c0e0e5e Compile boot image extensions in memory. by Vladimir Marko · 5 years ago
  40. d2ac307 Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64 by Evgeny Astigeevich · 5 years ago
  41. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 5 years ago
  42. 92231c5 Revert "Make dex2oat(d) visible for use as implicit dexpreopt to..." by Hans Boehm · 5 years ago
  43. 08a1d1b Make dex2oat(d) visible for use as implicit dexpreopt tool deps. by Martin Stjernholm · 5 years ago
  44. e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
  45. 721e402 Fix stack-walking race by Alex Light · 5 years ago
  46. 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 5 years ago
  47. 3cf233b Remove superfluous(?) DCHECK. by Nicolas Geoffray · 5 years ago
  48. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
  49. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
  50. 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
  51. 3ea6627 Merge the single-image test to TestExtension. by Vladimir Marko · 5 years ago
  52. d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
  53. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  54. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  55. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  56. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  57. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  58. 7ed2d38 Fix boot image extension class exclusion. by Vladimir Marko · 5 years ago
  59. a8f3918 Clean up some image tests. by Vladimir Marko · 5 years ago
  60. c526e42 Use full profile in Dex2OatImageTest#TestExtension. by Vladimir Marko · 5 years ago
  61. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 5 years ago
  62. ffc791c dex2oat: add --cpu-set command-line option by Orion Hodson · 5 years ago
  63. 96d8585 Revert "Fix CompilerDriver's handling of boot image extension." by Roland Levillain · 5 years ago
  64. 96491e9 Fix CompilerDriver's handling of boot image extension. by Vladimir Marko · 5 years ago
  65. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  66. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 5 years ago
  67. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  68. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  69. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  70. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
  71. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  72. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  73. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  74. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
  75. 436c6f5 Oat file checksums for boot image extensions. by Vladimir Marko · 5 years ago
  76. f1ddc20 Move image_write_read_test helper function to .cc file. by Vladimir Marko · 5 years ago
  77. 4e6abea Create type lookup tables early. by Vladimir Marko · 5 years ago
  78. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  79. 0866ea4 Revert^2 "Refactor oat file writing." by Vladimir Marko · 5 years ago
  80. 50c812a Revert "Refactor oat file writing." by Vladimir Marko · 5 years ago
  81. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 5 years ago
  82. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 5 years ago
  83. 0d192d2 Refactor oat file writing. by Vladimir Marko · 5 years ago
  84. 45cdd05 Clean up profile AddClass APIs by Calin Juravle · 5 years ago
  85. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  86. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  87. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 6 years ago
  88. 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
  89. 70f2314 Fix ODR issue with dex2oat and libcrypto by Colin Cross · 5 years ago
  90. ad909af Update references to the ART APEX. by Martin Stjernholm · 5 years ago
  91. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 5 years ago
  92. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 5 years ago
  93. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  94. 7834241 Remove GC type restrictions on --force-determinism. by Vladimir Marko · 5 years ago
  95. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  96. 2a290e1 Cleanup and simplify ImageWriter::GetQuickCode. by Nicolas Geoffray · 5 years ago
  97. 5132e0d Add option for controling app image class initialization by Mathieu Chartier · 5 years ago
  98. 6623594 Set image base address after the boot image. by Vladimir Marko · 6 years ago
  99. e6cb971 Remove ImageWriter::IsInBootOatFile(). by Vladimir Marko · 5 years ago
  100. 4b3946a Remove small and tiny method options by Mathieu Chartier · 5 years ago