1. f654ef9 no-image does not prebuild, so disable checker for this. by Nicolas Geoffray · 8 years ago
  2. fed9cb1 Merge "ART: Use stdout in run-test 909" by Nicolas Geoffray · 8 years ago
  3. 4e4001e Disable 137-cfi and 629-vdex-speed in no-prebuild mode by Calin Juravle · 8 years ago
  4. 941c6ec Revert "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  5. db1a013 Merge "ARM64: Encode constants when it is possible." by Aart Bik · 8 years ago
  6. b5f33fb ART: Use stdout in run-test 909 by Andreas Gampe · 8 years ago
  7. 074408d Merge "ART: Add SANITIZE_HOST test configurations" by Treehugger Robot · 8 years ago
  8. 8dfe746 ARM64: Encode constants when it is possible. by Artem Serov · 8 years ago
  9. a215c5b Merge "Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one""" by Calin Juravle · 8 years ago
  10. 33e9483 Merge "Update profiling info allocation logic." by Nicolas Geoffray · 8 years ago
  11. 7d6a1c0 Update profiling info allocation logic. by Nicolas Geoffray · 8 years ago
  12. 07c6d72 Revert "Revert "Use OatFileAssistant default filter instead of the dex2oat one"" by Calin Juravle · 8 years ago
  13. 6fc7c4a Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect." by Vladimir Marko · 8 years ago
  14. 97acd8a Merge "Use sleep instead of yield." by Nicolas Geoffray · 8 years ago
  15. e7e3543 ART: Add SANITIZE_HOST test configurations by Andreas Gampe · 8 years ago
  16. de3a5e9 Use sleep instead of yield. by Nicolas Geoffray · 8 years ago
  17. 0669e6f Merge "Handler-ize InstrumentationListener and related code" by Treehugger Robot · 8 years ago
  18. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
  19. 3b8bbb9 Merge "Don't call EnsureInitialized in the JIT." by Treehugger Robot · 8 years ago
  20. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  21. 23ddfe8 Don't call EnsureInitialized in the JIT. by Nicolas Geoffray · 8 years ago
  22. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 8 years ago
  23. 84c8432 Revert "Fully support static encoded fields." by Nicolas Geoffray · 8 years ago
  24. f7ab834 Revert "Fixed Literal String intern mismatch." by Nicolas Geoffray · 8 years ago
  25. e913cd0 Merge "ART: Use dex2oat watchdog in host run-test" by Treehugger Robot · 8 years ago
  26. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 8 years ago
  27. 43ee054 ART: Use dex2oat watchdog in host run-test by Andreas Gampe · 8 years ago
  28. 40c6710 Merge "ART: Disable test 137 for ASAN" by Treehugger Robot · 8 years ago
  29. 73dd3a2 ART: Disable test 137 for ASAN by Andreas Gampe · 8 years ago
  30. 81c7694 Merge "Fix redefinition related use-after-free bug" by Treehugger Robot · 8 years ago
  31. 98e3693 ART: Disable test 071-dexfile-map-clean for ASAN by Andreas Gampe · 8 years ago
  32. 177701a ART: Add custom check script to run-test 115 by Andreas Gampe · 8 years ago
  33. 08c4edb Merge "ART: Disable test 202 for ASAN" by Treehugger Robot · 8 years ago
  34. fa6b034 ART: Disable test 202 for ASAN by Andreas Gampe · 8 years ago
  35. 36a5d0c Merge "MIPS64: ART Vectorizer" by Aart Bik · 8 years ago
  36. 2c97600 Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String." by Vladimir Marko · 8 years ago
  37. af8d813 Merge "Tests: never use System.err" by Vladimir Marko · 8 years ago
  38. 07f0621 Fix redefinition related use-after-free bug by Alex Light · 8 years ago
  39. 9f7e91c Merge "Fixed bug in relying on precise FP in periodic sequence." by Aart Bik · 8 years ago
  40. f6c66c3 Tests: never use System.err by Kevin Brodsky · 9 years ago
  41. 8523ea1 Fixed bug in relying on precise FP in periodic sequence. by Aart Bik · 8 years ago
  42. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  43. 847e6ce Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String. by Vladimir Marko · 8 years ago
  44. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  45. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  46. aa97938 Merge "ART: Clean up heap headers" by Treehugger Robot · 8 years ago
  47. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  48. 1a87c1f Fix race between System.out.println & System.err.println in 087-gc-after-link by Roland Levillain · 8 years ago
  49. 854461a Merge "Fixed Literal String intern mismatch." by Mathieu Chartier · 8 years ago
  50. 762ef84 Fixed Literal String intern mismatch. by Chang Xing · 8 years ago
  51. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  52. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  53. 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 8 years ago
  54. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  55. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  56. 6dd5019 Merge "Do not deopt when using AOT inline caches" by Treehugger Robot · 8 years ago
  57. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  58. 3d5aae7 Merge "ART: Add simple failure list to tail of testrunner output" by Treehugger Robot · 8 years ago
  59. 03a8e86 Merge "Record types when the interpreter executes intrinsics." by Nicolas Geoffray · 8 years ago
  60. 0dd7e85 ART: Add simple failure list to tail of testrunner output by Andreas Gampe · 8 years ago
  61. 5115efb ART: Fix soong defaults order by Andreas Gampe · 8 years ago
  62. af44e6c Do not deopt when using AOT inline caches by Calin Juravle · 8 years ago
  63. 61b68fd ART: Make run-test-jvmti-java only depend on core by Andreas Gampe · 8 years ago
  64. 0abc6bb Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  65. 304c8a5 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  66. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  67. 8405cc2 knownfailures: Remove trailing semicolon. by Narayan Kamath · 8 years ago
  68. 73d4665 ART: Remove 987-stack-dumping from known failures. by Narayan Kamath · 8 years ago
  69. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 8 years ago
  70. a17d679 Merge "Use PC-relative pointer to boot image methods." by Treehugger Robot · 8 years ago
  71. 1f68cb5 Merge "Revert "Support for narrow operands in "dangerous" operations."" by Nicolas Geoffray · 8 years ago
  72. 9231690 Revert "Support for narrow operands in "dangerous" operations." by Nicolas Geoffray · 8 years ago
  73. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  74. 2cd620b Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  75. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 8 years ago
  76. 5601d4e Revert "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Anton Kirilov · 8 years ago
  77. 636e870 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  78. 17481b5 Merge "Made idiom recognition more robust." by Treehugger Robot · 8 years ago
  79. 5f80500 Made idiom recognition more robust. by Aart Bik · 8 years ago
  80. 392a009 Merge changes Ic0d4d9cc,I1fd9b45a,I454c0436 by Treehugger Robot · 8 years ago
  81. 662ee25 Merge "optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes" by Treehugger Robot · 8 years ago
  82. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 8 years ago
  83. d9dc62a Add some additional jvmti-stress skips by Alex Light · 8 years ago
  84. 5840839 ART: Disable detect_leaks in run-tests by Andreas Gampe · 8 years ago
  85. ed81c1d ART: Disable alloc_dealloc_mismatch in run-tests by Andreas Gampe · 8 years ago
  86. b31a8e7 ART: Add RUN_TEST_ASAN_OPTIONS by Andreas Gampe · 8 years ago
  87. a1633a7 Merge "Min/max SIMDization support." by Aart Bik · 8 years ago
  88. 6b2018f sigchain: limit use of SetHandlingSignal. by Josh Gao · 8 years ago
  89. c8e93c7 Min/max SIMDization support. by Aart Bik · 8 years ago
  90. 0af0ec2 Merge "Clear odex/vdex/art file before running run-test" by Treehugger Robot · 8 years ago
  91. 24bd3f9 Clear odex/vdex/art file before running run-test by Calin Juravle · 8 years ago
  92. f137396 Merge "Remove 597-deopt-new-string from blacklist." by Mingyao Yang · 8 years ago
  93. de6fc4a Merge "ARM64: Share address computation across SIMD LDRs/STRs." by Treehugger Robot · 8 years ago
  94. e1811ed ARM64: Share address computation across SIMD LDRs/STRs. by Artem Serov · 8 years ago
  95. 2abb686 Add test for getError() of NativeBridge. by Yanbing Jiang · 8 years ago
  96. b75e66e Merge "Testrunner: Fix concurrecy for --target" by Shubham Ajmera · 8 years ago
  97. cdae15f Remove 597-deopt-new-string from blacklist. by Mingyao Yang · 8 years ago
  98. 5528d1c Merge changes I93c26ff3,I0dc1a141 by Treehugger Robot · 8 years ago
  99. c8a5b6c Merge "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Nicolas Geoffray · 8 years ago
  100. 3082661 Revert "ARM: Improve the code generated for HCondition with a constant input" by Nicolas Geoffray · 8 years ago