1. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 11 years ago
  2. a76dc41 Merge "Allow method tracing for run-test" by Ian Rogers · 11 years ago
  3. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 11 years ago
  4. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 11 years ago
  5. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  6. 07aaac8 Allow method tracing for run-test by Sebastien Hertz · 11 years ago
  7. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  8. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 11 years ago
  9. 3d30b07 Merge "ART: Do not emit load when inlining unused Thread.currentThread()" by Andreas Gampe · 11 years ago
  10. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 11 years ago
  11. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 11 years ago
  12. 1a2f84e Fix dex file dependencies for oat tests. by Ian Rogers · 11 years ago
  13. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 11 years ago
  14. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 11 years ago
  15. 0234b5e Add test for https://android-review.googlesource.com/99853 . by Vladimir Marko · 11 years ago
  16. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 11 years ago
  17. 327e6b4 We can no longer use "adb shell sh -c ..." internally by Brian Carlstrom · 11 years ago
  18. 833a485 ART: Native support for multidex by Andreas Gampe · 11 years ago
  19. e61fd35 Revert "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  20. 2055091 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  21. 532714a Fix test-art-target error by Brian Carlstrom · 11 years ago
  22. 6ffcd00 Fix names of TEST_ART_TIMING_SENSITIVE_RUN_TESTS by Brian Carlstrom · 11 years ago
  23. 519e3d0 Add libjavacore dependency for oat tests by Brian Carlstrom · 11 years ago
  24. bf66bce Define run-test targets. by Ian Rogers · 11 years ago
  25. b9d11f7 Merge "x86_64: Fix wide argument increment" by Ian Rogers · 11 years ago
  26. 665de8a Fix various test dependencies. by Ian Rogers · 11 years ago
  27. b6564c1 x86_64: Fix wide argument increment by Chao-ying Fu · 11 years ago
  28. afd9acc Multilib ART host. by Ian Rogers · 11 years ago
  29. b1cbf58 Merge "Re-enable tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  30. f61b537 Re-enable tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  31. 997f0f9 Limit the size of files created by run-test to 2MB. by Ian Rogers · 11 years ago
  32. 5078d97 x86_64: Fix fp-to-core conversion by Serguei Katkov · 11 years ago
  33. 02959ea x86_64: Fix neg_double by Alexei Zavjalov · 11 years ago
  34. 2a65d4b Fix run-test for OSX. by Ian Rogers · 11 years ago
  35. b08f63c Merge "Enable the register allocator on ARM." by Nicolas Geoffray · 11 years ago
  36. e27f31a Enable the register allocator on ARM. by Nicolas Geoffray · 11 years ago
  37. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 11 years ago
  38. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 11 years ago
  39. 3bd7a6c Fix reflection access check for attached native threads. by Vladimir Marko · 11 years ago
  40. 69d57a8 Merge "Use HOST_LIBRARY_PATH to access host shared libraries." by Ying Wang · 11 years ago
  41. 07935e5 Use HOST_LIBRARY_PATH to access host shared libraries. by Ying Wang · 11 years ago
  42. 5bf6a77 Merge "Change MethodHelper to use a Handle." by Mathieu Chartier · 11 years ago
  43. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 11 years ago
  44. f71f950 Fix output of 107 art/test by Dmitry Petrochenko · 11 years ago
  45. 58994cd x86_64: Hard Float ABI support in QCG by Dmitry Petrochenko · 11 years ago
  46. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 11 years ago
  47. 57795db Merge "ART: Add another proxy test" by Andreas Gampe · 11 years ago
  48. 96849ce ART: Add another proxy test by Andreas Gampe · 11 years ago
  49. 9b3db47 am e4707ae7: Merge "Ignore catch blocks whose type can\'t be resolved." by Ian Rogers · 11 years ago
  50. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 11 years ago
  51. ac835c6 am 8adc1d9d: Merge "Make use of sigchainlib for signal chaining for implicit checks" by Dave Allison · 11 years ago
  52. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 11 years ago
  53. 78f07a2 am 818cff4a: Merge "Fix DexFile.entries to return class names, not class descriptors" by Brian Carlstrom · 11 years ago
  54. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 11 years ago
  55. ee84b49 am ccddc498: Merge "x86_64: Fix 079-Phantom hang with QCG enabled" by Ian Rogers · 11 years ago
  56. fa658b0 x86_64: Fix 079-Phantom hang with QCG enabled by Dmitry Petrochenko · 11 years ago
  57. e86e5b2 am 89bfb2be: Merge "Fix test-art-target-oat for multi target" by Brian Carlstrom · 11 years ago
  58. c32deb4 Fix test-art-target-oat for multi target by Sebastien Hertz · 11 years ago
  59. 8cc56dc am 1271e5db: Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 11 years ago
  60. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 11 years ago
  61. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 11 years ago
  62. 15f348e am 607fa7b0: Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  63. f06045e am 1dc38715: Merge "Updating clean-oat again" by Brian Carlstrom · 11 years ago
  64. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  65. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  66. f662e06 Updating clean-oat again by Brian Carlstrom · 11 years ago
  67. 8f75673 am 84e52420: Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 11 years ago
  68. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  69. 389e3e0 am 380d24d9: Merge "Compatibility layer to transition from UniquePtr to std::unique_ptr." by Ian Rogers · 11 years ago
  70. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  71. 97cbe2f am e2aa56bf: Merge "Declare variable for all art oat tests" by Tsu Chiang Chuang · 11 years ago
  72. 1694e02 Declare variable for all art oat tests by Tsu Chiang Chuang · 11 years ago
  73. fc5bf67 am 23d2b95b: Merge "ART: Fix typo in ArtMethod::FindCatchBlock" by Andreas Gampe · 11 years ago
  74. 23d2b95 Merge "ART: Fix typo in ArtMethod::FindCatchBlock" by Andreas Gampe · 11 years ago
  75. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 11 years ago
  76. a931a91 am 9c16a9a9: Merge "ART: Fix PWD in oat tests" by Andreas Gampe · 11 years ago
  77. 9c16a9a Merge "ART: Fix PWD in oat tests" by Andreas Gampe · 11 years ago
  78. 0eab135 am 8dcecbc7: Merge "Declare variable for all art dex tests." by Brian Carlstrom · 11 years ago
  79. d5ca7b3 ART: Fix PWD in oat tests by Andreas Gampe · 11 years ago
  80. 430e377 Declare variable for all art dex tests. by Tsu Chiang Chuang · 11 years ago
  81. 0d974a6 am 3d1e6642: Merge "Don\'t build art-run-tests directly into userdata.img" by Ying Wang · 11 years ago
  82. fea356f Don't build art-run-tests directly into userdata.img by Ying Wang · 11 years ago
  83. 9050ba0 am 4884ba0c: Merge "Add --64 option for run-all-tests." by Brian Carlstrom · 11 years ago
  84. dc8e732 Add --64 option for run-all-tests. by Zheng Xu · 11 years ago
  85. 2350fd6 am af12bccb: Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 11 years ago
  86. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 11 years ago
  87. e272081 am dee6812d: Merge "art/test: support sequential run" by Brian Carlstrom · 11 years ago
  88. 81c56e7 art/test: support sequential run by Dmitry Petrochenko · 11 years ago
  89. 14757b6 am 05d67f60: Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 11 years ago
  90. 05d67f6 Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 11 years ago
  91. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  92. d0f92e9 am d2e1f116: Merge "ART: Fix target run-tests to build architecture directories" by Andreas Gampe · 11 years ago
  93. d672843 ART: Fix target run-tests to build architecture directories by Andreas Gampe · 11 years ago
  94. 5a3d76f Merge commit '1b78967ba3d6cd8cfebbbb899625795295db6f16' into HEAD by Bill Yi · 11 years ago
  95. 9989960 Track package change. by Elliott Hughes · 11 years ago
  96. e8256e7 Merge "Skip BBs without SSA representation in the Constant Propagation phase" by Bill Buzbee · 11 years ago
  97. 63f5b9e Add test that Class.newInstance does not wrap its exceptions. by Jeff Hao · 11 years ago
  98. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 11 years ago
  99. 9d89466 Skip BBs without SSA representation in the Constant Propagation phase by Alexei Zavjalov · 11 years ago
  100. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago