1. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 8 years ago
  2. c458857 Add debug option to ignore checksum checks in profiles. by Calin Juravle · 8 years ago
  3. 337fcb7 Merge "Fixes and cleaning for test/458-checker-instruction-simplification." by Roland Levillain · 8 years ago
  4. a975dcc Fixes and cleaning for test/458-checker-instruction-simplification. by Alexandre Rames · 8 years ago
  5. 1e28d1e Merge "ART: OneBit intrinsics should use 1ULL for 64-bit shift" by Treehugger Robot · 8 years ago
  6. 7caad2a Merge "Adjust ART tests expectations after libcore changes." by Treehugger Robot · 8 years ago
  7. 8ed9494 Adjust ART tests expectations after libcore changes. by Roland Levillain · 8 years ago
  8. 8543d32 Merge "Fix StringReferenceValueComparator." by Vladimir Marko · 8 years ago
  9. 4d2bb1b Fix StringReferenceValueComparator. by Vladimir Marko · 8 years ago
  10. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 8 years ago
  11. bad21cb Merge "Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a" by Przemyslaw Szczepaniak · 8 years ago
  12. 7f7f6da ART: OneBit intrinsics should use 1ULL for 64-bit shift by Pavel Vyssotski · 8 years ago
  13. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 8 years ago
  14. 156d8ca Merge "elf_builder: Fix Mips header flags" by Greg Kaiser · 8 years ago
  15. 9822f6b Merge "OatFileAssistantTest: do not relocate image randomly." by Richard Uhler · 8 years ago
  16. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 8 years ago
  17. 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 8 years ago
  18. bfea335 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 8 years ago
  19. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 8 years ago
  20. ee2d222 Merge "Fixed typo in comment." by Treehugger Robot · 8 years ago
  21. f4c7dd6 Merge "Support the -i flag in the new dexdump." by Aart Bik · 8 years ago
  22. d5cc683 Fixed typo in comment. by Aart Bik · 8 years ago
  23. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 8 years ago
  24. a48403e OatFileAssistantTest: do not relocate image randomly. by Richard Uhler · 8 years ago
  25. 739dc72 Merge "Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""""" by Nicolas Geoffray · 8 years ago
  26. 76ec73a Revert "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."""" by Nicolas Geoffray · 8 years ago
  27. a4fa2e7 Track libcore change 694e617f54a7bfbdad24913ce96f5d56f1a1960a by Przemyslaw Szczepaniak · 8 years ago
  28. 12e6e9f Merge "Number of unique strings loaded from dex code added to oatdump" by Mathieu Chartier · 8 years ago
  29. bc233ac Number of unique strings loaded from dex code added to oatdump by Christina Wadsworth · 8 years ago
  30. 5f5560d Merge "Added a dexdump test containing every DEX instruction" by Aart Bik · 8 years ago
  31. abc9f68 Merge "MIPS64: Unblock callee-save registers" by Treehugger Robot · 8 years ago
  32. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 8 years ago
  33. f6d4f6e Merge "Improve HLoadClass code generation." by Vladimir Marko · 8 years ago
  34. 2150d94 Merge "x86: Fix CFI info for FOUR_ARG_DOWNCALL." by Vladimir Marko · 8 years ago
  35. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 8 years ago
  36. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  37. 782be11 MIPS64: Unblock callee-save registers by Goran Jakovljevic · 8 years ago
  38. b94b570 Merge "Fix braino in the test to make it work on target." by Nicolas Geoffray · 8 years ago
  39. d8aa513 Fix braino in the test to make it work on target. by Nicolas Geoffray · 8 years ago
  40. 2ebef63 x86: Fix CFI info for FOUR_ARG_DOWNCALL. by Vladimir Marko · 8 years ago
  41. 9a8620e Merge "Catch additional OOME in ThreadStress." by Vladimir Marko · 8 years ago
  42. bbcf072 Merge "Release the thread_list lock while waiting for daemons." by Nicolas Geoffray · 8 years ago
  43. 5fe1026 Catch additional OOME in ThreadStress. by Vladimir Marko · 8 years ago
  44. aa45daa Release the thread_list lock while waiting for daemons. by Nicolas Geoffray · 8 years ago
  45. ec02795 Merge "ART: Use null for the BootClassLoader in LoadLibrary" by Treehugger Robot · 8 years ago
  46. 2d48e53 ART: Use null for the BootClassLoader in LoadLibrary by Andreas Gampe · 8 years ago
  47. 3989c42 Added a dexdump test containing every DEX instruction by Aart Bik · 8 years ago
  48. e059b5b Merge "Implemented annotations display in dexdump." by Aart Bik · 8 years ago
  49. 34cfc66 Merge "Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."""" by Mathieu Chartier · 8 years ago
  50. 0b8a914 Revert "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Mathieu Chartier · 8 years ago
  51. 58c0b44 Merge "Add lock when iterating over BacktraceMap." by Christopher Ferris · 8 years ago
  52. dce5086 Implemented annotations display in dexdump. by Aart Bik · 8 years ago
  53. 83eab26 Merge changes I25d9ac3e,I783dac75 by Mathieu Chartier · 8 years ago
  54. b369cad Revert "Revert "Skip DumpForSigQuit if debugger is active"" by Mathieu Chartier · 8 years ago
  55. 592a758 Revert "Skip DumpForSigQuit if debugger is active" by Mathieu Chartier · 8 years ago
  56. dca4d5d Merge "Use collector specific helper classes" by Mathieu Chartier · 8 years ago
  57. a07f559 Use collector specific helper classes by Mathieu Chartier · 8 years ago
  58. d5aa626 Merge "ARM: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 8 years ago
  59. 3fdab77 ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 8 years ago
  60. 56f8b56 Add lock when iterating over BacktraceMap. by Christopher Ferris · 8 years ago
  61. 30564fd Merge "Change IMT size from 64 to 43" by Treehugger Robot · 8 years ago
  62. 81a1899 elf_builder: Fix Mips header flags by Greg Kaiser · 8 years ago
  63. 013e3f3 Change IMT size from 64 to 43 by Matthew Gharrity · 8 years ago
  64. 8651203 Merge "For deadlock test, print out any unexpected exceptions." by Treehugger Robot · 8 years ago
  65. d7ceb51 For deadlock test, print out any unexpected exceptions. by Jeff Hao · 8 years ago
  66. 76b7919 Merge changes I7d3ba051,I2dc96535 by Treehugger Robot · 8 years ago
  67. 3fa4016 Merge "Avoid duplicate class for mark compact" by Mathieu Chartier · 8 years ago
  68. d528f68 Avoid duplicate class for mark compact by Mathieu Chartier · 8 years ago
  69. 48f9f28 Merge "Ensure we get a ProfilingInfo object before compiling." by Treehugger Robot · 8 years ago
  70. 2fa1137 Ensure we get a ProfilingInfo object before compiling. by Nicolas Geoffray · 8 years ago
  71. 80fdcfc1 Merge "MIPS32: Assembler tests for MIPS32R6" by Treehugger Robot · 8 years ago
  72. 61b370e Merge "Use a barrier instead of sleep for flaky deadlock test." by Treehugger Robot · 8 years ago
  73. 7fa5578 ART: Fix ImageSpace::Init by Andreas Gampe · 8 years ago
  74. 641466b Merge "Propagate flags to ShouldHaveEmbeddedVTable" by Mathieu Chartier · 8 years ago
  75. efeb9f0 Propagate flags to ShouldHaveEmbeddedVTable by Mathieu Chartier · 8 years ago
  76. 9e27666 Revert "Reduce ImageSpace::Init frame size" by Andreas Gampe · 8 years ago
  77. ab820ee Use a barrier instead of sleep for flaky deadlock test. by Jeff Hao · 8 years ago
  78. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 8 years ago
  79. edbcf54 Merge "Reduce ImageSpace::Init frame size" by Mathieu Chartier · 8 years ago
  80. a67a49a Reduce ImageSpace::Init frame size by Mathieu Chartier · 8 years ago
  81. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 8 years ago
  82. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 8 years ago
  83. 2b87a47 Merge "Also compile libnetd_client for target testing." by Nicolas Geoffray · 8 years ago
  84. 06c0b5d Merge "Revert "Revert "Disable 149-suspend-all-stress, its output is flaky.""" by Nicolas Geoffray · 8 years ago
  85. 64ed882 Revert "Revert "Disable 149-suspend-all-stress, its output is flaky."" by Nicolas Geoffray · 8 years ago
  86. 4531348 Merge "ARM: Use GOT_PREL references for Runtime::Current()." by Vladimir Marko · 8 years ago
  87. 93f26be Merge "Visit invalid roots of only suspended threads" by Mathieu Chartier · 8 years ago
  88. 98dd28e Merge "ART: Empty out sa_mask in ArmInstructionSetFeatures" by Treehugger Robot · 8 years ago
  89. f8a86b9 Visit invalid roots of only suspended threads by Mathieu Chartier · 8 years ago
  90. eeca2b2 ART: Empty out sa_mask in ArmInstructionSetFeatures by Andreas Gampe · 8 years ago
  91. 336f697 Merge "Change test 149 to run for 10 seconds" by Mathieu Chartier · 8 years ago
  92. 4070f3f Merge "ART: Add setenv to Valgrind target suppressions" by Andreas Gampe · 8 years ago
  93. 24b0049 ART: Add setenv to Valgrind target suppressions by Andreas Gampe · 8 years ago
  94. 8807794 Merge "ART: Workaround for ARM valgrind stack issues" by Treehugger Robot · 8 years ago
  95. 68d4ab3 Merge "Revert "Revert "Revert "Revert "Revert "Revert some flaky unloading"""""" by Alex Light · 8 years ago
  96. f7d2f9f Change test 149 to run for 10 seconds by Mathieu Chartier · 8 years ago
  97. 3098c8c ARM: Use GOT_PREL references for Runtime::Current(). by Vladimir Marko · 8 years ago
  98. 7df12cb ART: Workaround for ARM valgrind stack issues by Andreas Gampe · 8 years ago
  99. 3add9cb MIPS32: Assembler tests for MIPS32R6 by Chris Larsen · 8 years ago
  100. e554ecc Merge "Pass the right CFLAGS to libarttest(d)." by Alex Light · 8 years ago