1. 09a262e Remove ahat-test phony target. by Richard Uhler · 6 years ago
  2. 34773b4 Merge "Use a lock in RaceGenerateTask around dex2oat." by Nicolas Geoffray · 6 years ago
  3. a4a2851 Merge "ART: Disable two tests for ASAN/interp-ac." by Vladimir Marko · 6 years ago
  4. b31d141 Merge "Fix ahat test" by Treehugger Robot · 6 years ago
  5. 1e76d7a Use a lock in RaceGenerateTask around dex2oat. by Nicolas Geoffray · 6 years ago
  6. 5825ed4 ART: Disable two tests for ASAN/interp-ac. by Vladimir Marko · 6 years ago
  7. 0469598 Merge "ART: Remove unneeded SideEffects for fatal instructions." by Treehugger Robot · 6 years ago
  8. 8d2e114 Fix ahat test by Zimuzo · 6 years ago
  9. ddfbb5f Merge "Fix various not so benign fdsan errors." by Josh Gao · 6 years ago
  10. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  11. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  12. 651184b Merge "Fix an incorrect && with kTraceCountAllocs flag." by Treehugger Robot · 6 years ago
  13. 22e7b7d Merge changes If64a9720,I31c3b54c by Alex Light · 6 years ago
  14. c677cc2 Merge "Fix interpreter intrinsic for rotate left/right." by David Srbecky · 6 years ago
  15. 97e4a71 Merge "Fix DlOpenOatFile::Dlopen() for mac build." by Mathieu Chartier · 6 years ago
  16. f35c8e7 Merge "Add more debug logging to AssertToSpaceInvariantInNonMovingSpace." by Roland Levillain · 6 years ago
  17. 3ec8fb6 Fix DlOpenOatFile::Dlopen() for mac build. by Vladimir Marko · 6 years ago
  18. fcefab5 Merge "Pre-allocate necessary heap space with boot image." by Vladimir Marko · 6 years ago
  19. 95c9ef9 Add fieldnull tool by Alex Light · 6 years ago
  20. 1a615cf Merge "Reserve boot image memory in one go." by Vladimir Marko · 6 years ago
  21. 969325c Merge "Add --dump-all-members option to class2greylist." by Mathew Inwood · 6 years ago
  22. 5ab74a0 Merge "Add more timeout failures to target/debug/gcstress." by Nicolas Geoffray · 6 years ago
  23. e2f6b49 Add more debug logging to AssertToSpaceInvariantInNonMovingSpace. by Roland Levillain · 6 years ago
  24. d1aa7d0 ART: Remove unneeded SideEffects for fatal instructions. by Artem Serov · 7 years ago
  25. 9dc38b6 Merge "Fix oat_file_assistant_test for devices with low memory." by Nicolas Geoffray · 6 years ago
  26. d44d703 Pre-allocate necessary heap space with boot image. by Vladimir Marko · 6 years ago
  27. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  28. ba28efe Merge "Define $(ADB) in ART makefiles instead of hard-coding adb." by Nicolas Geoffray · 6 years ago
  29. 7b982fb Fix oat_file_assistant_test for devices with low memory. by Nicolas Geoffray · 6 years ago
  30. 34cdb54 Add more timeout failures to target/debug/gcstress. by Nicolas Geoffray · 6 years ago
  31. 64c2d77 Define $(ADB) in ART makefiles instead of hard-coding adb. by Nicolas Geoffray · 6 years ago
  32. 40f8a74 Merge "Document why the LOS space is not scanned during Sticky-Bit CC collections." by Roland Levillain · 6 years ago
  33. b8e5ad1 Fix interpreter intrinsic for rotate left/right. by David Srbecky · 6 years ago
  34. 675e0a5 Fix various not so benign fdsan errors. by Josh Gao · 6 years ago
  35. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 6 years ago
  36. f0029fc Use fdsan in FdFile. by Josh Gao · 6 years ago
  37. 34f8380 Clean up FdFile constructors. by Josh Gao · 6 years ago
  38. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 6 years ago
  39. 35696a0 Add DupCloexec to atomically dup and set FD_CLOEXEC. by Josh Gao · 6 years ago
  40. bbbcb53 Implement IterateOverInstances JVMTI function by Alex Light · 6 years ago
  41. 4a25727 Merge "Replace ashmem in ART with prctl" by Joel Fernandes · 6 years ago
  42. c800a33 Merge "Fix expected file for tests." by Nicolas Geoffray · 6 years ago
  43. 6c4b63b Fix expected file for tests. by Nicolas Geoffray · 6 years ago
  44. 92597a8 Replace ashmem in ART with prctl by Joel Fernandes (Google) · 6 years ago
  45. b9bdf39 Merge "Change dex naming for output directory" by Mathieu Chartier · 6 years ago
  46. 6e25045 Merge "Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""" by Nicolas Geoffray · 6 years ago
  47. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 6 years ago
  48. e42e870 Merge "ahat-tests: Use LOCAL_TEST_CONFIG to set test config" by Treehugger Robot · 6 years ago
  49. c861ec8 Merge "Address feedback on art script." by Nicolas Geoffray · 6 years ago
  50. 6c11ba4 Merge "Revert "Reduce DexCache field/method array size to 512."" by Vladimir Marko · 6 years ago
  51. 4146840 Change dex naming for output directory by Mathieu Chartier · 6 years ago
  52. c497fca Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Mathieu Chartier · 6 years ago
  53. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 6 years ago
  54. 6b09b39 Address feedback on art script. by Nicolas Geoffray · 6 years ago
  55. ecbb570 Merge "arm64: Don't use the GOT to access art::Runtime::instance_." by Peter Collingbourne · 6 years ago
  56. c9d3519 Add --dump-all-members option to class2greylist. by Mathew Inwood · 6 years ago
  57. 42034d7 ahat-tests: Use LOCAL_TEST_CONFIG to set test config by nelsonli · 6 years ago
  58. 990fc44 Revert "Reduce DexCache field/method array size to 512." by Vladimir Marko · 6 years ago
  59. 7786176 Merge "Adjust safepoint position of implicit null checks." by Nicolas Geoffray · 6 years ago
  60. 090795a Merge "Test for ZipFile.finalize." by Nicolas Geoffray · 6 years ago
  61. fcfb4dd Merge "Remove OatFileAssistant::MakeUpToDate and friends." by Nicolas Geoffray · 6 years ago
  62. 8f0f3b9 Merge "Add trie based greedy prefix construction" by Mathieu Chartier · 6 years ago
  63. 59458a9 Merge "Add dexlayout option for updating checksum" by Mathieu Chartier · 6 years ago
  64. fdc3d67 Merge "Convert jfuzz to Android.bp" by Treehugger Robot · 6 years ago
  65. 0ed1eab arm64: Don't use the GOT to access art::Runtime::instance_. by Peter Collingbourne · 6 years ago
  66. 49ca869 Add trie based greedy prefix construction by Mathieu Chartier · 6 years ago
  67. 36f7df5 Add dexlayout option for updating checksum by Mathieu Chartier · 6 years ago
  68. 89d7c2c Convert jfuzz to Android.bp by Dan Willemsen · 6 years ago
  69. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 6 years ago
  70. 96b8165 Merge "Blacklist libcore fdsan tests on the host." by Treehugger Robot · 6 years ago
  71. 9b7656d HWASan support in ART. by Evgenii Stepanov · 6 years ago
  72. 31151ca Merge "Add core-simple to the standard boot classpath" by Neil Fuller · 6 years ago
  73. faf64c9 Merge "Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA." by Nicolas Geoffray · 6 years ago
  74. 810a100 Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA. by Nicolas Geoffray · 6 years ago
  75. 6bfbdc7 Merge changes If4de1e1f,I11493096,I256c7758 by Roland Levillain · 6 years ago
  76. aa317ff Merge "Ensure the JITted method has a polymorphic inline cache." by Nicolas Geoffray · 6 years ago
  77. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 6 years ago
  78. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 6 years ago
  79. 1391390 Add core-simple to the standard boot classpath by Neil Fuller · 6 years ago
  80. 2aee3af Adjust safepoint position of implicit null checks. by Nicolas Geoffray · 6 years ago
  81. d6f48f2 Ensure the JITted method has a polymorphic inline cache. by Nicolas Geoffray · 6 years ago
  82. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  83. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  84. 09bb510 Test for ZipFile.finalize. by Nicolas Geoffray · 6 years ago
  85. 19379b5 Merge "Default to usejit:true." by Nicolas Geoffray · 6 years ago
  86. 56f64eb Merge "Avoid position sensitive argument errors with tar" by Orion Hodson · 6 years ago
  87. 0783ff0 Merge "dexdump2: Remove conversion from dollar sign to dot" by Orion Hodson · 6 years ago
  88. 7e91d1f Blacklist libcore fdsan tests on the host. by Josh Gao · 6 years ago
  89. a5ea637 Merge "Move string analysis to its own file" by Mathieu Chartier · 6 years ago
  90. 4a7133d Merge "Always set compiler filter to 'quicken' for jdwp tests." by Nicolas Geoffray · 6 years ago
  91. 1fc309a Always set compiler filter to 'quicken' for jdwp tests. by Nicolas Geoffray · 6 years ago
  92. bdf294e Merge "Fix two mistakes in art script rewrite." by Treehugger Robot · 6 years ago
  93. 686801f Fix two mistakes in art script rewrite. by Nicolas Geoffray · 6 years ago
  94. 0a8b315 Merge "Invoke dex2at before invoking art." by Nicolas Geoffray · 6 years ago
  95. f0b33e5 Fix an incorrect && with kTraceCountAllocs flag. by Stephen Hines · 6 years ago
  96. 335c4ce Invoke dex2at before invoking art. by Nicolas Geoffray · 6 years ago
  97. a5ca8eb Default to usejit:true. by Nicolas Geoffray · 6 years ago
  98. 2337d53 ART: Restrict some checks in the verifier to P+ by Andreas Gampe · 6 years ago
  99. 43fe48f Merge "Fix checker expectations around environment uses." by Nicolas Geoffray · 6 years ago
  100. 90fdc48 Fix checker expectations around environment uses. by Nicolas Geoffray · 6 years ago