1. eab2b42 Merge "Remove kIsVdexEnabled." by Nicolas Geoffray · 7 years ago
  2. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  3. 9611550 Merge "Remove obsolete environment variables." by Nicolas Geoffray · 7 years ago
  4. 7c201b8 Remove obsolete environment variables. by Nicolas Geoffray · 7 years ago
  5. 693bfbf ART: Fix test dependencies and code by Andreas Gampe · 7 years ago
  6. 4720046 ART: Fix test dependencies by Andreas Gampe · 7 years ago
  7. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  8. 36ea6b4 Merge changes Idaefe0af,Ib5c12d46,Ieb28085e,Idffbb7f2 by Treehugger Robot · 7 years ago
  9. 9d3e8fa Merge "Add support for running ART gtests with Valgrind in local installations." by Roland Levillain · 7 years ago
  10. c8b95b2 ART: Clean up global includes - jni headers by Andreas Gampe · 7 years ago
  11. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  12. f24dfb0 ART: Clean up global includes - lz4 by Andreas Gampe · 7 years ago
  13. fdb7a61 ART: Clean up global includes - icu4c by Andreas Gampe · 7 years ago
  14. 84b6933 Follow new type for compile_multilib by Colin Cross · 7 years ago
  15. a42e704 Add support for running ART gtests with Valgrind in local installations. by Roland Levillain · 7 years ago
  16. 88a6296 Merge "Add missing ManyMethods dependency" by Treehugger Robot · 7 years ago
  17. bcc6352 Add missing ManyMethods dependency by Alex Klyubin · 7 years ago
  18. 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 7 years ago
  19. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  20. 057f1e4 Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  21. 8cdfac7 Merge "Disable D8 for a subset of the tests" by Treehugger Robot · 7 years ago
  22. 026b3d4 Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" by Dan Willemsen · 7 years ago
  23. 69107b3 Disable D8 for a subset of the tests by Alan Leung · 7 years ago
  24. 822cf6a Delete jack support by Colin Cross · 7 years ago
  25. 99988f8 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  26. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  27. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  28. 27bd4dd ART: Use platform_include header library by Andreas Gampe · 7 years ago
  29. 24be74d Merge "Use absolute path for art/tools/cpplint.py --root" by Treehugger Robot · 7 years ago
  30. cf2bd73 Use absolute path for art/tools/cpplint.py --root by Colin Cross · 7 years ago
  31. 06c42a5 ART: Move openjdkjvmti to art/ by Andreas Gampe · 7 years ago
  32. 84b65e9 Merge "Assume all x86/x86_64 hosts support at least sse4.x/popcount." by Aart Bik · 7 years ago
  33. f605257 Assume all x86/x86_64 hosts support at least sse4.x/popcount. by Aart Bik · 7 years ago
  34. fcc7d67 ART: Enable full sanitization under ASAN host by default by Andreas Gampe · 7 years ago
  35. 3d931dc Merge "Create a class loader context starting from an existing ClassLoader" by Treehugger Robot · 7 years ago
  36. 57d0acc Create a class loader context starting from an existing ClassLoader by Calin Juravle · 7 years ago
  37. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 7 years ago
  38. 65d793b Merge "Remove the old ARM code generator from ART's Optimizing compiler." by Roland Levillain · 7 years ago
  39. 6744a5c Always pass --root to cpplint by Colin Cross · 7 years ago
  40. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 7 years ago
  41. 5ebf7dd Merge "ART: Add ART_ENABLE_ADDRESS_SANITIZER as env variable" by Treehugger Robot · 7 years ago
  42. dbf0e0f ART: Add ART_ENABLE_ADDRESS_SANITIZER as env variable by Andreas Gampe · 7 years ago
  43. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 7 years ago
  44. 7b46197 Merge changes I8d0f5341,Iced0de7c,I742cd614 by Calin Juravle · 7 years ago
  45. cdd4912 Add fast path to FindClass for DelegateLastClassLoader by Calin Juravle · 7 years ago
  46. ca06ea3 Refactor module registration by Colin Cross · 7 years ago
  47. 2db58b6 gofmt -w build/art.go by Colin Cross · 7 years ago
  48. 19df565 Merge "Add dex2oat support for profile based image creation" by Mathieu Chartier · 7 years ago
  49. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
  50. 69489fa ART: Fix old warnings by Andreas Gampe · 7 years ago
  51. dd8aa32 build: disable -Wmissing-noreturn for clang-tidy by George Burgess IV · 7 years ago
  52. 2e4fe5a Merge "build: always define NDEBUG in the static analyzer" by Treehugger Robot · 7 years ago
  53. 7fb4665 build: always define NDEBUG in the static analyzer by George Burgess IV · 7 years ago
  54. 4cf4e36 Merge "Revert "Revert "test: Add desugar support to run-test""" by Treehugger Robot · 7 years ago
  55. 2a33775 Revert "Revert "test: Add desugar support to run-test"" by Igor Murashkin · 7 years ago
  56. 75e7c9c Revert "test: Add desugar support to run-test" by Mariano Giardina · 7 years ago
  57. 0385805 ART: Add ASAN_OPTIONS to gtest rules by Andreas Gampe · 7 years ago
  58. 86b0db4 test: Add desugar support to run-test by Igor Murashkin · 7 years ago
  59. db40eac Address review comments for aog/411660 by Mathieu Chartier · 7 years ago
  60. 73321bf Merge "ART: Fix old warnings" by Treehugger Robot · 7 years ago
  61. 2722f38 ART: Fix old warnings by Andreas Gampe · 7 years ago
  62. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  63. 3e00363 ART: Increase stack overflow guard for x86 sanitization by Andreas Gampe · 7 years ago
  64. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 7 years ago
  65. 655c6fd ART: Increase stack overflow guard for sanitization by Andreas Gampe · 7 years ago
  66. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 7 years ago
  67. 90eb05c Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 7 years ago
  68. 7b497ee Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target by Alex Light · 7 years ago
  69. bc9f10c ART: Move overflow gap definition to art.go by Andreas Gampe · 7 years ago
  70. 9e8797d Merge "Update smali/baksmali command syntax for v2.2.0" by Treehugger Robot · 7 years ago
  71. 55232f1 Add dexdiag_test by David Sehr · 7 years ago
  72. 14fc9db Update smali/baksmali command syntax for v2.2.0 by Ben Gruver · 7 years ago
  73. 1352f13 Split image_test and oatdump_test. by Vladimir Marko · 7 years ago
  74. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  75. c3c743a Merge "Improve deterministic boot image compilation with CC collector." by Roland Levillain · 7 years ago
  76. 1ca6890 More robust GC verification and corruption dumping by Mathieu Chartier · 7 years ago
  77. b81e9e9 Improve deterministic boot image compilation with CC collector. by Roland Levillain · 7 years ago
  78. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  79. cc05a77 Revert "Add dexdiag_test" by David Sehr · 7 years ago
  80. 2120ad4 Add dexdiag_test by David Sehr · 7 years ago
  81. eeabc03 Revert "Add dexdiag_test" by Andreas Gampe · 7 years ago
  82. 146c3fa Add dexdiag_test by David Sehr · 7 years ago
  83. 002b931 Incorporate random profile tests into run-test. by Jeff Hao · 7 years ago
  84. 48f7a5b Merge "Assign pointer to quick code for copied methods" by Nicolas Geoffray · 7 years ago
  85. 1c5143e Revert "Remove obsolete LOCAL_DX_FLAGS." by Colin Cross · 7 years ago
  86. a70b683 Merge "Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""" by Nicolas Geoffray · 7 years ago
  87. 467d94a Revert "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 7 years ago
  88. 70b21bd Run all 'compiler' variants by default. by Nicolas Geoffray · 7 years ago
  89. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 7 years ago
  90. 8a78a77 Merge "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 7 years ago
  91. 25275be Revert "ARM: VIXL32: Use VIXL backend by default." by Nicolas Geoffray · 7 years ago
  92. b3f2b5c Assign pointer to quick code for copied methods by Artem Udovichenko · 8 years ago
  93. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 7 years ago
  94. 556cba0 Don't include patch information when generating images. by Richard Uhler · 7 years ago
  95. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  96. e631689 ARM: VIXL32: Use VIXL backend by default. by Scott Wakeling · 8 years ago
  97. bb00f81 Remove testing of prebuilt npic boot images. by Richard Uhler · 8 years ago
  98. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 8 years ago
  99. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  100. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago