1. e1cd438 Fix the name of a black listed run-test. by Ian Rogers · 10 years ago
  2. 8813820 Black list timing sensitive tests from gcverify and gcstress by Ian Rogers · 10 years ago
  3. 4cd99b0 Black list more trace tests. by Ian Rogers · 10 years ago
  4. 064a59d Run-test fix. by Ian Rogers · 10 years ago
  5. 8a14b75 Add a GC stress run that uses a moving collector and small heap sizes. by Ian Rogers · 10 years ago
  6. 0d55759 Merge "Add GC verification test rules." by Ian Rogers · 10 years ago
  7. 701aa64 Add GC verification test rules. by Ian Rogers · 10 years ago
  8. 5242c0a Allow optimizing and trace tests to be not run. by Ian Rogers · 10 years ago
  9. bcacf16 Merge "Allow optimizing and trace tests to be not run." by Ian Rogers · 10 years ago
  10. 72b660e Merge "x86_64: Fix GenDalvikArgsRange for 64-bit ref" by Ian Rogers · 10 years ago
  11. 8e3acdd x86_64: Fix GenDalvikArgsRange for 64-bit ref by Serguei Katkov · 10 years ago
  12. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  13. ebe8f79 Merge "Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""" by Dave Allison · 10 years ago
  14. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  15. 55bce0c Add another test to the trace test black list. by Ian Rogers · 10 years ago
  16. aab012d Merge "Add --trace variants of the run-test testing rules." by Ian Rogers · 10 years ago
  17. 716e4f8 Add --trace variants of the run-test testing rules. by Ian Rogers · 10 years ago
  18. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  19. ab032bc Fix a braino in the stack layout. by Nicolas Geoffray · 10 years ago
  20. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  21. cf90ba7 Merge "ART: Add another special case to GenSelect for ARM64" by Andreas Gampe · 10 years ago
  22. 39c8a99 ART: Add another special case to GenSelect for ARM64 by Andreas Gampe · 10 years ago
  23. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  24. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  25. 7c6c2ac Aarch64: easy division and remainder for long ints. by Matteo Franchin · 10 years ago
  26. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  27. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  28. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  29. 5de5224 Merge "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  30. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  31. 50fb243 Merge "Handle potential <clinit>() correctly in LVN." by Vladimir Marko · 10 years ago
  32. f418f32 Handle potential <clinit>() correctly in LVN. by Vladimir Marko · 10 years ago
  33. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 10 years ago
  34. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  35. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  36. 672f836 Merge "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  37. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  38. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 10 years ago
  39. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  40. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 10 years ago
  41. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 10 years ago
  42. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  43. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  44. 3d30b07 Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 10 years ago
  45. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  46. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 10 years ago
  47. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 10 years ago
  48. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  49. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago
  50. 0234b5e Add test for https://android-review.googlesource.com/99853 . by Vladimir Marko · 10 years ago
  51. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 10 years ago
  52. 327e6b4 We can no longer use "adb shell sh -c ..." internally by Brian Carlstrom · 10 years ago
  53. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  54. e61fd35 Revert "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  55. 2055091 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  56. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  57. 6ffcd00 Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS by Brian Carlstrom · 10 years ago
  58. 519e3d0 Add libjavacore dependency for oat tests by Brian Carlstrom · 10 years ago
  59. bf66bce Define run-test targets. by Ian Rogers · 10 years ago
  60. b9d11f7 Merge "x86_64: Fix wide argument increment" by Ian Rogers · 10 years ago
  61. 665de8a Fix various test dependencies. by Ian Rogers · 10 years ago
  62. b6564c1 x86_64: Fix wide argument increment by Chao-ying Fu · 10 years ago
  63. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  64. b1cbf58 Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 10 years ago
  65. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  66. 997f0f9 Limit the size of files created by run-test to 2MB. by Ian Rogers · 10 years ago
  67. 5078d97 x86_64: Fix fp-to-core conversion by Serguei Katkov · 10 years ago
  68. 02959ea x86_64: Fix neg_double by Alexei Zavjalov · 10 years ago
  69. 2a65d4b Fix run-test for OSX. by Ian Rogers · 10 years ago
  70. b08f63c Merge "Enable the register allocator on ARM." by Nicolas Geoffray · 10 years ago
  71. e27f31a Enable the register allocator on ARM. by Nicolas Geoffray · 10 years ago
  72. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 10 years ago
  73. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  74. 3bd7a6c Fix reflection access check for attached native threads. by Vladimir Marko · 10 years ago
  75. 69d57a8 Merge "Use HOST_LIBRARY_PATH to access host shared libraries." by Ying Wang · 10 years ago
  76. 07935e5 Use HOST_LIBRARY_PATH to access host shared libraries. by Ying Wang · 10 years ago
  77. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 10 years ago
  78. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  79. f71f950 Fix output of 107 art/test by Dmitry Petrochenko · 10 years ago
  80. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 10 years ago
  81. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 10 years ago
  82. 57795db Merge "ART: Add another proxy test" by Andreas Gampe · 10 years ago
  83. 96849ce ART: Add another proxy test by Andreas Gampe · 10 years ago
  84. 9b3db47 am e4707ae7: Merge "Ignore catch blocks whose type can\'t be resolved." by Ian Rogers · 10 years ago
  85. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  86. ac835c6 am 8adc1d9d: Merge "Make use of sigchainlib for signal chaining for implicit checks" by Dave Allison · 10 years ago
  87. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  88. 78f07a2 am 818cff4a: Merge "Fix DexFile.entries to return class names, not class descriptors" by Brian Carlstrom · 10 years ago
  89. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  90. ee84b49 am ccddc498: Merge "x86_64: Fix 079-Phantom hang with QCG enabled" by Ian Rogers · 10 years ago
  91. fa658b0 x86_64: Fix 079-Phantom hang with QCG enabled by Dmitry Petrochenko · 10 years ago
  92. e86e5b2 am 89bfb2be: Merge "Fix test-art-target-oat for multi target" by Brian Carlstrom · 10 years ago
  93. c32deb4 Fix test-art-target-oat for multi target by Sebastien Hertz · 10 years ago
  94. 8cc56dc am 1271e5db: Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  95. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  96. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 10 years ago
  97. 15f348e am 607fa7b0: Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  98. f06045e am 1dc38715: Merge "Updating clean-oat again" by Brian Carlstrom · 10 years ago
  99. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  100. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago