1. 1b19226 Merge "ART: Generate chained compare-and-branch for short switches" by Andreas Gampe · 10 years ago
  2. 48971b3 ART: Generate chained compare-and-branch for short switches by Andreas Gampe · 10 years ago
  3. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  4. 9e9b15d Merge "Add trampoline invoke and ART callback tests for native-bridge" by Andreas Gampe · 10 years ago
  5. f7a68c1 Add trampoline invoke and ART callback tests for native-bridge by Yong WU · 10 years ago
  6. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  7. 6bbf096 ART: Implement the easy long division/remainder by a constant by Alexei Zavjalov · 10 years ago
  8. 1268b74 Fix broken JNI IsAssignableFrom. by Narayan Kamath · 10 years ago
  9. 00d1ef4 Merge "ART: LoadConstWide should clobber temp reg" by Bill Buzbee · 10 years ago
  10. 54659e3 ART: LoadConstWide should clobber temp reg by Alexei Zavjalov · 10 years ago
  11. 9900a61 Merge "Add --always-clean flag to run-test." by Ian Rogers · 10 years ago
  12. bfac14a Add --always-clean flag to run-test. by Alex Light · 10 years ago
  13. fc0082b Make 32bit run-tests work correctly on 64bit default devices. by Alex Light · 10 years ago
  14. 8df7388 Merge "Revert "Fix proxy tracing and enable tests that now work with tracing."" by Nicolas Geoffray · 10 years ago
  15. 167cc7c Revert "Fix proxy tracing and enable tests that now work with tracing." by Nicolas Geoffray · 10 years ago
  16. 0398e17 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  17. 0a0a20b Fix braino in Makefile. by Nicolas Geoffray · 10 years ago
  18. 2dd6f72 Merge "Add a variable to disable PREBUILD in run-tests." by Nicolas Geoffray · 10 years ago
  19. 3bb12b9 Add a variable to disable PREBUILD in run-tests. by Nicolas Geoffray · 10 years ago
  20. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  21. b97df04 Merge "ART: Native bridge command-line parameter" by Andreas Gampe · 10 years ago
  22. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  23. 21b4bf8 ART: Fix run-test 114 ParallelGC to account for OOM by Andreas Gampe · 10 years ago
  24. 93f3da1 ART: Rewrite ParallelGC run-test by Andreas Gampe · 10 years ago
  25. c5a8347 Fix stale remembered sets error. by Mathieu Chartier · 10 years ago
  26. ac3cea0 Reduce allocations in ParallelGC test. by Mathieu Chartier · 10 years ago
  27. 6fbcc12 Use a (somewhat) more documented environment variable. by Nicolas Geoffray · 10 years ago
  28. 85139a3 Fix run-test --trace option if --host is specified after. by Jeff Hao · 10 years ago
  29. 80b3f96 Merge "Add test-art-*-run-test-###-test-name32/64 test targets." by Andreas Gampe · 10 years ago
  30. 7eeecb7 Add test-art-*-run-test-###-test-name32/64 test targets. by Alex Light · 10 years ago
  31. e8b46af ART: Fix erroneous output by Andreas Gampe · 10 years ago
  32. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  33. 055fb15 Merge "Use the correct HOST_ARCH for oat files." by Nicolas Geoffray · 10 years ago
  34. d0f04f7 Use the correct HOST_ARCH for oat files. by Nicolas Geoffray · 10 years ago
  35. 7c66c8d Merge "Fix null pointer check elimination for catch entries." by Vladimir Marko · 10 years ago
  36. 0a810d2 Fix null pointer check elimination for catch entries. by Vladimir Marko · 10 years ago
  37. d83d1a7 Merge "Fix x86 instrumentation exit entrypoint and trace size limit." by Jeff Hao · 10 years ago
  38. cf2e7b0 Fix x86 instrumentation exit entrypoint and trace size limit. by Jeff Hao · 10 years ago
  39. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  40. ab9167b Merge "Changed default non-full tests to be prebuild." by Andreas Gampe · 10 years ago
  41. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 10 years ago
  42. ddc2119 Merge "Put oat test output on stderr." by Ian Rogers · 10 years ago
  43. d2c0b09 Put oat test output on stderr. by Ian Rogers · 10 years ago
  44. 508c1c1 ART: Blacklist relocate option in oat tests by Andreas Gampe · 10 years ago
  45. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  46. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  47. c836fcb Merge "Made sync-test actually wait for first thread to start." by Andreas Gampe · 10 years ago
  48. 8d9044b Made sync-test actually wait for first thread to start. by Alex Light · 10 years ago
  49. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  50. f12feb8 Stack overflow checks and NPE checks for optimizing. by Nicolas Geoffray · 10 years ago
  51. 9d9fec6 Merge "ART: Throw StackOverflowError in native code" by Andreas Gampe · 10 years ago
  52. 7ea6f79 ART: Throw StackOverflowError in native code by Andreas Gampe · 10 years ago
  53. 1a43dd7 Add write barriers to optimizing compiler. by Nicolas Geoffray · 10 years ago
  54. e1cd438 Fix the name of a black listed run-test. by Ian Rogers · 10 years ago
  55. 8813820 Black list timing sensitive tests from gcverify and gcstress by Ian Rogers · 10 years ago
  56. 4cd99b0 Black list more trace tests. by Ian Rogers · 10 years ago
  57. 064a59d Run-test fix. by Ian Rogers · 10 years ago
  58. 8a14b75 Add a GC stress run that uses a moving collector and small heap sizes. by Ian Rogers · 10 years ago
  59. 0d55759 Merge "Add GC verification test rules." by Ian Rogers · 10 years ago
  60. 701aa64 Add GC verification test rules. by Ian Rogers · 10 years ago
  61. 5242c0a Allow optimizing and trace tests to be not run. by Ian Rogers · 10 years ago
  62. bcacf16 Merge "Allow optimizing and trace tests to be not run." by Ian Rogers · 10 years ago
  63. 72b660e Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 10 years ago
  64. 8e3acdd x86_64: Fix GenDalvikArgsRange for 64-bit ref by Serguei Katkov · 10 years ago
  65. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  66. ebe8f79 Merge "Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""" by Dave Allison · 10 years ago
  67. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  68. 55bce0c Add another test to the trace test black list. by Ian Rogers · 10 years ago
  69. aab012d Merge "Add --trace variants of the run-test testing rules." by Ian Rogers · 10 years ago
  70. 716e4f8 Add --trace variants of the run-test testing rules. by Ian Rogers · 10 years ago
  71. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  72. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 10 years ago
  73. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  74. cf90ba7 Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 10 years ago
  75. 39c8a99 ART: Add another special case to GenSelect for ARM64 by Andreas Gampe · 10 years ago
  76. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  77. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  78. 7c6c2ac Aarch64: easy division and remainder for long ints. by Matteo Franchin · 10 years ago
  79. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  80. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  81. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  82. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  83. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  84. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 10 years ago
  85. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  86. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 10 years ago
  87. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  88. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  89. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  90. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  91. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 10 years ago
  92. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  93. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 10 years ago
  94. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 10 years ago
  95. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  96. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  97. 3d30b07 Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 10 years ago
  98. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  99. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 10 years ago
  100. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago