1. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 7 years ago
  2. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 7 years ago
  3. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 7 years ago
  4. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 7 years ago
  5. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  6. bee5e2d Move OatWriter to ClassAccessor by Mathieu Chartier · 7 years ago
  7. 8cd5454 Move MethodInfo to CodeInfo. by David Srbecky · 7 years ago
  8. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 7 years ago
  9. 8808756 Remove frame info from OatQuickMethodHeader. by David Srbecky · 7 years ago
  10. dda4e8b ARM64: Fix the CallOtherJustTooFarAfter test. by Vladimir Marko · 7 years ago
  11. 0b2c697 Merge "Generate unstripped .oat files in the symbols directory." by Treehugger Robot · 7 years ago
  12. 2242ef1 Move dex2oat_test to ClassAccessor by Mathieu Chartier · 7 years ago
  13. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 7 years ago
  14. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 7 years ago
  15. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 7 years ago
  16. 125a47c Merge "Move .art.rel data to a section in .art, part 1." by Vladimir Marko · 7 years ago
  17. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 7 years ago
  18. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 7 years ago
  19. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  20. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 7 years ago
  21. de91fd4 Generate unstripped .oat files in the symbols directory. by David Srbecky · 7 years ago
  22. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 7 years ago
  23. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 7 years ago
  24. 11bf265 ART: Clean up dex2oats/oatdumps Android.bp modules by Andreas Gampe · 7 years ago
  25. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  26. 427c3b1 Merge "ART: Make boot image compilation always PIC." by Vladimir Marko · 7 years ago
  27. d059e3a ART: Make boot image compilation always PIC. by Vladimir Marko · 7 years ago
  28. f5dd114 Disable Dex2oatImageTest.TestModesAndFilters for gtest-heap-poisoning. by Roland Levillain · 7 years ago
  29. b28683f Merge "Do not restore source object hash in ImageWriter." by Vladimir Marko · 7 years ago
  30. 04a4f20 Merge "Implement Integer.valueOf() intrinsic for boot image." by Vladimir Marko · 7 years ago
  31. 1e1260c Do not restore source object hash in ImageWriter. by Vladimir Marko · 7 years ago
  32. 6fd1606 Implement Integer.valueOf() intrinsic for boot image. by Vladimir Marko · 7 years ago
  33. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 7 years ago
  34. ac85c69 Merge "ART: Fix RelativePatcherTest::TearDown() for ASAN." by Vladimir Marko · 7 years ago
  35. f5020ee Merge "ART: Finish old move of OatDexFile" by Treehugger Robot · 7 years ago
  36. 16206cf ART: Fix RelativePatcherTest::TearDown() for ASAN. by Vladimir Marko · 7 years ago
  37. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 7 years ago
  38. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 7 years ago
  39. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 7 years ago
  40. a98d9e7 Merge "Revert "Delay init of classes of pre-allocated exceptions."" by Lokesh Gidra · 7 years ago
  41. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 7 years ago
  42. 7a21e31 Merge "ART: Move CopyOption to OatWriter" by Treehugger Robot · 7 years ago
  43. a20f969 Merge "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 7 years ago
  44. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 7 years ago
  45. 8d9815f Merge "Move dex_files_for_oat_file_ to CompilerOptions." by Vladimir Marko · 7 years ago
  46. 1554417 ART: Move CopyOption to OatWriter by Andreas Gampe · 7 years ago
  47. 0e4ecbe Merge "Move image_classes_ to CompilerOptions." by Vladimir Marko · 7 years ago
  48. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  49. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  50. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  51. ccfc88a Merge "Implement Integer.valueOf() intrinsic for PIC." by Vladimir Marko · 7 years ago
  52. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 7 years ago
  53. eebb821 Implement Integer.valueOf() intrinsic for PIC. by Vladimir Marko · 7 years ago
  54. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  55. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  56. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  57. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 7 years ago
  58. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 7 years ago
  59. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  60. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 7 years ago
  61. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  62. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 7 years ago
  63. 302aa98 Merge changes I2079344d,Ie0d08494 by Vladimir Marko · 7 years ago
  64. c13fbd8 Use pre-allocated Throwables from the boot image. by Vladimir Marko · 7 years ago
  65. ea341d2 Rewrite TypeLookupTable. by Vladimir Marko · 7 years ago
  66. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  67. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  68. aab8bc9 Merge "Remove static GcRoot<>s from Field, Method, Constructor." by Vladimir Marko · 7 years ago
  69. 2eabc61 Fix class_def_idx increment for FastVerify by Mathieu Chartier · 7 years ago
  70. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  71. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 7 years ago
  72. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 7 years ago
  73. a218b3e Re-enable LZ4_compress_HC in image writer by Mathieu Chartier · 7 years ago
  74. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 7 years ago
  75. 1ab0fa8 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 7 years ago
  76. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 7 years ago
  77. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 7 years ago
  78. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  79. 51dda39 Merge "ART: Compiler support for const-method-type" by Treehugger Robot · 7 years ago
  80. d8860b4 Do not load app image for class collisions by Vladimir Marko · 7 years ago
  81. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  82. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  83. 2cd2eea Merge "ART: Add --dump-pass-timings compiler option." by Vladimir Marko · 7 years ago
  84. 238c963 Do not use clang lld for oatdump tests by Chih-Hung Hsieh · 7 years ago
  85. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 7 years ago
  86. 0ecbdb3 Merge "Clean up include paths" by David Sehr · 7 years ago
  87. 1979c64 Clean up include paths by David Sehr · 7 years ago
  88. 82d046e Add a profiling library by David Sehr · 7 years ago
  89. 89b06a1 Merge "Pass the fd to OatFile::Setup to avoid selinux errors." by Nicolas Geoffray · 7 years ago
  90. b8f1997 Merge "ARM: Use rMR for Baker RB introspection marking." by Vladimir Marko · 7 years ago
  91. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 7 years ago
  92. 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
  93. fb008f4 ART: Add timing logger granularity to compiler by Andreas Gampe · 7 years ago
  94. 525f67f Merge "Use lld for building dex2oatds, oatdumpds" by Treehugger Robot · 7 years ago
  95. fc1de87 Specify dex2oat PGO profile files for Mips by Pirama Arumuga Nainar · 7 years ago
  96. 6f5b4d2 Use lld for building dex2oatds, oatdumpds by Pirama Arumuga Nainar · 7 years ago
  97. 42d5805 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 7 years ago
  98. c444077 Add arg for overwriting class loader class path by Mathieu Chartier · 7 years ago
  99. bd600e3 ART: Remove support for compiled-methods and compiled-classes by Andreas Gampe · 7 years ago
  100. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 7 years ago