1. 19df565 Merge "Add dex2oat support for profile based image creation" by Mathieu Chartier · 7 years ago
  2. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
  3. 69489fa ART: Fix old warnings by Andreas Gampe · 7 years ago
  4. dd8aa32 build: disable -Wmissing-noreturn for clang-tidy by George Burgess IV · 7 years ago
  5. 2e4fe5a Merge "build: always define NDEBUG in the static analyzer" by Treehugger Robot · 7 years ago
  6. 7fb4665 build: always define NDEBUG in the static analyzer by George Burgess IV · 7 years ago
  7. 4cf4e36 Merge "Revert "Revert "test: Add desugar support to run-test""" by Treehugger Robot · 7 years ago
  8. 2a33775 Revert "Revert "test: Add desugar support to run-test"" by Igor Murashkin · 7 years ago
  9. 75e7c9c Revert "test: Add desugar support to run-test" by Mariano Giardina · 7 years ago
  10. 0385805 ART: Add ASAN_OPTIONS to gtest rules by Andreas Gampe · 7 years ago
  11. 86b0db4 test: Add desugar support to run-test by Igor Murashkin · 7 years ago
  12. db40eac Address review comments for aog/411660 by Mathieu Chartier · 7 years ago
  13. 73321bf Merge "ART: Fix old warnings" by Treehugger Robot · 7 years ago
  14. 2722f38 ART: Fix old warnings by Andreas Gampe · 7 years ago
  15. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 7 years ago
  16. 3e00363 ART: Increase stack overflow guard for x86 sanitization by Andreas Gampe · 7 years ago
  17. 0bb4031 Added DexFileAsanRegistrar and necessary additions by Bharadwaj Kalandhabhatta · 7 years ago
  18. 655c6fd ART: Increase stack overflow guard for sanitization by Andreas Gampe · 7 years ago
  19. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 7 years ago
  20. 90eb05c Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 7 years ago
  21. 7b497ee Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target by Alex Light · 7 years ago
  22. bc9f10c ART: Move overflow gap definition to art.go by Andreas Gampe · 7 years ago
  23. 9e8797d Merge "Update smali/baksmali command syntax for v2.2.0" by Treehugger Robot · 7 years ago
  24. 55232f1 Add dexdiag_test by David Sehr · 7 years ago
  25. 14fc9db Update smali/baksmali command syntax for v2.2.0 by Ben Gruver · 7 years ago
  26. 1352f13 Split image_test and oatdump_test. by Vladimir Marko · 7 years ago
  27. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 7 years ago
  28. c3c743a Merge "Improve deterministic boot image compilation with CC collector." by Roland Levillain · 7 years ago
  29. 1ca6890 More robust GC verification and corruption dumping by Mathieu Chartier · 7 years ago
  30. b81e9e9 Improve deterministic boot image compilation with CC collector. by Roland Levillain · 7 years ago
  31. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  32. cc05a77 Revert "Add dexdiag_test" by David Sehr · 7 years ago
  33. 2120ad4 Add dexdiag_test by David Sehr · 7 years ago
  34. eeabc03 Revert "Add dexdiag_test" by Andreas Gampe · 7 years ago
  35. 146c3fa Add dexdiag_test by David Sehr · 7 years ago
  36. 002b931 Incorporate random profile tests into run-test. by Jeff Hao · 7 years ago
  37. 48f7a5b Merge "Assign pointer to quick code for copied methods" by Nicolas Geoffray · 7 years ago
  38. 1c5143e Revert "Remove obsolete LOCAL_DX_FLAGS." by Colin Cross · 7 years ago
  39. a70b683 Merge "Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""" by Nicolas Geoffray · 7 years ago
  40. 467d94a Revert "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 7 years ago
  41. 70b21bd Run all 'compiler' variants by default. by Nicolas Geoffray · 7 years ago
  42. 5e03a30 ART: Refactor libopenjdkjvmti by Andreas Gampe · 7 years ago
  43. 8a78a77 Merge "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 7 years ago
  44. 25275be Revert "ARM: VIXL32: Use VIXL backend by default." by Nicolas Geoffray · 7 years ago
  45. b3f2b5c Assign pointer to quick code for copied methods by Artem Udovichenko · 8 years ago
  46. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 7 years ago
  47. 556cba0 Don't include patch information when generating images. by Richard Uhler · 8 years ago
  48. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  49. e631689 ARM: VIXL32: Use VIXL backend by default. by Scott Wakeling · 8 years ago
  50. bb00f81 Remove testing of prebuilt npic boot images. by Richard Uhler · 8 years ago
  51. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 8 years ago
  52. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  53. 69bcf2c Improve checking of multidex dex checksums. by Richard Uhler · 8 years ago
  54. 7a2a340 Merge "Use VerifierDeps test file for dex2oat swap tests." by Vladimir Marko · 8 years ago
  55. 1535770 Use VerifierDeps test file for dex2oat swap tests. by Vladimir Marko · 8 years ago
  56. 6dde4d3 Merge "Revert to `-fstack-protector-strong` in read barrier config." by Roland Levillain · 8 years ago
  57. ae3bcac Enable thread annotations for std::mutex by David Sehr · 8 years ago
  58. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 8 years ago
  59. ad93db3 Add ART_TEST_RUN_TEST_IMAGE. by Nicolas Geoffray · 8 years ago
  60. 94e25db Make no-relocate the default. by Nicolas Geoffray · 8 years ago
  61. 56f06cb Merge "Enable PRODUCT_ART_USE_READ_BARRIER by default." by Hiroshi Yamauchi · 8 years ago
  62. 63fcc81 Merge "Add dexoptanalyzer tool" by Calin Juravle · 8 years ago
  63. 36eb313 Add dexoptanalyzer tool by Calin Juravle · 8 years ago
  64. da75ad7 Enable PRODUCT_ART_USE_READ_BARRIER by default. by Hiroshi Yamauchi · 8 years ago
  65. cd1ed41 Revert to `-fstack-protector-strong` in read barrier config. by Roland Levillain · 8 years ago
  66. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  67. b0dde43 Merge "Fix inserting classes to initiating loader's class table." by Vladimir Marko · 8 years ago
  68. 6ad2f6d Fix inserting classes to initiating loader's class table. by Vladimir Marko · 8 years ago
  69. 2c532ed Merge "Do not use npic image for oat file assistant tests." by Treehugger Robot · 8 years ago
  70. dedb22a Merge "Enable CC (ART_USE_READ_BARRIER) by default." by Treehugger Robot · 8 years ago
  71. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 8 years ago
  72. fd3161a Enable CC (ART_USE_READ_BARRIER) by default. by Hiroshi Yamauchi · 8 years ago
  73. cdcbddf Do not use npic image for oat file assistant tests. by Richard Uhler · 8 years ago
  74. cb6a591 Revert^3 "Remove unused code for patching oat files." by Richard Uhler · 8 years ago
  75. e7ec8b2 Revert "Revert "Remove unused code for patching oat files."" by Richard Uhler · 8 years ago
  76. 7898587 Revert "Remove unused code for patching oat files." by Nicolas Geoffray · 8 years ago
  77. c9f7662 Remove unused code for patching oat files. by Richard Uhler · 8 years ago
  78. 3a2e78e Fix some issues reported by Valgrind by Anton Kirilov · 8 years ago
  79. 1196ed8 Handle ART_USE_READ_BARRIER as a product variable. by Hiroshi Yamauchi · 8 years ago
  80. 1e4841e Fill in empty iftable early by Mathieu Chartier · 8 years ago
  81. 9791626 Remove boolean arguments from NewLibrary() by Colin Cross · 8 years ago
  82. db70ce5 Address some review comments by Mathieu Chartier · 8 years ago
  83. 982e0bf Merge "ARM: VIXL32: A couple of fixes to have more tests passing." by Nicolas Geoffray · 8 years ago
  84. 9df8931 Add atomic method reference map by Mathieu Chartier · 8 years ago
  85. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 8 years ago
  86. 03bc659 Refine OatStatus enum. by Richard Uhler · 8 years ago
  87. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  88. 984b081 Have `make` report a failing gtest run as a top-level target. by Roland Levillain · 8 years ago
  89. 6150121 ART: Ignore google-default-arguments tidy check by Andreas Gampe · 8 years ago
  90. d01f60c Add a VerifierDeps::Dump method. by Nicolas Geoffray · 8 years ago
  91. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 8 years ago
  92. f808786 Build: Avoid using ppid to generate temporary directory name. by Narayan Kamath · 8 years ago
  93. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 8 years ago
  94. d82d425 Merge "Generate SHA-1 build ID for host-generated *.oat files (1/2)." by David Srbecky · 8 years ago
  95. 96548c9 Move registration into android package by Colin Cross · 8 years ago
  96. a1ff30f ART: Switch to name-based IMT hashing by Andreas Gampe · 8 years ago
  97. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  98. a82a1ac Revert "Compute PPID at ninja time" by Colin Cross · 8 years ago
  99. b1c17bb Compute PPID at ninja time by Colin Cross · 8 years ago
  100. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago