1. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  2. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 5 years ago
  3. c526e42 Use full profile in Dex2OatImageTest#TestExtension. by Vladimir Marko · 5 years ago
  4. 889b72d Load classes for boot image extension. by Vladimir Marko · 5 years ago
  5. 92eec3a Add boot image checksums to image header. by Vladimir Marko · 5 years ago
  6. d3d00c0 Refactor oat.h. by Vladimir Marko · 5 years ago
  7. 2191069 Revert^4 "Boot image extension." by Vladimir Marko · 5 years ago
  8. f5c5eb3 Revert^3 "Boot image extension." by Vladimir Marko · 5 years ago
  9. beb66b3 Fix boot image extension relocation. by Vladimir Marko · 5 years ago
  10. 02820f4 Revert^2 "Boot image extension." by Vladimir Marko · 5 years ago
  11. 9f459c4 Revert "Boot image extension." by Colin Cross · 5 years ago
  12. 4f6ebe8 Boot image extension. by Vladimir Marko · 6 years ago
  13. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
  14. f1ddc20 Move image_write_read_test helper function to .cc file. by Vladimir Marko · 5 years ago
  15. 4e6abea Create type lookup tables early. by Vladimir Marko · 5 years ago
  16. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  17. 0866ea4 Revert^2 "Refactor oat file writing." by Vladimir Marko · 5 years ago
  18. 50c812a Revert "Refactor oat file writing." by Vladimir Marko · 5 years ago
  19. 0d192d2 Refactor oat file writing. by Vladimir Marko · 5 years ago
  20. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  21. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 5 years ago
  22. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 5 years ago
  23. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
  24. 2a290e1 Cleanup and simplify ImageWriter::GetQuickCode. by Nicolas Geoffray · 6 years ago
  25. e6cb971 Remove ImageWriter::IsInBootOatFile(). by Vladimir Marko · 6 years ago
  26. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 6 years ago
  27. e2d24be Simplify ImageWriter::IsInBootImage. by Vladimir Marko · 6 years ago
  28. e107037 Clean up collecting app image string references. by Vladimir Marko · 6 years ago
  29. 64f1f1f Do not copy finalizer references to app image. by Vladimir Marko · 6 years ago
  30. eaa8441 Clean up bin offset assignment in ImageWriter. by Vladimir Marko · 6 years ago
  31. 31c3daa GC-independent image layout. by Vladimir Marko · 6 years ago
  32. 1e52a07 Correct Indicies -> Indices by Alex Light · 6 years ago
  33. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 6 years ago
  34. 8e05f09 Do not force-intern Strings in images. by Vladimir Marko · 6 years ago
  35. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 6 years ago
  36. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  37. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  38. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 6 years ago
  39. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  40. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  41. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  42. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  43. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  44. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 6 years ago
  45. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  46. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  47. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  48. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  49. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 6 years ago
  50. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 6 years ago
  51. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 6 years ago
  52. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
  53. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 6 years ago
  54. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 6 years ago
  55. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  56. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  57. 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 6 years ago
  58. 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 6 years ago
  59. 38714e8 ARM: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 6 years ago
  60. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
  61. 49b2b20 Allow empty mini-debug-info ELF section. by David Srbecky · 6 years ago
  62. ea59304 Remove ObjPtr from CalculateNewObjectOffsets by Mathieu Chartier · 6 years ago
  63. 00fbe4f Add region padding for app images by Mathieu Chartier · 6 years ago
  64. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  65. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  66. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  67. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  68. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  69. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  70. ce2d6b3 Merge "Remove denver from art" by Haibo Huang · 6 years ago
  71. 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
  72. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  73. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  74. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 6 years ago
  75. 11a250b Remove denver from art by Haibo Huang · 6 years ago
  76. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  77. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  78. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  79. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 6 years ago
  80. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  81. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  82. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  83. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  84. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  85. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  86. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  87. fd667d4 Merge changes I05871a8a,I8baec836 by Vladimir Marko · 6 years ago
  88. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  89. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  90. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
  91. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  92. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  93. b321ac2 Merge "Speed up relative_patcher_arm64_test." by Vladimir Marko · 6 years ago
  94. b74574a Speed up relative_patcher_arm64_test. by Vladimir Marko · 6 years ago
  95. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  96. 38cf60a Postpone DexCache preloading in the ImageWriter. by Vladimir Marko · 6 years ago
  97. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  98. 56581d8 Clean up oat key-value store. by Vladimir Marko · 6 years ago
  99. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  100. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago