1. aed968d Merge "Fix race in artInvokeInterfaceTrampoline()." by Treehugger Robot · 7 years ago
  2. 302f69c Fix race in artInvokeInterfaceTrampoline(). by Vladimir Marko · 7 years ago
  3. 2f153cf Merge "Disable 660-clinit for no-dex2oat" by Orion Hodson · 7 years ago
  4. 69b37af Disable 660-clinit for no-dex2oat by Orion Hodson · 7 years ago
  5. 86d1db1 Merge "Update ahat version number to 1.3." by Treehugger Robot · 7 years ago
  6. 03ce1df Merge "Fix x86 and x64 codegens for 8/16 stores." by Nicolas Geoffray · 7 years ago
  7. ff80dfc Merge "Jit Code Cache instruction pipeline flushing" by Treehugger Robot · 7 years ago
  8. 8b903b9 Update ahat version number to 1.3. by Richard Uhler · 7 years ago
  9. 9710fba Merge "Make imgdiag diff against app vs zygote heap" by Treehugger Robot · 7 years ago
  10. b5efe0f Merge "ART: Add SpaceBitmap walk order test" by Treehugger Robot · 7 years ago
  11. 5864ab2 Merge "Remove CHA dependencies for class unloading when JIT is disabled" by Treehugger Robot · 7 years ago
  12. c512a0f Merge "Rule out testcase 660 from no-image variant" by Treehugger Robot · 7 years ago
  13. 51e7965 Make imgdiag diff against app vs zygote heap by Mathieu Chartier · 7 years ago
  14. cf79cf5 Remove CHA dependencies for class unloading when JIT is disabled by Mathieu Chartier · 7 years ago
  15. b4bf949 ART: Add SpaceBitmap walk order test by Andreas Gampe · 11 years ago
  16. acae6db Merge "Added a few idiomatic x86 SSE instructions." by Treehugger Robot · 7 years ago
  17. 3e37902 Rule out testcase 660 from no-image variant by Chang Xing · 7 years ago
  18. e88c2d2 Merge "Allow failure in RecordClassStatus for uses-library classes" by Mathieu Chartier · 7 years ago
  19. af89a91 Merge "ART: Include cleanup" by Treehugger Robot · 7 years ago
  20. fde3c0d Merge "Fix ART buildbots to use jdk8 prebuilts" by Colin Cross · 7 years ago
  21. 6005a87 Added a few idiomatic x86 SSE instructions. by Aart Bik · 7 years ago
  22. 15a2958 Merge "ART: Fix null pointer in CHA debug verification" by Treehugger Robot · 7 years ago
  23. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  24. 010f5cc Allow failure in RecordClassStatus for uses-library classes by Mathieu Chartier · 7 years ago
  25. c33c087 Fix ART buildbots to use jdk8 prebuilts by Shubham Ajmera · 7 years ago
  26. 914b7b6 Merge "Freeze capabilities JVMTI tests request by default." by Treehugger Robot · 7 years ago
  27. b67d0c0 Merge changes I87b3fcb3,I971edf31,I5218a57c by Mathieu Chartier · 7 years ago
  28. 582d96a ART: Fix null pointer in CHA debug verification by Andreas Gampe · 7 years ago
  29. 2ae4bc9 Merge "Allow DexFile#getDexOptNeeded to check case when downgrading is required" by Shubham Ajmera · 7 years ago
  30. 8bf4fec Merge "MIPS: Follow-up to hash-based DexCache methods array" by Treehugger Robot · 7 years ago
  31. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 7 years ago
  32. 194cf5f Merge "test: Re-enable javac/dx failing checker tests for Long.compare" by Treehugger Robot · 7 years ago
  33. df9224c Merge "Move logic to get profile class descriptors to profile info" by Mathieu Chartier · 7 years ago
  34. 4f342b0 Move logic to get profile class descriptors to profile info by Mathieu Chartier · 7 years ago
  35. 56fe32e Jit Code Cache instruction pipeline flushing by Orion Hodson · 7 years ago
  36. d41f79b Merge "Throw VerifyError when trying to extend a final class." by Vladimir Marko · 7 years ago
  37. a3aa6db Merge "ARM64: More JIT Code Cache maintenace" by Treehugger Robot · 7 years ago
  38. 7861208 Fix x86 and x64 codegens for 8/16 stores. by Nicolas Geoffray · 7 years ago
  39. f40efd1 Merge "Show diff column for fields only if diff is enabled." by Treehugger Robot · 7 years ago
  40. 17272ab ARM64: More JIT Code Cache maintenace by Orion Hodson · 7 years ago
  41. ad76ef6 Merge "Improve SchedulingLatencyVisitorARM on HCondition latency settings." by Treehugger Robot · 7 years ago
  42. 3988af6 Show diff column for fields only if diff is enabled. by Richard Uhler · 7 years ago
  43. 28e535b Merge "ART: Disable part of reg_type_test for CMS" by Treehugger Robot · 7 years ago
  44. 78627e4 ART: Disable part of reg_type_test for CMS by Andreas Gampe · 7 years ago
  45. cade5c3 Track class initializing in transaction by Chang Xing · 7 years ago
  46. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  47. 62432ae Merge "Disable valgrind 32-bit x86. It does not like SSE." by Treehugger Robot · 7 years ago
  48. 36898d0 Merge changes Ia8b678ab,I823201e3 by Treehugger Robot · 7 years ago
  49. e3caccc test: Re-enable javac/dx failing checker tests for Long.compare by Igor Murashkin · 7 years ago
  50. cb72007 Disable valgrind 32-bit x86. It does not like SSE. by Aart Bik · 7 years ago
  51. e3f66f5 Merge "Templatize loops in imgdiag" by Igor Murashkin · 7 years ago
  52. 3a3abd0 Test case for clinit support in app image by Chang Xing · 7 years ago
  53. b4005f0 Templatize loops in imgdiag by David Sehr · 8 years ago
  54. 84b65e9 Merge "Assume all x86/x86_64 hosts support at least sse4.x/popcount." by Aart Bik · 7 years ago
  55. 8e7ea37 Merge "Add compiler callbacks as arg to PrepareRuntimeOptions" by Treehugger Robot · 7 years ago
  56. 3d324fd Freeze capabilities JVMTI tests request by default. by Alex Light · 7 years ago
  57. 26761f7 ART: Move FillHeap to CommonRuntimeTest by Andreas Gampe · 7 years ago
  58. 46331a6 Add compiler callbacks as arg to PrepareRuntimeOptions by Mathieu Chartier · 7 years ago
  59. 64d2d3e ART: Account for OOME during array merging by Andreas Gampe · 7 years ago
  60. 2727d7c Merge "Ensure that we don't overwrite suspension target thread" by Treehugger Robot · 7 years ago
  61. 1a83a66 Merge "Update VMRuntime.preloadDexCaches() for hash-based arrays." by Vladimir Marko · 7 years ago
  62. bf9e21a Improve SchedulingLatencyVisitorARM on HCondition latency settings. by xueliang.zhong · 8 years ago
  63. 753d613 Update VMRuntime.preloadDexCaches() for hash-based arrays. by Vladimir Marko · 7 years ago
  64. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 7 years ago
  65. 530a6b6 Merge "ahat: Switch to a custom dominators implementation." by Richard Uhler · 7 years ago
  66. 24ed463 Merge "Revert "Avoid recording CHA class status for dex2oat"" by Nicolas Geoffray · 7 years ago
  67. 918dcea Revert "Avoid recording CHA class status for dex2oat" by Nicolas Geoffray · 7 years ago
  68. fb25fbc Merge "Avoid recording CHA class status for dex2oat" by Mathieu Chartier · 7 years ago
  69. e5b1add Merge "Revert "Set timeout for testrunner in go/ab"" by Shubham Ajmera · 7 years ago
  70. 186d321 Revert "Set timeout for testrunner in go/ab" by Shubham Ajmera · 7 years ago
  71. 3b3df4d Merge "Make test 924 less flaky." by Treehugger Robot · 7 years ago
  72. 011d99b Merge "ART: Enable full sanitization under ASAN host by default" by Treehugger Robot · 7 years ago
  73. f605257 Assume all x86/x86_64 hosts support at least sse4.x/popcount. by Aart Bik · 7 years ago
  74. 79ad831 Avoid recording CHA class status for dex2oat by Mathieu Chartier · 7 years ago
  75. ed3a357 Make test 924 less flaky. by Alex Light · 7 years ago
  76. 5f2d800 Merge "tools: Do not pass "&>" to dalvikvm when running art --profile" by Treehugger Robot · 7 years ago
  77. 8fe41cf Merge "Set timeout for testrunner in go/ab" by Treehugger Robot · 7 years ago
  78. fb032a7 Merge "Added a new mutator called RegisterClobber." by Aart Bik · 7 years ago
  79. e1f602e Merge "Refined HasAtLeast() for x86 and x86_64." by Aart Bik · 7 years ago
  80. a9894d2 Merge "Move IsVeryLarge check before we create verification results" by Mathieu Chartier · 7 years ago
  81. 1194244 tools: Do not pass "&>" to dalvikvm when running art --profile by Igor Murashkin · 7 years ago
  82. ba0903b Set timeout for testrunner in go/ab by Shubham Ajmera · 7 years ago
  83. 6ee332c Ensure that we don't overwrite suspension target thread by Alex Light · 7 years ago
  84. 2f1d924 Merge "ARM64: JIT Code Cache maintenance" by Orion Hodson · 7 years ago
  85. e01b6f6 Move IsVeryLarge check before we create verification results by Mathieu Chartier · 7 years ago
  86. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  87. 3ecac07 ARM64: JIT Code Cache maintenance by Orion Hodson · 7 years ago
  88. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  89. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  90. 13c8343 Merge "MIPS: Reduce Baker read barrier code size overhead" by Vladimir Marko · 7 years ago
  91. 3579eb2 Merge "ARM: VIXL32: Merge (un)signed extensions and integer additions" by Treehugger Robot · 7 years ago
  92. b43b2d8 Throw VerifyError when trying to extend a final class. by Vladimir Marko · 7 years ago
  93. 2687050 ahat: Switch to a custom dominators implementation. by Richard Uhler · 8 years ago
  94. 24f4f79 Merge "Use the rel_pc instead of computing it." by Christopher Ferris · 7 years ago
  95. 4d0371a Merge "Only update declared methods during class redefinition." by Treehugger Robot · 7 years ago
  96. ffb6d49 Merge "ART: Refactor JIT stress mode a runtime debug flag" by Treehugger Robot · 7 years ago
  97. 1b1cac2 Merge "dalvikvm.cc: use proper nativehelper headers" by Treehugger Robot · 7 years ago
  98. 1c959aa Merge "testrunner: Don't override env defaults" by Treehugger Robot · 7 years ago
  99. 00e475c Only update declared methods during class redefinition. by Alex Light · 7 years ago
  100. 7897cec ART: Refactor JIT stress mode a runtime debug flag by Andreas Gampe · 7 years ago