1. 6ded4b2 Merge "Add more timeout failures to target/debug/gcstress." am: 5ab74a0b54 by Nicolas Geoffray · 7 years ago
  2. 5ab74a0 Merge "Add more timeout failures to target/debug/gcstress." by Nicolas Geoffray · 7 years ago
  3. 7d0e673 Merge "Fix oat_file_assistant_test for devices with low memory." am: 9dc38b619b by Nicolas Geoffray · 7 years ago
  4. 9dc38b6 Merge "Fix oat_file_assistant_test for devices with low memory." by Nicolas Geoffray · 7 years ago
  5. 3ce1c78 Merge "Define $(ADB) in ART makefiles instead of hard-coding adb." by Nicolas Geoffray · 7 years ago
  6. ba28efe Merge "Define $(ADB) in ART makefiles instead of hard-coding adb." by Nicolas Geoffray · 7 years ago
  7. 7b982fb Fix oat_file_assistant_test for devices with low memory. by Nicolas Geoffray · 7 years ago
  8. 34cdb54 Add more timeout failures to target/debug/gcstress. by Nicolas Geoffray · 7 years ago
  9. 64c2d77 Define $(ADB) in ART makefiles instead of hard-coding adb. by Nicolas Geoffray · 7 years ago
  10. 8522a15 Merge "Document why the LOS space is not scanned during Sticky-Bit CC collections." by Roland Levillain · 7 years ago
  11. 40f8a74 Merge "Document why the LOS space is not scanned during Sticky-Bit CC collections." by Roland Levillain · 7 years ago
  12. 8a8b872 Merge "Replace ashmem in ART with prctl" am: 4a25727eba by Joel Fernandes · 7 years ago
  13. 4a25727 Merge "Replace ashmem in ART with prctl" by Joel Fernandes · 7 years ago
  14. cb7d10b Merge "Fix expected file for tests." am: c800a33b5a by Nicolas Geoffray · 7 years ago
  15. c800a33 Merge "Fix expected file for tests." by Nicolas Geoffray · 7 years ago
  16. 6c4b63b Fix expected file for tests. by Nicolas Geoffray · 7 years ago
  17. 92597a8 Replace ashmem in ART with prctl by Joel Fernandes (Google) · 7 years ago
  18. 851a0daa Merge "Change dex naming for output directory" am: b9bdf3906c by Mathieu Chartier · 7 years ago
  19. b9bdf39 Merge "Change dex naming for output directory" by Mathieu Chartier · 7 years ago
  20. f94b145 Merge "Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""" by Nicolas Geoffray · 7 years ago
  21. 6e25045 Merge "Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends.""" by Nicolas Geoffray · 7 years ago
  22. 3d8a78a Revert "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Nicolas Geoffray · 7 years ago
  23. b3ccfad Merge "ahat-tests: Use LOCAL_TEST_CONFIG to set test config" am: e42e870e89 by nelsonli · 7 years ago
  24. e42e870 Merge "ahat-tests: Use LOCAL_TEST_CONFIG to set test config" by Treehugger Robot · 7 years ago
  25. d317d34 Merge "Address feedback on art script." am: c861ec89b0 by Nicolas Geoffray · 7 years ago
  26. c861ec8 Merge "Address feedback on art script." by Nicolas Geoffray · 7 years ago
  27. 14ab6e6 Merge "Revert "Reduce DexCache field/method array size to 512."" am: 6c11ba4d65 by Vladimir Marko · 7 years ago
  28. 6c11ba4 Merge "Revert "Reduce DexCache field/method array size to 512."" by Vladimir Marko · 7 years ago
  29. 4146840 Change dex naming for output directory by Mathieu Chartier · 7 years ago
  30. cc4b842 Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Mathieu Chartier · 7 years ago
  31. c497fca Merge "Revert "Remove OatFileAssistant::MakeUpToDate and friends."" by Mathieu Chartier · 7 years ago
  32. baf3761 Revert "Remove OatFileAssistant::MakeUpToDate and friends." by Mathieu Chartier · 7 years ago
  33. 6b09b39 Address feedback on art script. by Nicolas Geoffray · 7 years ago
  34. e5cf6ba Merge "arm64: Don't use the GOT to access art::Runtime::instance_." by Peter Collingbourne · 7 years ago
  35. ecbb570 Merge "arm64: Don't use the GOT to access art::Runtime::instance_." by Peter Collingbourne · 7 years ago
  36. 42034d7 ahat-tests: Use LOCAL_TEST_CONFIG to set test config by nelsonli · 7 years ago
  37. 990fc44 Revert "Reduce DexCache field/method array size to 512." by Vladimir Marko · 7 years ago
  38. 355f6c8 Merge "Adjust safepoint position of implicit null checks." am: 7786176c18 by Nicolas Geoffray · 7 years ago
  39. 7786176 Merge "Adjust safepoint position of implicit null checks." by Nicolas Geoffray · 7 years ago
  40. c3ed05e Merge "Test for ZipFile.finalize." am: 090795a459 by Nicolas Geoffray · 7 years ago
  41. 090795a Merge "Test for ZipFile.finalize." by Nicolas Geoffray · 7 years ago
  42. 2feb252 Merge "Remove OatFileAssistant::MakeUpToDate and friends." am: fcfb4dd31e by Nicolas Geoffray · 7 years ago
  43. fcfb4dd Merge "Remove OatFileAssistant::MakeUpToDate and friends." by Nicolas Geoffray · 7 years ago
  44. 74403e6 Merge "Add trie based greedy prefix construction" am: 8f0f3b9784 by Mathieu Chartier · 7 years ago
  45. 14dbbbf Merge "Add dexlayout option for updating checksum" am: 59458a9b9c by Mathieu Chartier · 7 years ago
  46. 8f0f3b9 Merge "Add trie based greedy prefix construction" by Mathieu Chartier · 7 years ago
  47. 59458a9 Merge "Add dexlayout option for updating checksum" by Mathieu Chartier · 7 years ago
  48. c157d3b Merge "Convert jfuzz to Android.bp" am: fdc3d6782a by Dan Willemsen · 7 years ago
  49. fdc3d67 Merge "Convert jfuzz to Android.bp" by Treehugger Robot · 7 years ago
  50. 0ed1eab arm64: Don't use the GOT to access art::Runtime::instance_. by Peter Collingbourne · 7 years ago
  51. 49ca869 Add trie based greedy prefix construction by Mathieu Chartier · 7 years ago
  52. 36f7df5 Add dexlayout option for updating checksum by Mathieu Chartier · 7 years ago
  53. 89d7c2c Convert jfuzz to Android.bp by Dan Willemsen · 7 years ago
  54. 2b0efa2 Merge "HWASan support in ART." am: 213f895897 by Evgenii Stepanov · 7 years ago
  55. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 7 years ago
  56. 9845bca Merge "Blacklist libcore fdsan tests on the host." am: 96b81658dd by Josh Gao · 7 years ago
  57. 96b8165 Merge "Blacklist libcore fdsan tests on the host." by Treehugger Robot · 7 years ago
  58. 9b7656d HWASan support in ART. by Evgenii Stepanov · 7 years ago
  59. b56c084 Merge "Add core-simple to the standard boot classpath" am: 31151ca63c by Neil Fuller · 7 years ago
  60. 5c5b511 Merge "Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA." by Nicolas Geoffray · 7 years ago
  61. 2c3b815 Merge changes If4de1e1f,I11493096,I256c7758 am: 6bfbdc7fe3 by Roland Levillain · 7 years ago
  62. 31151ca Merge "Add core-simple to the standard boot classpath" by Neil Fuller · 7 years ago
  63. faf64c9 Merge "Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA." by Nicolas Geoffray · 7 years ago
  64. 810a100 Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA. by Nicolas Geoffray · 7 years ago
  65. 6bfbdc7 Merge changes If4de1e1f,I11493096,I256c7758 by Roland Levillain · 7 years ago
  66. 6ca485b Merge "Ensure the JITted method has a polymorphic inline cache." am: aa317ffafe by Nicolas Geoffray · 7 years ago
  67. aa317ff Merge "Ensure the JITted method has a polymorphic inline cache." by Nicolas Geoffray · 7 years ago
  68. d6698e3 Remove OatFileAssistant::MakeUpToDate and friends. by Nicolas Geoffray · 7 years ago
  69. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 7 years ago
  70. 1391390 Add core-simple to the standard boot classpath by Neil Fuller · 7 years ago
  71. 2aee3af Adjust safepoint position of implicit null checks. by Nicolas Geoffray · 7 years ago
  72. d6f48f2 Ensure the JITted method has a polymorphic inline cache. by Nicolas Geoffray · 7 years ago
  73. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 7 years ago
  74. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  75. 09bb510 Test for ZipFile.finalize. by Nicolas Geoffray · 7 years ago
  76. 3464577 Merge "Default to usejit:true." am: 19379b58bd by Nicolas Geoffray · 7 years ago
  77. 19379b5 Merge "Default to usejit:true." by Nicolas Geoffray · 7 years ago
  78. 5ad1e66 Merge "Avoid position sensitive argument errors with tar" am: 56f64eb28b by Orion Hodson · 7 years ago
  79. 56f64eb Merge "Avoid position sensitive argument errors with tar" by Orion Hodson · 7 years ago
  80. c78ad30 Merge "dexdump2: Remove conversion from dollar sign to dot" am: 0783ff0828 by Orion Hodson · 7 years ago
  81. 0783ff0 Merge "dexdump2: Remove conversion from dollar sign to dot" by Orion Hodson · 7 years ago
  82. 7e91d1f Blacklist libcore fdsan tests on the host. by Josh Gao · 7 years ago
  83. d9dc3b9 Merge "Move string analysis to its own file" am: a5ea63760b by Mathieu Chartier · 7 years ago
  84. a5ea637 Merge "Move string analysis to its own file" by Mathieu Chartier · 7 years ago
  85. 1073dff Merge "Always set compiler filter to 'quicken' for jdwp tests." am: 4a7133d666 by Nicolas Geoffray · 7 years ago
  86. 4a7133d Merge "Always set compiler filter to 'quicken' for jdwp tests." by Nicolas Geoffray · 7 years ago
  87. 1fc309a Always set compiler filter to 'quicken' for jdwp tests. by Nicolas Geoffray · 7 years ago
  88. c9738ef Merge "Fix two mistakes in art script rewrite." am: bdf294e34a by Nicolas Geoffray · 7 years ago
  89. bdf294e Merge "Fix two mistakes in art script rewrite." by Treehugger Robot · 7 years ago
  90. 686801f Fix two mistakes in art script rewrite. by Nicolas Geoffray · 7 years ago
  91. b47e469 Merge "Invoke dex2at before invoking art." am: 0a8b3153ca by Nicolas Geoffray · 7 years ago
  92. 0a8b315 Merge "Invoke dex2at before invoking art." by Nicolas Geoffray · 7 years ago
  93. 335c4ce Invoke dex2at before invoking art. by Nicolas Geoffray · 7 years ago
  94. a5ca8eb Default to usejit:true. by Nicolas Geoffray · 7 years ago
  95. 8b0cfb4 Merge "Fix checker expectations around environment uses." am: 43fe48fc17 by Nicolas Geoffray · 7 years ago
  96. 43fe48f Merge "Fix checker expectations around environment uses." by Nicolas Geoffray · 7 years ago
  97. 90fdc48 Fix checker expectations around environment uses. by Nicolas Geoffray · 7 years ago
  98. 72e8239 Merge "Add measurement of linkage pairs" am: e9dce6a280 by Mathieu Chartier · 7 years ago
  99. e9dce6a Merge "Add measurement of linkage pairs" by Mathieu Chartier · 7 years ago
  100. 9a3a311 Merge "ART: Move mterp pointers to object" am: b1b7d1410e by Andreas Gampe · 7 years ago