1. f983c73 Add a --no-compile option to the art script and use it for jdwp. by Nicolas Geoffray · 6 years ago
  2. 5eae4c5 String representation performance measurements by Mathieu Chartier · 6 years ago
  3. 1f16a8b Merge "[ART tools] Fix construction of a make target string to build public.libraries.txt" by Nicolas Geoffray · 6 years ago
  4. 07d2c12 Merge "Support for writing multiple maxTargetSdk APIs to one file." by Mathew Inwood · 6 years ago
  5. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  6. e7c9164 Merge "ART: Move libammtestjni to Android.bp" by Andreas Gampe · 6 years ago
  7. 9c987ca Merge "Add tool to help gathering fieldnull data" by Treehugger Robot · 6 years ago
  8. 8a71905 Add tool to help gathering fieldnull data by Alex Light · 6 years ago
  9. d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
  10. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  11. a0878aa ART: Move libammtestjni to Android.bp by Andreas Gampe · 6 years ago
  12. e080222 Merge "ART: Fix fieldnull tidy warning" by Treehugger Robot · 6 years ago
  13. f1235e6 ART: Fix fieldnull tidy warning by Andreas Gampe · 6 years ago
  14. 5a5785d Support for writing multiple maxTargetSdk APIs to one file. by Mathew Inwood · 6 years ago
  15. d068ee9 Add a new timeout libcore test for gcstress. by Nicolas Geoffray · 6 years ago
  16. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  17. 9c568f1 Merge "Add option to view all instances of a class." by Treehugger Robot · 6 years ago
  18. d86d281 Add option to view all instances of a class. by Richard Uhler · 6 years ago
  19. 069391e [ART tools] Fix construction of a make target string to build public.libraries.txt by Evgeny Astigeevich · 6 years ago
  20. 1580ab2 ART: Fix tidy warnings in veridex by Andreas Gampe · 6 years ago
  21. 77bb25b Merge "Remove ahat-test phony target." by Treehugger Robot · 6 years ago
  22. 09a262e Remove ahat-test phony target. by Richard Uhler · 6 years ago
  23. 26d828f Add TEST_MAPPING for ahat. by Richard Uhler · 6 years ago
  24. b31d141 Merge "Fix ahat test" by Treehugger Robot · 6 years ago
  25. 8d2e114 Fix ahat test by Zimuzo · 6 years ago
  26. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  27. 22e7b7d Merge changes If64a9720,I31c3b54c by Alex Light · 6 years ago
  28. 95c9ef9 Add fieldnull tool by Alex Light · 6 years ago
  29. 969325c Merge "Add --dump-all-members option to class2greylist." by Mathew Inwood · 6 years ago
  30. 34cdb54 Add more timeout failures to target/debug/gcstress. by Nicolas Geoffray · 6 years ago
  31. e42e870 Merge "ahat-tests: Use LOCAL_TEST_CONFIG to set test config" by Treehugger Robot · 6 years ago
  32. 6b09b39 Address feedback on art script. by Nicolas Geoffray · 6 years ago
  33. c9d3519 Add --dump-all-members option to class2greylist. by Mathew Inwood · 6 years ago
  34. 42034d7 ahat-tests: Use LOCAL_TEST_CONFIG to set test config by nelsonli · 6 years ago
  35. 8f0f3b9 Merge "Add trie based greedy prefix construction" by Mathieu Chartier · 6 years ago
  36. 49ca869 Add trie based greedy prefix construction by Mathieu Chartier · 6 years ago
  37. 89d7c2c Convert jfuzz to Android.bp by Dan Willemsen · 6 years ago
  38. 96b8165 Merge "Blacklist libcore fdsan tests on the host." by Treehugger Robot · 6 years ago
  39. faf64c9 Merge "Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA." by Nicolas Geoffray · 6 years ago
  40. 810a100 Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA. by Nicolas Geoffray · 6 years ago
  41. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  42. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  43. 56f64eb Merge "Avoid position sensitive argument errors with tar" by Orion Hodson · 6 years ago
  44. 7e91d1f Blacklist libcore fdsan tests on the host. by Josh Gao · 6 years ago
  45. a5ea637 Merge "Move string analysis to its own file" by Mathieu Chartier · 6 years ago
  46. 1fc309a Always set compiler filter to 'quicken' for jdwp tests. by Nicolas Geoffray · 6 years ago
  47. 686801f Fix two mistakes in art script rewrite. by Nicolas Geoffray · 6 years ago
  48. 0a8b315 Merge "Invoke dex2at before invoking art." by Nicolas Geoffray · 6 years ago
  49. 335c4ce Invoke dex2at before invoking art. by Nicolas Geoffray · 6 years ago
  50. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  51. e9dce6a Merge "Add measurement of linkage pairs" by Mathieu Chartier · 6 years ago
  52. e477412 Avoid position sensitive argument errors with tar by Orion Hodson · 6 years ago
  53. 75eec5d Merge "Fix longstanding bug around implicit NPEs and GC, version 2." by Treehugger Robot · 6 years ago
  54. 0ddf626 Move string analysis to its own file by Mathieu Chartier · 6 years ago
  55. cd2edfc Add measurement of linkage pairs by Mathieu Chartier · 6 years ago
  56. 249754e Merge "Increase timeout even more for gcstress/debug/target." by Mathieu Chartier · 6 years ago
  57. 793bed3 Increase timeout even more for gcstress/debug/target. by Nicolas Geoffray · 6 years ago
  58. bec69f1 Support for @CovariantReturnType annotations. by Mathew Inwood · 6 years ago
  59. cf6c442 Refactoring to support more annotation types. by Mathew Inwood · 6 years ago
  60. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 6 years ago
  61. 3866641 Support for maxTargetSdk on @UnsupportedAppUsage. by Mathew Inwood · 6 years ago
  62. c884be0 Merge "Update bytecode experiments" by Mathieu Chartier · 6 years ago
  63. 2f4a7b6 Fix a bug with volatile fields. by Mathew Inwood · 6 years ago
  64. 3782c87 Update bytecode experiments by Mathieu Chartier · 6 years ago
  65. 7d9052c Speed up chroot process lookup in ART Buildbot tear-down script. by Roland Levillain · 6 years ago
  66. 0dcb17f Tweak the "art --perf" helper command. by David Srbecky · 6 years ago
  67. 1587789 Don't greylist public bridge methods. by Mathew Inwood · 6 years ago
  68. 921e517 Merge "Move hiddenapi to ClassAccessor" by Mathieu Chartier · 6 years ago
  69. 4c9b493 Temporarily disable failing libcore tests (caused by mockito merge). by David Srbecky · 6 years ago
  70. 396dc08 Move hiddenapi to ClassAccessor by Mathieu Chartier · 6 years ago
  71. 8f75f7b Move veridex to ClassAccessor by Mathieu Chartier · 6 years ago
  72. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 6 years ago
  73. bfeee24 Merge "hiddenapi: Handle visibility through inheritance" by David Brazdil · 6 years ago
  74. 345c0ed hiddenapi: Handle visibility through inheritance by David Brazdil · 6 years ago
  75. dfcbdee Disable art_verifier on mac. by Dario Freni · 6 years ago
  76. fb55d90 Merge "Adjust gcstress/debug/target timeouts for libcore." by Treehugger Robot · 6 years ago
  77. a353ce5 Adjust gcstress/debug/target timeouts for libcore. by Nicolas Geoffray · 6 years ago
  78. 19d5f6c Blacklist two other libcore tests on gcstress/target. by Nicolas Geoffray · 6 years ago
  79. 85ac360 ART: Add tool to invoke the dex & method verifier by Andreas Gampe · 6 years ago
  80. cdb0bd8 Remove duplicate test expectation entry. by Nicolas Geoffray · 6 years ago
  81. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  82. 6f776a0 Merge "Handle bridge methods correctly in class2greylist." by Treehugger Robot · 6 years ago
  83. 72fb863 Merge "Update expectations for libcore/gcstress." by Nicolas Geoffray · 6 years ago
  84. 296a8da Update expectations for libcore/gcstress. by Nicolas Geoffray · 6 years ago
  85. b70e800 Handle bridge methods correctly in class2greylist. by Mathew Inwood · 6 years ago
  86. c8a54ff Merge "Limit buffer size to 16MB on fugu." by Treehugger Robot · 6 years ago
  87. ca182f2 Merge "ahat: support java.lang.ref.Finalizer" by Treehugger Robot · 6 years ago
  88. efadbcd ahat: support java.lang.ref.Finalizer by Richard Uhler · 6 years ago
  89. b624009 Add string prefix optimization by Mathieu Chartier · 6 years ago
  90. e42ecd9 Fix typo in class2greylist by David Brazdil · 6 years ago
  91. 81b334f Move class2greylist from frameworks/base. by Mathew Inwood · 6 years ago
  92. d60f5a2 Mark more phony targets as PHONY by Dan Willemsen · 6 years ago
  93. fe62f67 Merge "Update ahat version number to 1.6" by Treehugger Robot · 6 years ago
  94. 55a2789 Update ahat version number to 1.6 by Richard Uhler · 6 years ago
  95. b85c4a3 Merge "Add some helpful features to jdwp test runners" by Treehugger Robot · 6 years ago
  96. d0d25fe Add some helpful features to jdwp test runners by Alex Light · 6 years ago
  97. 6250dfa Merge "Add a public error code to DexFileLoader::OpenAll." by Dario Freni · 6 years ago
  98. e166fac Add a public error code to DexFileLoader::OpenAll. by Dario Freni · 6 years ago
  99. ff43ade Limit buffer size to 16MB on fugu. by Nicolas Geoffray · 6 years ago
  100. eb5ff61 ahat: add support for parsing 0x0C HEAP DUMP record by Richard Uhler · 6 years ago