1. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 8 years ago
  2. 2275277 Resolve const-string of clinit by Mathieu Chartier · 8 years ago
  3. 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 8 years ago
  4. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 8 years ago
  5. f06ca50 Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))." by Treehugger Robot · 8 years ago
  6. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 8 years ago
  7. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 8 years ago
  8. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 8 years ago
  9. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 8 years ago
  10. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 8 years ago
  11. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 8 years ago
  12. 4519b9d Make the boot image always multi-image. by Vladimir Marko · 8 years ago
  13. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 8 years ago
  14. b63a4e8 Merge "Fix multi-image boot class path construction." by Vladimir Marko · 8 years ago
  15. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 8 years ago
  16. 9a19e98 Moved several messages from LOG to VLOG(compiler). by Chris Wailes · 8 years ago
  17. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 8 years ago
  18. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  19. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 8 years ago
  20. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 8 years ago
  21. 8351aac ART: Refactor for bool literals by Andreas Gampe · 8 years ago
  22. 20f09a3 Merge "Don't pre-initialize Class.name fields in boot images" by Alex Light · 8 years ago
  23. ba9dc92 Don't pre-initialize Class.name fields in boot images by Alex Light · 8 years ago
  24. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 8 years ago
  25. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 8 years ago
  26. ec5ed06 ART: Refactor static include list by Andreas Gampe · 8 years ago
  27. e066932 Remove PIC option from oat files. by Vladimir Marko · 8 years ago
  28. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 8 years ago
  29. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 8 years ago
  30. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 8 years ago
  31. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 8 years ago
  32. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 8 years ago
  33. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  34. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 8 years ago
  35. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 8 years ago
  36. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 8 years ago
  37. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 8 years ago
  38. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  39. bee5e2d Move OatWriter to ClassAccessor by Mathieu Chartier · 8 years ago
  40. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 8 years ago
  41. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 8 years ago
  42. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 8 years ago
  43. dda4e8b ARM64: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 8 years ago
  44. 0b2c697 Merge "Generate unstripped .oat files in the symbols directory." by Treehugger Robot · 8 years ago
  45. 2242ef1 Move dex2oat_test to ClassAccessor by Mathieu Chartier · 8 years ago
  46. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 8 years ago
  47. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 8 years ago
  48. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 8 years ago
  49. 125a47c Merge "Move .art.rel data to a section in .art, part 1." by Vladimir Marko · 8 years ago
  50. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 8 years ago
  51. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 8 years ago
  52. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  53. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 8 years ago
  54. de91fd4 Generate unstripped .oat files in the symbols directory. by David Srbecky · 8 years ago
  55. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 8 years ago
  56. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 8 years ago
  57. 11bf265 ART: Clean up dex2oats/oatdumps Android.bp modules by Andreas Gampe · 8 years ago
  58. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  59. 427c3b1 Merge "ART: Make boot image compilation always PIC." by Vladimir Marko · 8 years ago
  60. d059e3a ART: Make boot image compilation always PIC. by Vladimir Marko · 8 years ago
  61. f5dd114 Disable Dex2oatImageTest.TestModesAndFilters for gtest-heap-poisoning. by Roland Levillain · 8 years ago
  62. b28683f Merge "Do not restore source object hash in ImageWriter." by Vladimir Marko · 8 years ago
  63. 04a4f20 Merge "Implement Integer.valueOf() intrinsic for boot image." by Vladimir Marko · 8 years ago
  64. 1e1260c Do not restore source object hash in ImageWriter. by Vladimir Marko · 8 years ago
  65. 6fd1606 Implement Integer.valueOf() intrinsic for boot image. by Vladimir Marko · 8 years ago
  66. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 8 years ago
  67. ac85c69 Merge "ART: Fix RelativePatcherTest::TearDown() for ASAN." by Vladimir Marko · 8 years ago
  68. f5020ee Merge "ART: Finish old move of OatDexFile" by Treehugger Robot · 8 years ago
  69. 16206cf ART: Fix RelativePatcherTest::TearDown() for ASAN. by Vladimir Marko · 8 years ago
  70. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 8 years ago
  71. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 8 years ago
  72. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 8 years ago
  73. a98d9e7 Merge "Revert "Delay init of classes of pre-allocated exceptions."" by Lokesh Gidra · 8 years ago
  74. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 8 years ago
  75. 7a21e31 Merge "ART: Move CopyOption to OatWriter" by Treehugger Robot · 8 years ago
  76. a20f969 Merge "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 8 years ago
  77. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 8 years ago
  78. 8d9815f Merge "Move dex_files_for_oat_file_ to CompilerOptions." by Vladimir Marko · 8 years ago
  79. 1554417 ART: Move CopyOption to OatWriter by Andreas Gampe · 8 years ago
  80. 0e4ecbe Merge "Move image_classes_ to CompilerOptions." by Vladimir Marko · 8 years ago
  81. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 8 years ago
  82. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 8 years ago
  83. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 8 years ago
  84. ccfc88a Merge "Implement Integer.valueOf() intrinsic for PIC." by Vladimir Marko · 8 years ago
  85. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 8 years ago
  86. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 8 years ago
  87. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 8 years ago
  88. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 8 years ago
  89. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 8 years ago
  90. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 8 years ago
  91. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 8 years ago
  92. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 8 years ago
  93. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 8 years ago
  94. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  95. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 8 years ago
  96. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 8 years ago
  97. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 8 years ago
  98. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 8 years ago
  99. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 8 years ago
  100. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 8 years ago