1. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 5 years ago
  2. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  3. 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
  4. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 5 years ago
  5. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  6. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  7. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  8. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  9. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  10. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 6 years ago
  11. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  12. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  13. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  14. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  15. 98fb083 Remove obsolete trampoline offsets from OatHeader. by Vladimir Marko · 6 years ago
  16. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 6 years ago
  17. 7cb707f Use resolve-startup-const-strings=true for run tests by Mathieu Chartier · 6 years ago
  18. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 6 years ago
  19. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 6 years ago
  20. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 6 years ago
  21. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  22. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  23. 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 6 years ago
  24. 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 6 years ago
  25. 38714e8 ARM: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 6 years ago
  26. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
  27. 49b2b20 Allow empty mini-debug-info ELF section. by David Srbecky · 6 years ago
  28. ea59304 Remove ObjPtr from CalculateNewObjectOffsets by Mathieu Chartier · 6 years ago
  29. 00fbe4f Add region padding for app images by Mathieu Chartier · 6 years ago
  30. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  31. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  32. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  33. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  34. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  35. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  36. ce2d6b3 Merge "Remove denver from art" by Haibo Huang · 6 years ago
  37. 7391c8c Store additional information in image header. by Vladimir Marko · 6 years ago
  38. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  39. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  40. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 6 years ago
  41. 11a250b Remove denver from art by Haibo Huang · 6 years ago
  42. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  43. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  44. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  45. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 6 years ago
  46. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  47. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  48. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  49. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  50. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  51. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  52. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  53. fd667d4 Merge changes I05871a8a,I8baec836 by Vladimir Marko · 6 years ago
  54. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  55. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  56. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
  57. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  58. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  59. b321ac2 Merge "Speed up relative_patcher_arm64_test." by Vladimir Marko · 6 years ago
  60. b74574a Speed up relative_patcher_arm64_test. by Vladimir Marko · 6 years ago
  61. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  62. 38cf60a Postpone DexCache preloading in the ImageWriter. by Vladimir Marko · 6 years ago
  63. 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
  64. 56581d8 Clean up oat key-value store. by Vladimir Marko · 6 years ago
  65. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  66. 8cc418e Track what intern tables are from boot images by Mathieu Chartier · 6 years ago
  67. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  68. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  69. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  70. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  71. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  72. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  73. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  74. eba69a1 Merge "ART: Add object-array-alloc-inl.h" by Treehugger Robot · 6 years ago
  75. 3070e9c Merge "Revert "Revert^2: Add dex item for hiddenapi flags"" by Paul Hobbs · 6 years ago
  76. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  77. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  78. da1cc3b Merge "Revert^2: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  79. f559f57 Merge "ART: Do some include-what-you-use" by Treehugger Robot · 6 years ago
  80. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  81. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
  82. fbeef46 Fixed a GC bug caused by improper AppImage string fixup. by Chris Wailes · 6 years ago
  83. e7e4eda Merge "ART: Clean up CreateImageSections() comment." by Vladimir Marko · 6 years ago
  84. 6d3c181 ART: Clean up CreateImageSections() comment. by Vladimir Marko · 6 years ago
  85. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  86. cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  87. 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  88. 76d5c1a Merge "Remove the relocations section from the image." by Vladimir Marko · 6 years ago
  89. d68ab24 Remove the relocations section from the image. by Vladimir Marko · 6 years ago
  90. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  91. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  92. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 6 years ago
  93. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 6 years ago
  94. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  95. 9a19e98 Moved several messages from LOG to VLOG(compiler). by Chris Wailes · 6 years ago
  96. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  97. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  98. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  99. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  100. 8351aac ART: Refactor for bool literals by Andreas Gampe · 6 years ago