1. 7a54946 Pass NULL as receiver for static methods for ArgArray builder. by Jeff Hao · 12 years ago
  2. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  3. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  4. ebf7eab Disable gdb annotate support for Emacs in run-test by Brian Carlstrom · 12 years ago
  5. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  6. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  7. bf1442d Update intrinsic inlining test. by Sebastien Hertz · 12 years ago
  8. 530f71c Fix proxy return ClassCastException and add test. by Ian Rogers · 12 years ago
  9. 6824361 Port the "abstract methods are not implementations" fix to art. by Elliott Hughes · 12 years ago
  10. 492899e Merge "Port new test for package annotations from dalvik." into dalvik-dev by Elliott Hughes · 12 years ago
  11. db1e390 Port new test for package annotations from dalvik. by Elliott Hughes · 12 years ago
  12. 6030ef4 run-test --gdb on host should imply dev mode. by Ian Rogers · 12 years ago
  13. 6a62786 Fix ReferenceMap oat test. by Ian Rogers · 12 years ago
  14. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  15. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  16. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  17. 6674f8a add jasmin dependency so that it can be used when building the tests. by Tsu Chiang Chuang · 12 years ago
  18. dd7bf56 Move IntMath into run-test. by Ian Rogers · 12 years ago
  19. 6d00352 Merge "Don't mask OOMEs in 102-concurrent-gc." into dalvik-dev by Ian Rogers · 12 years ago
  20. a26babd Move ExceptionTest to a run-test. by Ian Rogers · 12 years ago
  21. 35c360e Don't mask OOMEs in 102-concurrent-gc. by Ian Rogers · 12 years ago
  22. fef2a29 Merge "Move Invoke to a run-test." into dalvik-dev by Ian Rogers · 12 years ago
  23. dd0c4b8 Move GrowthLimit to a run-test. by Ian Rogers · 12 years ago
  24. e41931a Move Invoke to a run-test. by Ian Rogers · 12 years ago
  25. 3a226e3 Merge "Move MemUsage into run-test." into dalvik-dev by Ian Rogers · 12 years ago
  26. e4dd006 Merge "Move ConcurrentGC to run-test." into dalvik-dev by Ian Rogers · 12 years ago
  27. f118407 Merge "Move Fibonacci to run-test." into dalvik-dev by Ian Rogers · 12 years ago
  28. 54a63fd Move MemUsage into run-test. by Ian Rogers · 12 years ago
  29. ffb5600 Move ConcurrentGC to run-test. by Ian Rogers · 12 years ago
  30. 9ac995b Move Fibonacci to run-test. by Ian Rogers · 12 years ago
  31. af81f92 Move ReflectionTest to a run-test. by Ian Rogers · 12 years ago
  32. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 12 years ago
  33. 306057f Support for deoptimization needed for debugging. by Ian Rogers · 12 years ago
  34. 09bc5a2 Add a run-test test for annotation classes missing at run time. by Elliott Hughes · 12 years ago
  35. 4c5b265 Test and fixes for invoke-interface on java.lang.Object methods. by Ian Rogers · 12 years ago
  36. 89c41e5 Merge "Support for --gdb for target run-test." into dalvik-dev by Ian Rogers · 12 years ago
  37. 4c1bf1a Support for --gdb for target run-test. by Ian Rogers · 12 years ago
  38. 4f3d94b Port new 084 test to art. by Elliott Hughes · 12 years ago
  39. 2bfc673 Fix run-test to tell the truth. by Elliott Hughes · 12 years ago
  40. 94d6df4 Fixes to make all run-tests except 051-thread work. by jeffhao · 12 years ago
  41. 0dff3f4 Add -interpreter to run-test to test interpreter only mode. by jeffhao · 12 years ago
  42. 2eb8403 Fix 080-oom-throw println failing. by Mathieu Chartier · 12 years ago
  43. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  44. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  45. 3e96a16 Test to ensure duplicate methods are handled properly. by jeffhao · 12 years ago
  46. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  47. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  48. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  49. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  50. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  51. 22469aa Make run-test report missing files by name by Brian Carlstrom · 12 years ago
  52. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  53. 6950e65 Fix test-art-host-run-test. by Ian Rogers · 12 years ago
  54. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 12 years ago
  55. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  56. 37e2bb8 Extra debug output in test. by Ian Rogers · 12 years ago
  57. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  58. b46c94c Using full path for dx. by Tsu Chiang Chuang · 12 years ago
  59. 4407e61 fix missing dx in build server. by Tsu Chiang Chuang · 12 years ago
  60. 011fade Build run-test files. by Tsu Chiang Chuang · 12 years ago
  61. 26c5e15 Port "Avoid method overriding if its super method is inaccessible" to art. by Elliott Hughes · 12 years ago
  62. 5a8e3d5 Bring over the new tests from https://android-review.googlesource.com/#/c/38771/. by Elliott Hughes · 12 years ago
  63. 9f509b9 Merge "Quick compiler: support for arrays, misc." into ics-mr1-plus-art by buzbee · 12 years ago
  64. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 12 years ago
  65. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  66. 3241296 Quick compiler exception support by buzbee · 12 years ago
  67. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 12 years ago
  68. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  69. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  70. 92e3134 Commit the new test I wrote for this morning's Thread OOME bug fix. by Elliott Hughes · 12 years ago
  71. 6fcce30 More tests for detail messages, plus a new one. by Elliott Hughes · 12 years ago
  72. 72e401c Move all testing of runtime-thrown exceptions' detail messages into the runtime tests. by Elliott Hughes · 12 years ago
  73. e536c64 Add test 096, added to dalvik since we started on art. by Elliott Hughes · 12 years ago
  74. d9fd368 Merge "Fix run-test 089 (which has no files to delete)." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  75. 7ab3a2a Fix run-test 089 (which has no files to delete). by Elliott Hughes · 12 years ago
  76. ef77162 Bring in test 089; a "new" addition to dalvik/test/. by Elliott Hughes · 12 years ago
  77. 4ec9b1f Remove target directory for run-test before pushing by Brian Carlstrom · 12 years ago
  78. 69c27e0 Merge "Invoke support for Quick Compiler" into ics-mr1-plus-art by buzbee · 12 years ago
  79. 6969d50 Invoke support for Quick Compiler by buzbee · 12 years ago
  80. 2613de4 Fix error message running with run-test --jvm by Brian Carlstrom · 12 years ago
  81. 28c384b Test all cases of all intrinsics. by Elliott Hughes · 12 years ago
  82. c717eef Don't bother running dx when we're testing on the RI. by Elliott Hughes · 12 years ago
  83. 6e9c5a5 Fix target temporary file logging in run-test by Brian Carlstrom · 12 years ago
  84. 105215d Improve run-test to use new directory for each run by Brian Carlstrom · 12 years ago
  85. d24e264 Fix recursive static field lookup. by Ian Rogers · 12 years ago
  86. 2ab7f48 Remove explicit dex2oat calls from run-test by Brian Carlstrom · 12 years ago
  87. 3596901 Fix run-test for arm. by TDYa127 · 12 years ago
  88. bba47a4 Test for ConcurrentGC validity. by Mathieu Chartier · 12 years ago
  89. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  90. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 12 years ago
  91. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  92. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  93. 644d531 Fixes to x86 compilation. by jeffhao · 12 years ago
  94. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 12 years ago
  95. e7fb2a6 Don't assume that "host" means "linux-x86". by Elliott Hughes · 12 years ago
  96. df31cf7 Renamed ReferenceMapVisitor to prevent confusion with art version. by jeffhao · 12 years ago
  97. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  98. c3a16a8 Merge "Special case division by small constants" into ics-mr1-plus-art by buzbee · 12 years ago
  99. f3aac97 Special case division by small constants by buzbee · 12 years ago
  100. d4f6729 Merge "Extend test 064." into ics-mr1-plus-art by Ian Rogers · 12 years ago