1. b81e9e9 Improve deterministic boot image compilation with CC collector. by Roland Levillain · 7 years ago
  2. 8d0f3aa Merge "base: make SafeCopy work on older Linux kernels." by Treehugger Robot · 7 years ago
  3. 9a2eea3 base: make SafeCopy work on older Linux kernels. by Josh Gao · 7 years ago
  4. 6c99499 Merge "Remove obsolete rules to build runtests" by Colin Cross · 7 years ago
  5. afcec28 Merge changes from topic 'art_run_test_912_cts_refactor' by Treehugger Robot · 7 years ago
  6. 1fa5765 ART: Refactor run-test 912 (3/3) by Andreas Gampe · 7 years ago
  7. cdd50bf ART: Refactor run-test 912 (2/3) by Andreas Gampe · 7 years ago
  8. d5f2ccc ART: Refactor run-test 912 (1/3) by Andreas Gampe · 7 years ago
  9. 1f56cb5 Merge "fault_handler: hopefully fix darwin build." by Josh Gao · 7 years ago
  10. 77c1415 fault_handler: hopefully fix darwin build. by Josh Gao · 7 years ago
  11. 1cfe872 Merge "Revert "Add dexdiag_test"" by David Sehr · 7 years ago
  12. 3955baf Merge changes Ie3d5e176,Ic1fbb885,I10bafcff by Treehugger Robot · 7 years ago
  13. cc05a77 Revert "Add dexdiag_test" by David Sehr · 7 years ago
  14. 9088df8 Merge "Implement can_generate_native_method_bind capability" by Treehugger Robot · 7 years ago
  15. ed5d0ee Merge "Implement halving add idiom (with checker tests)." by Treehugger Robot · 7 years ago
  16. 88b7c37 Merge "MIPS64: java.lang.System.arraycopy() for copying char[] to char[]." by Treehugger Robot · 7 years ago
  17. 5971502 Merge "Fix CHA test failures under some configurations." by Mingyao Yang · 7 years ago
  18. 143f61c fault_handler: use SafeCopy to verify the validity of ArtMethod. by Josh Gao · 7 years ago
  19. f3e61ee Implement halving add idiom (with checker tests). by Aart Bik · 7 years ago
  20. 72fdec3 Merge "Allow dex2oat to handle relative paths." by Treehugger Robot · 7 years ago
  21. d78ddec Implement can_generate_native_method_bind capability by Alex Light · 7 years ago
  22. ad70f8f Merge "Add dexdiag_test" by David Sehr · 7 years ago
  23. 70d9cf9 Merge "ART: Refactor run-test 924" by Treehugger Robot · 7 years ago
  24. 5e2c289 Merge "ART: Filter more thread roots" by Treehugger Robot · 7 years ago
  25. 25009fd Merge "Record class status after verification." by Nicolas Geoffray · 7 years ago
  26. 46d342f Merge "ARM64: Heap poisoning for link-time Baker CC read barrier thunks." by Vladimir Marko · 7 years ago
  27. bea9172 Merge "Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14" by Treehugger Robot · 7 years ago
  28. d1ef873 ARM64: Heap poisoning for link-time Baker CC read barrier thunks. by Vladimir Marko · 7 years ago
  29. aebc687 Merge "Reduce timeout of JDWP tests" by Sebastien Hertz · 7 years ago
  30. c3b208c Reduce timeout of JDWP tests by Sebastien Hertz · 7 years ago
  31. 75be076 Merge "Revert "Invoke dex2oat explictly before dalvikvm"" by Nicolas Geoffray · 7 years ago
  32. 9d7baf4 Revert "Invoke dex2oat explictly before dalvikvm" by Nicolas Geoffray · 7 years ago
  33. c7da1d6 Record class status after verification. by Nicolas Geoffray · 7 years ago
  34. cdd798d Follow-up to 70d60275cc2860bde50e5f9c5b151e94f745ae14 by Sebastien Hertz · 7 years ago
  35. 0d8cf9106 Merge "Always check result of Thread::ModifySuspendCount" by Sebastien Hertz · 7 years ago
  36. ea24e09 Merge "Call mirror::CallSite::VisitRoots" by Mathieu Chartier · 7 years ago
  37. 16d4843 Allow dex2oat to handle relative paths. by Jeff Hao · 7 years ago
  38. a25504e Call mirror::CallSite::VisitRoots by Mathieu Chartier · 7 years ago
  39. 77ced6a Merge "Invoke dex2oat explictly before dalvikvm" by Calin Juravle · 7 years ago
  40. 447c1af ART: Refactor run-test 924 by Andreas Gampe · 7 years ago
  41. 2120ad4 Add dexdiag_test by David Sehr · 7 years ago
  42. 494505a Merge "Fix obsolete method change check." by Treehugger Robot · 7 years ago
  43. 4806f7a Invoke dex2oat explictly before dalvikvm by Calin Juravle · 7 years ago
  44. 91119d6 fault_handler: use SafeCopy to decode x86 instruction length. by Josh Gao · 7 years ago
  45. 682282e base: add SafeCopy. by Josh Gao · 7 years ago
  46. 6684cc3 ART: Filter more thread roots by Andreas Gampe · 7 years ago
  47. 70713df Fix obsolete method change check. by Alex Light · 7 years ago
  48. 741a81a Merge "Make ART build/test configurations use the CC collector by default." by Treehugger Robot · 7 years ago
  49. e4e7d60 Merge "Differentiate between native alloc and normal background GC" by Mathieu Chartier · 7 years ago
  50. 2888e85 Merge "ART: Make less lock-level noise on abort" by Treehugger Robot · 7 years ago
  51. 35b59a2 Differentiate between native alloc and normal background GC by Mathieu Chartier · 7 years ago
  52. c36a970 Merge "Use correct type for GetValueFromShadowFrame" by Mathieu Chartier · 7 years ago
  53. b2410c9 Merge "Use WARN_UNUSED consistently in ART." by Roland Levillain · 7 years ago
  54. 71b1708 Use correct type for GetValueFromShadowFrame by Mathieu Chartier · 7 years ago
  55. 2203253 Merge "JDWP: fix Dbg::ResumeThread" by Sebastien Hertz · 7 years ago
  56. 1c8f4ff Always check result of Thread::ModifySuspendCount by Sebastien Hertz · 7 years ago
  57. 2aac653 Merge "ART: Call ThreadGroup.add in Thread::FinishStartup" by Treehugger Robot · 7 years ago
  58. 1cae72e Merge "Fix ARM64 SystemArrayCopy intrinsic with large constant dest position." by Roland Levillain · 7 years ago
  59. e58b971 Merge "Revert "Disable 160-read-barrier-stress temporarily"" by Vladimir Marko · 7 years ago
  60. 4cb99a1 Merge "Fix Arena allocation tracking." by Treehugger Robot · 7 years ago
  61. 4e5c73e Use WARN_UNUSED consistently in ART. by Roland Levillain · 7 years ago
  62. 1ca955d Fix ARM64 SystemArrayCopy intrinsic with large constant dest position. by Roland Levillain · 7 years ago
  63. ccb80f0 Revert "Disable 160-read-barrier-stress temporarily" by Vladimir Marko · 7 years ago
  64. d1fbcff ART: Make less lock-level noise on abort by Andreas Gampe · 7 years ago
  65. 21cf95d ART: Call ThreadGroup.add in Thread::FinishStartup by Andreas Gampe · 7 years ago
  66. 36831ab Merge "sigchain: switch from __thread to pthread_setspecific." by Treehugger Robot · 7 years ago
  67. 99875e9 sigchain: switch from __thread to pthread_setspecific. by Josh Gao · 7 years ago
  68. 66f43b9 Merge "Enable some redefinition run-tests in CTS" by Treehugger Robot · 7 years ago
  69. 030b106 Merge "ART: Change run-test 913 array testing" by Treehugger Robot · 7 years ago
  70. 3ace1f0 Merge "Disable read barrier thunks for heap poisoning" by Treehugger Robot · 7 years ago
  71. 445452c Merge "Print runtime isa when invoking 'dalvikvm --showversion'" by Calin Juravle · 7 years ago
  72. 78d6341 Enable some redefinition run-tests in CTS by Alex Light · 7 years ago
  73. 1dfd10e ART: Change run-test 913 array testing by Andreas Gampe · 7 years ago
  74. dda7360 Disable read barrier thunks for heap poisoning by Mathieu Chartier · 7 years ago
  75. 4bb9a2b Merge "Use standard loading code in many tests" by Treehugger Robot · 7 years ago
  76. 4a4e245 Merge "Remove native code from test 944 for CTS" by Treehugger Robot · 7 years ago
  77. 3ccf980 Use standard loading code in many tests by Alex Light · 7 years ago
  78. 27fb1dc Merge "Fixed bug on pending environment use of termination condition. With regression test." by Aart Bik · 7 years ago
  79. 35fc819 Merge "Add art_defaults to dexlayout" by David Sehr · 7 years ago
  80. d5e1a79 Remove native code from test 944 for CTS by Alex Light · 7 years ago
  81. 7639cdc Add art_defaults to dexlayout by David Sehr · 7 years ago
  82. 8af5efd Merge "ART: Tentative fix for stack count issue in test 913" by Treehugger Robot · 7 years ago
  83. f040be6 ART: Tentative fix for stack count issue in test 913 by Andreas Gampe · 7 years ago
  84. 39d5628 Merge "ART: Add debug code to run-test 913" by Treehugger Robot · 7 years ago
  85. 393a1fd Merge changes I5b05e23a,I9350b250,I1d66b42a by Alex Light · 7 years ago
  86. 1cda71a Merge "Add check that TypeIndex is valid in StringByTypeIdx." by Treehugger Robot · 7 years ago
  87. 120504f Add check that TypeIndex is valid in StringByTypeIdx. by Jeff Hao · 7 years ago
  88. 4707af8 Print runtime isa when invoking 'dalvikvm --showversion' by Calin Juravle · 7 years ago
  89. 452092b Merge "Remove test skips associated with b/37240685" by Treehugger Robot · 7 years ago
  90. 8aa4f41 More refactor for JVMTI redefinition run tests (3/3) by Alex Light · 7 years ago
  91. 990634d ART: Add debug code to run-test 913 by Andreas Gampe · 7 years ago
  92. 5658c7a More refactor for JVMTI redefinition run tests (2/3) by Alex Light · 7 years ago
  93. 4eec3c5 More refactor for JVMTI redefinition run tests (1/3) by Alex Light · 7 years ago
  94. d86c085 Fixed bug on pending environment use of termination condition. by Aart Bik · 7 years ago
  95. c251ebc Remove test skips associated with b/37240685 by Alex Light · 7 years ago
  96. 8d7f78d Merge "ART: Refactor run-test 913" by Treehugger Robot · 7 years ago
  97. c569d4a Merge "Disable 160-read-barrier-stress temporarily" by Treehugger Robot · 7 years ago
  98. 70d6027 JDWP: fix Dbg::ResumeThread by Sebastien Hertz · 7 years ago
  99. 1010749 Disable 160-read-barrier-stress temporarily by Sebastien Hertz · 7 years ago
  100. e0f8ed9 ART: Refactor run-test 913 by Andreas Gampe · 7 years ago