1. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  2. e2b2cbf Merge "[optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes" by Calin Juravle · 10 years ago
  3. 096cc02 [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes by Calin Juravle · 10 years ago
  4. b1bcf57 Merge "Use the shared smali test infrastructure for 800-smali." by Nicolas Geoffray · 10 years ago
  5. 1135168 [optimizing compiler] Add float/double subtraction by Calin Juravle · 10 years ago
  6. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 10 years ago
  7. f1fd898 Use the shared smali test infrastructure for 800-smali. by Nicolas Geoffray · 10 years ago
  8. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  9. 98c1711 Merge "Fix make file comment" by Calin Juravle · 10 years ago
  10. 9228b2a Fix make file comment by Calin Juravle · 10 years ago
  11. 7f7bf4e Merge "Add multiplication for floats/doubles in optimizing compiler" by Calin Juravle · 10 years ago
  12. b5bfa96 Add multiplication for floats/doubles in optimizing compiler by Calin Juravle · 10 years ago
  13. 83cae42 Fix typo in Makefile. by Nicolas Geoffray · 10 years ago
  14. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 10 years ago
  15. 965ac7e Merge "Various fixes related to integer negate operations." by Roland Levillain · 10 years ago
  16. b762d2e Various fixes related to integer negate operations. by Roland Levillain · 10 years ago
  17. deb48a0 ART: Print args in case of run-test build failure by Andreas Gampe · 10 years ago
  18. 4918e1c Merge "Fix a DCHECK failure IsResolved() || IsErroneous()." by Hiroshi Yamauchi · 10 years ago
  19. f4c15a1 Fix a DCHECK failure IsResolved() || IsErroneous(). by Hiroshi Yamauchi · 10 years ago
  20. 6207b2b Merge "ART: Fix test 089 to ignore debug lines" by Andreas Gampe · 10 years ago
  21. e55ff0e ART: Fix test 089 to ignore debug lines by Andreas Gampe · 10 years ago
  22. 58e560f Merge "ART: Fix run-test script" by Andreas Gampe · 10 years ago
  23. f6930a8 ART: Fix run-test script by Andreas Gampe · 10 years ago
  24. 4ff20eb Merge "Fix off by one errors in linear scan register allocator." by Nicolas Geoffray · 10 years ago
  25. c8147a7 Fix off by one errors in linear scan register allocator. by Nicolas Geoffray · 10 years ago
  26. f38b7dc Fix m test-art-host-run-test-001-HelloWorld. by Nicolas Geoffray · 10 years ago
  27. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  28. fdc3173 Merge "Implement int negate instruction in the optimizing compiler." by Roland Levillain · 10 years ago
  29. 88cb175 Implement int negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  30. 92cf9ae Merge "Support running run-test in ndebug mode through make." by Nicolas Geoffray · 10 years ago
  31. bd2c63c Support running run-test in ndebug mode through make. by Nicolas Geoffray · 10 years ago
  32. 34bacdf Add multiplication for integral types by Calin Juravle · 10 years ago
  33. 08a8135 Merge "Renumber 122-missing-classes to 124-missing-classes" by Brian Carlstrom · 10 years ago
  34. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  35. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  36. 61634ce Renumber 122-missing-classes to 124-missing-classes by Brian Carlstrom · 10 years ago
  37. d866c76 Merge "Add OOME try catch around gc-thrash dive logic" by Mathieu Chartier · 10 years ago
  38. 2eb03e6 Merge "Remove test dependencies on phony targets." by Ian Rogers · 10 years ago
  39. 9dc0ced Add OOME try catch around gc-thrash dive logic by Mathieu Chartier · 10 years ago
  40. abbf242 Remove test dependencies on phony targets. by Ian Rogers · 10 years ago
  41. bbb5479 Add more logging to finalization test by Mathieu Chartier · 10 years ago
  42. 3d434d4 Add tests for missing classes by Brian Carlstrom · 10 years ago
  43. da4442e Use exit(1), not exit(-1) by Brian Carlstrom · 10 years ago
  44. e4228d9 Merge "Remove libsigchain from LD_PRELOADS" by Dmitriy Ivanov · 10 years ago
  45. b8f2480 Merge "Merge reference-run-test-classes and run-test-jar." by Nicolas Geoffray · 10 years ago
  46. 3527425 Merge "Make finalization test more robust" by Mathieu Chartier · 10 years ago
  47. bbacc2c Merge "Make gc-thrash able to handle OOME" by Mathieu Chartier · 10 years ago
  48. cecc2d9 Make gc-thrash able to handle OOME by Mathieu Chartier · 10 years ago
  49. 8cb0306 Make finalization test more robust by Mathieu Chartier · 10 years ago
  50. 7cd01f5 Add regression test for null check elimination. by Vladimir Marko · 10 years ago
  51. 8fda9f2 ART: Add smali-based run-test by Andreas Gampe · 10 years ago
  52. 58920cc Disable 114-ParallelGC for GC stress testing. by Ian Rogers · 10 years ago
  53. 611e1db Makefile cleanups. by Nicolas Geoffray · 10 years ago
  54. baf9102 Really fix --gdb when running tests on target. by Nicolas Geoffray · 10 years ago
  55. f57874d Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  56. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  57. b6e7206 Fix movw on x86/x86_64 to accept any 16bits immediate. by Nicolas Geoffray · 10 years ago
  58. 288a4a2 Merge reference-run-test-classes and run-test-jar. by Nicolas Geoffray · 10 years ago
  59. 1a58b7f Merge host-run-test-jar and push-and-run-test-jar. by Nicolas Geoffray · 10 years ago
  60. 1b4e252 Make host-run-test-ar take --no-prebuild. by Nicolas Geoffray · 10 years ago
  61. e6b73ea Merge "Merge push-and-run-{prebuilt}-test-jar files." by Nicolas Geoffray · 10 years ago
  62. 01afdba Add test for getDeclaredClasses of with missing class by Brian Carlstrom · 10 years ago
  63. 5fd18ba Merge push-and-run-{prebuilt}-test-jar files. by Nicolas Geoffray · 10 years ago
  64. b5325e2 Merge "Revert "Fix OOM throwing if it happens in finalizer reference"" by Nicolas Geoffray · 10 years ago
  65. 74d6a82 Revert "Fix OOM throwing if it happens in finalizer reference" by Nicolas Geoffray · 10 years ago
  66. 72f9618 Merge "Fix OOM throwing if it happens in finalizer reference" by Hiroshi Yamauchi · 10 years ago
  67. a3cf6ce Fix test-art-(host|target)-run-test(32|64) targets. by Ian Rogers · 10 years ago
  68. 54e5378 Merge "More native bridge tests" by Calin Juravle · 10 years ago
  69. 6d7729d Fix OOM throwing if it happens in finalizer reference by Dmitry Petrochenko · 10 years ago
  70. e94e2d4 More native bridge tests by Calin Juravle · 10 years ago
  71. 37241e5 Merge "Quick: Fix LVN/GVN handling of acquire operations." by Vladimir Marko · 10 years ago
  72. fa23645 Quick: Fix LVN/GVN handling of acquire operations. by Vladimir Marko · 10 years ago
  73. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  74. 3d56be8 Disable ThreadStress. by Nicolas Geoffray · 10 years ago
  75. e7d6662 Make the script bash because it uses PIPESTATUS. by Nicolas Geoffray · 10 years ago
  76. a460bb0 Merge "ART: Update for split native bridge initialization" by Andreas Gampe · 10 years ago
  77. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  78. 18efde5 Fix code generation with materialized conditions. by Nicolas Geoffray · 10 years ago
  79. 145f0ca Fix a bug in the handling of moves in register allocator. by Nicolas Geoffray · 10 years ago
  80. e982f0b Implement invoke virtual in optimizing compiler. by Nicolas Geoffray · 10 years ago
  81. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  82. 19f7c95 Merge "ART: Update host run test script" by Andreas Gampe · 10 years ago
  83. 441336c ART: Update host run test script by Andreas Gampe · 10 years ago
  84. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  85. 7e3652c Revert "Implement suspend checks in new compiler." by Nicolas Geoffray · 10 years ago
  86. 6fbce02 Implement suspend checks in new compiler. by Nicolas Geoffray · 10 years ago
  87. 741c02c Add 5 minute time out to host run tests. by Ian Rogers · 10 years ago
  88. 98cb689 Quick compiler (arm64) Fix inline Math.round() by buzbee · 10 years ago
  89. 5f16c88 Add a test for our NPE checks. by Nicolas Geoffray · 10 years ago
  90. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  91. 8cf89c4 Change 099-vmdebug test to use File.createTempFile. by Jeff Hao · 10 years ago
  92. cbe15be Disable tracing if enabled by default for new tracing test. by Jeff Hao · 10 years ago
  93. d063d91 Change when sampling thread is reset during shutdown to prevent races. by Jeff Hao · 10 years ago
  94. 9102fff Merge "Fix darwin run-test problems" by Brian Carlstrom · 10 years ago
  95. c580e04 Fix darwin run-test problems by Brian Carlstrom · 10 years ago
  96. bccf123 Add test for hashCode and System.identityHashCode. by Mathieu Chartier · 10 years ago
  97. 58e5e5d Add CallNonvirtual test by Brian Carlstrom · 10 years ago
  98. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  99. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 10 years ago
  100. 967b7c3 Merge "Add test case for runFinalization." by Mathieu Chartier · 10 years ago