1. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 9 months ago
  2. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  3. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
  4. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
  5. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 9 months ago
  6. d187d87 Remove option CreateTypeLookupTable. by Nicolas Geoffray · 3 years, 9 months ago
  7. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 10 months ago
  8. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 10 months ago
  9. e3ca16f Do not use absolute addresses in image test oat files. by Vladimir Marko · 3 years, 10 months ago
  10. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 11 months ago
  11. 4f3959b Avoid duplicate hash calculation in ImageWriter. by Vladimir Marko · 3 years, 11 months ago
  12. 001bb57 Change dirty-image-objects file format. by Vladimir Marko · 3 years, 11 months ago
  13. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 11 months ago
  14. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 4 years ago
  15. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 4 years ago
  16. 6dc86d1 Put method pointer arrays together in images. by Vladimir Marko · 4 years ago
  17. 1ee1267 Rewrite pointer array relocation in ImageWriter. by Vladimir Marko · 4 years ago
  18. b1cf837 Fix image bug around clinit and nterp. by Nicolas Geoffray · 4 years ago
  19. f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 4 years ago
  20. 7203b20 Do not fill ImageWriter::oat_index_map_ for single image. by Vladimir Marko · 4 years ago
  21. 151e23a Rewrite intern table construction in ImageWriter. by Vladimir Marko · 4 years ago
  22. c39af94 Add a nterp trampoline in the oat file, replaced at runtime. by Nicolas Geoffray · 4 years ago
  23. 4c796aa Rewrite class table construction in ImageWriter. by Vladimir Marko · 4 years ago
  24. 365f94f Minor updates to fd_file.h by Orion Hodson · 4 years ago
  25. 26de896 Use HashMap<> and HashSet<> in dex2oat. by Vladimir Marko · 4 years, 1 month ago
  26. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 4 years, 2 months ago
  27. a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 4 years, 3 months ago
  28. eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 4 years, 3 months ago
  29. 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 6 years ago
  30. eb9eb00 Faster @CriticalNative for boot image. by Vladimir Marko · 4 years, 4 months ago
  31. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 4 years, 4 months ago
  32. e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 4 years, 4 months ago
  33. 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 5 months ago
  34. 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 4 years, 5 months ago
  35. 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 6 months ago
  36. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 6 months ago
  37. c220827 Replace "dummy" with "fake" in some tests. by Vladimir Marko · 4 years, 6 months ago
  38. 4ef451a Rename kDummy32BitOffset to kPlaceholder32BitOffset. by Vladimir Marko · 4 years, 6 months ago
  39. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  40. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 4 years, 7 months ago
  41. 1715efa Add a new class status for verified with access checks. by Nicolas Geoffray · 4 years, 8 months ago
  42. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  43. 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 9 months ago
  44. 3949e5e Fix dex2oat failure when --zip-fd actually points to raw dexfile. by wangshumin · 5 years ago
  45. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 4 years, 10 months ago
  46. fdd4684 Deduplicate interned image strings. by Vladimir Marko · 4 years, 10 months ago
  47. 4b90b86 Do not preload dex caches for assume-verified. by Vladimir Marko · 4 years, 10 months ago
  48. f639bf4 Avoid dex2dex initialization if not compiling. by Vladimir Marko · 5 years ago
  49. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  50. 8bc5991 Remove MIPS support from dex2oat. by Vladimir Marko · 5 years ago
  51. c0e0e5e Compile boot image extensions in memory. by Vladimir Marko · 5 years ago
  52. 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 5 years ago
  53. d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
  54. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  55. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  56. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  57. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  58. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  59. c526e42 Use full profile in Dex2OatImageTest#TestExtension. by Vladimir Marko · 5 years ago
  60. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  61. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 5 years ago
  62. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  63. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  64. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  65. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
  66. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  67. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  68. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  69. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
  70. f1ddc20 Move image_write_read_test helper function to .cc file. by Vladimir Marko · 5 years ago
  71. 4e6abea Create type lookup tables early. by Vladimir Marko · 5 years ago
  72. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  73. 0866ea4 Revert^2 "Refactor oat file writing." by Vladimir Marko · 5 years ago
  74. 50c812a Revert "Refactor oat file writing." by Vladimir Marko · 5 years ago
  75. 0d192d2 Refactor oat file writing. by Vladimir Marko · 5 years ago
  76. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  77. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 5 years ago
  78. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 5 years ago
  79. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  80. 2a290e1 Cleanup and simplify ImageWriter::GetQuickCode. by Nicolas Geoffray · 6 years ago
  81. e6cb971 Remove ImageWriter::IsInBootOatFile(). by Vladimir Marko · 6 years ago
  82. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 6 years ago
  83. e2d24be Simplify ImageWriter::IsInBootImage. by Vladimir Marko · 6 years ago
  84. e107037 Clean up collecting app image string references. by Vladimir Marko · 6 years ago
  85. 64f1f1f Do not copy finalizer references to app image. by Vladimir Marko · 6 years ago
  86. eaa8441 Clean up bin offset assignment in ImageWriter. by Vladimir Marko · 6 years ago
  87. 31c3daa GC-independent image layout. by Vladimir Marko · 6 years ago
  88. 1e52a07 Correct Indicies -> Indices by Alex Light · 6 years ago
  89. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 6 years ago
  90. 8e05f09 Do not force-intern Strings in images. by Vladimir Marko · 6 years ago
  91. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 6 years ago
  92. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  93. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  94. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 6 years ago
  95. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  96. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  97. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  98. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  99. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  100. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 6 years ago