1. 2350fd6 am af12bccb: Merge "Automatically create non-/data dalvik-cache directories" by Brian Carlstrom · 11 years ago
  2. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 11 years ago
  3. e272081 am dee6812d: Merge "art/test: support sequential run" by Brian Carlstrom · 11 years ago
  4. 81c56e7 art/test: support sequential run by Dmitry Petrochenko · 11 years ago
  5. 14757b6 am 05d67f60: Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 11 years ago
  6. 05d67f6 Merge "ART: aarch64 jni compiler needs to extend small return types" by Andreas Gampe · 11 years ago
  7. d110432 ART: aarch64 jni compiler needs to extend small return types by Andreas Gampe · 11 years ago
  8. d0f92e9 am d2e1f116: Merge "ART: Fix target run-tests to build architecture directories" by Andreas Gampe · 11 years ago
  9. d672843 ART: Fix target run-tests to build architecture directories by Andreas Gampe · 11 years ago
  10. 5a3d76f Merge commit '1b78967ba3d6cd8cfebbbb899625795295db6f16' into HEAD by Bill Yi · 11 years ago
  11. 9989960 Track package change. by Elliott Hughes · 11 years ago
  12. e8256e7 Merge "Skip BBs without SSA representation in the Constant Propagation phase" by Bill Buzbee · 11 years ago
  13. 63f5b9e Add test that Class.newInstance does not wrap its exceptions. by Jeff Hao · 11 years ago
  14. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 11 years ago
  15. 9d89466 Skip BBs without SSA representation in the Constant Propagation phase by Alexei Zavjalov · 11 years ago
  16. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  17. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  18. 6b5123f Disable another timing sensitive test on dist builds by Brian Carlstrom · 11 years ago
  19. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  20. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  21. a6b20c3 Merge "ART: A workaround for a wrongly-read caller's frame" by Andreas Gampe · 11 years ago
  22. 2be6fc7 Merge "Test control flow instruction with optimizing compiler." by Nicolas Geoffray · 11 years ago
  23. b55f835 Test control flow instruction with optimizing compiler. by Nicolas Geoffray · 11 years ago
  24. 1dd61ba ART: A workaround for a wrongly-read caller's frame by Vladimir Kostyukov · 11 years ago
  25. e1fced1 Inlining setters that return one of their arguments. by Vladimir Marko · 11 years ago
  26. f583e59 Add support for taking parameters in optimizing compiler. by Nicolas Geoffray · 11 years ago
  27. ad61517 Fix wrong handling of Generic JNI not finding native method. by Andreas Gampe · 11 years ago
  28. 2e7038a Add support for new-instance and invoke-direct. by Nicolas Geoffray · 11 years ago
  29. a7b2826 Merge "Support passing arguments to invoke-static* instructions." by Nicolas Geoffray · 11 years ago
  30. 4a34a42 Support passing arguments to invoke-static* instructions. by Nicolas Geoffray · 11 years ago
  31. 99f391e Fix Unsafe.getLong()/putLong() for x86, add test. by Vladimir Marko · 11 years ago
  32. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 11 years ago
  33. 934ce80 Use TEST_ART_RUN_TESTS consistently by Brian Carlstrom · 11 years ago
  34. afbaa1a Build changes to build multilib tests by Andreas Gampe · 11 years ago
  35. 925b687 Fix reflection access checks for app compatibility. by Jeff Hao · 11 years ago
  36. e4d159a Disable timing sensitive tests on dist builds. by Brian Carlstrom · 11 years ago
  37. 7f466c0 Merge "Add support for invoke-static in optimizing compiler." by Nicolas Geoffray · 11 years ago
  38. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  39. 5103ce6 No longer restrict to -source 1.5 since it causes a warning with 1.7 by Brian Carlstrom · 11 years ago
  40. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  41. b20d24d Error when taking the modulo of the length of an array by Brian Carlstrom · 11 years ago
  42. 3d325c6 Fix CopyRegInfo to keep live/dirty flags of new registers. by Chao-ying Fu · 11 years ago
  43. d3a2dfa Reuse promoted register temporarily by Yevgeny Rouban · 11 years ago
  44. 93f0452 am cfea1d0b: Merge "Fix message in 083-compiler_regressions test" by buzbee · 11 years ago
  45. 6a8958d Fix message in 083-compiler_regressions test by buzbee · 11 years ago
  46. 0550ac7 am 4af7b576: Merge "Fix Quick compiler "out of registers"" by buzbee · 11 years ago
  47. 40bbb39 Fix Quick compiler "out of registers" by buzbee · 11 years ago
  48. a869bd8 am 0d9c02e6: Merge "Run Java tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  49. 0d9c02e Merge "Run Java tests with the optimizing compiler." by Nicolas Geoffray · 11 years ago
  50. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  51. ac9889a resolved conflicts for merge of c0f96d03 to klp-dev-plus-aosp by Mathieu Chartier · 11 years ago
  52. 60d7a65 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  53. c0f96d0 Fix stack overflow for mutual recursion. by Brian Carlstrom · 11 years ago
  54. b651fbb am 3aa3ef0f: Merge "Test code generation for field accesses." by Ian Rogers · 11 years ago
  55. 4b3bc37 Test code generation for field accesses. by Ian Rogers · 11 years ago
  56. 3057f46 resolved conflicts for merge of 773965c0 to klp-dev-plus-aosp by Jeff Hao · 11 years ago
  57. e90501d Add dependency for operations with x86 FPU stack by Serguei Katkov · 11 years ago
  58. 773965c Merge "Fix stack trace for proxy methods and added test case." into klp-dev by Jeff Hao · 11 years ago
  59. 53fca11 Merge "Fix FindFieldID to use class's classloader to find field type." into klp-dev by Jeff Hao · 11 years ago
  60. 9e6a111 Merge "ART's intrinsic for String.indexOf use the incorrect register" by Bill Buzbee · 11 years ago
  61. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 11 years ago
  62. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 11 years ago
  63. cb94bf2 Fix type of constant to be long. by Ian Rogers · 11 years ago
  64. fbe40f5 Merge "Fixed and refactored 64b host build" by Andreas Gampe · 11 years ago
  65. 922141a Fixed and refactored 64b host build by Andreas Gampe · 11 years ago
  66. 4460ea6 Test Method.getModifiers() result for proxy methods by Brian Carlstrom · 11 years ago
  67. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 11 years ago
  68. 7a0e504 More JNI compiler tests and small fix by Andreas Gampe · 11 years ago
  69. 2fece59 Merge "Remove oat file location in the image." by Nicolas Geoffray · 11 years ago
  70. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  71. a1a7074 Rewrite kMirOpSelect for all IF_ccZ opcodes. by Vladimir Marko · 11 years ago
  72. f796ca0 Merge "Incorrect result of the "mul-long by 1" operation" by Bill Buzbee · 11 years ago
  73. 4554bfd Incorrect result of compareTo between empty and non-empty strings by Alexei Zavjalov · 11 years ago
  74. c17ebe8 Incorrect result of the "mul-long by 1" operation by Alexei Zavjalov · 11 years ago
  75. 7170092 Search for miranda methods in virtual methods instead of interface. by Jeff Hao · 11 years ago
  76. 3addc29 Fix stack trace for proxy methods and added test case. by Jeff Hao · 11 years ago
  77. 8151b8f Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  78. db40632 Add tests for null check elimination by local value numbering. by Vladimir Marko · 11 years ago
  79. 9d94d5f Make 030-bad-finalizer less flaky by removing timing dependent output by Brian Carlstrom · 11 years ago
  80. f28072f Merge "Try to make 036-finalizer less flaky by moving output to one thread" by Brian Carlstrom · 11 years ago
  81. c849445 Try to make 036-finalizer less flaky by moving output to one thread by Brian Carlstrom · 11 years ago
  82. 5b1f4d8 Remove test 048-server-socket by Brian Carlstrom · 11 years ago
  83. 073278c Do not FixupStaticTrampolines of uninitialized classes by Brian Carlstrom · 11 years ago
  84. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 11 years ago
  85. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  86. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  87. cbaf987 Add regression test for Thread.interrupted by Brian Carlstrom · 11 years ago
  88. 8017ef8 Add wide setter test with preceding parameters as int. by Vladimir Marko · 11 years ago
  89. 116848d Tweak test to better expose codegen bug. by Ian Rogers · 11 years ago
  90. 7befd0e Update ART tests to handle new System.gc behavior by Mathieu Chartier · 11 years ago
  91. 76c8e59 Disable LOCAL_DEX_PREOPT for non-default LOCAL_DEX_PREOPT_IMAGE by Brian Carlstrom · 11 years ago
  92. e1ede2c Merge "Work around 103-string-append slowness by not running debug build" by Brian Carlstrom · 11 years ago
  93. 5b20ef9 Work around 103-string-append slowness by not running debug build by Brian Carlstrom · 11 years ago
  94. afb2c32 Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH by Brian Carlstrom · 11 years ago
  95. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 11 years ago
  96. 72ba8c4 Fix run-test 303-verification-stress. by Sebastien Hertz · 11 years ago
  97. 1736b34 Merge "Add verification stress test." by Sebastien Hertz · 11 years ago
  98. 2e21be1 Merge "Fix host-run-test-jar to be legal for /bin/sh" by Elliott Hughes · 11 years ago
  99. ea6404e Fix host-run-test-jar to be legal for /bin/sh by Mark Mendell · 11 years ago
  100. ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 11 years ago