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