1. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  2. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  3. 4855cd5 Update run-test support for host by Brian Carlstrom · 12 years ago
  4. f8641ce Fix the division overflow. by TDYa127 · 12 years ago
  5. c150343 Remove the native Class.isInstance, and add tests. by Elliott Hughes · 12 years ago
  6. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  7. 97df07f Fix getter/setter special case codegen by buzbee · 12 years ago
  8. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  9. dfaf67f Merge "Expand test 046 and move reflective class initialization later." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  10. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 12 years ago
  11. 9058f2b Make our new NullPointerException detail messages more readable to Java programmers. by Elliott Hughes · 12 years ago
  12. e5b7894 Merge "Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  13. 2ed52c4 Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces. by Elliott Hughes · 12 years ago
  14. e62076c Fix special method codegen by buzbee · 12 years ago
  15. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  16. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 13 years ago
  17. 98d3988 Add detail message to null pointer exceptions. by Ian Rogers · 13 years ago
  18. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 13 years ago
  19. 904667a Do not generate run-test out files in $ANDROID_PRODUCT_OUT by Brian Carlstrom · 13 years ago
  20. 78325a4 Fix 071-dexfile by having run-test use a unique directory by Brian Carlstrom · 13 years ago
  21. c779284 Fix bug in JNI compiler AAPCS padding calculation by Ian Rogers · 13 years ago
  22. 79686a0 Fix the expectations for test 084. by Elliott Hughes · 13 years ago
  23. a58ff17 Add a test for correct delivery of exceptions caught by methods called from <clinit>. by Elliott Hughes · 13 years ago
  24. 1cefdbd Test invocation of static methods through JNI stub by Ian Rogers · 13 years ago
  25. ed0b057 Merge "Fix load/storeBaseDispWide bug with large offests." into dalvik-dev by Ian Rogers · 13 years ago
  26. 513c64a Fix load/storeBaseDispWide bug with large offests. by Ian Rogers · 13 years ago
  27. 408e419 Fix test 003's expectations. by Elliott Hughes · 13 years ago
  28. 4922ef9 Add large frame test by buzbee · 13 years ago
  29. 1441f6f Test Class.forName and serialization on inner classes by Ian Rogers · 13 years ago
  30. 55b16ce Test behavior of int shifts >= 32 by Ian Rogers · 13 years ago
  31. 4813550 Use debug dex2oatd in run-test by Brian Carlstrom · 13 years ago
  32. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  33. 58bcc40 We replace -d with -O recently, but not uniformly. by Elliott Hughes · 13 years ago
  34. b305770 Only JDWP exposes ACC_SUPER. by Elliott Hughes · 13 years ago
  35. 5b1f162 Add a new dalvik run-test test to art. by Elliott Hughes · 13 years ago
  36. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  37. 7769f50 Testing should use debug dex2oat and oatexec by default by Ian Rogers · 13 years ago
  38. fa23b1d Tests should include exception stack traces on failure. by Elliott Hughes · 13 years ago
  39. 37476bd Fix a few bugs in push-and-run-test-jar. by Elliott Hughes · 13 years ago
  40. 741b5b7 Manually merge my AOSP update to the VM tests. by Elliott Hughes · 13 years ago
  41. a74ba83 Change Fibonacci to default argument when none provided for test-art-target-oat-Fibonacci by Brian Carlstrom · 13 years ago
  42. 4d9716c Class::SetStatus(kStatusError) now checks that an exception is pending and uses it to SetVerifyErrorClass by Brian Carlstrom · 13 years ago
  43. 06ed739 Adjust expected line numbers in tests to account for fixed copyright headers by Brian Carlstrom · 13 years ago
  44. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  45. 748382f Make the class loading behavior closer to the RI's. by Elliott Hughes · 13 years ago
  46. c8dd298 Merge "Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming." into dalvik-dev by Ian Rogers · 13 years ago
  47. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  48. 745016f Be honest about our assertions implementation. by Elliott Hughes · 13 years ago
  49. f3778f6 Fix test 046. by Elliott Hughes · 13 years ago
  50. 7bfc963 This fixes several of the VM tests. by Elliott Hughes · 13 years ago
  51. cd74c4b Fix thread hang by Brian Carlstrom · 13 years ago
  52. a7679b6 Improve exceptions thrown during class loading. by Elliott Hughes · 13 years ago
  53. 94c0e33 Interface dispatch bug by Ian Rogers · 13 years ago
  54. 9ab05de Fix for issue 5884080: Loop formation regression by buzbee · 13 years ago
  55. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  56. 725aee5 Fixes for 071-dexfile by Ian Rogers · 13 years ago
  57. cab0101 Fix 086-null-super and 087-gc-after-link by Ian Rogers · 13 years ago
  58. 12100a5 Fix for test 003-omnibus-opcodes by Ian Rogers · 13 years ago
  59. fe9cf7a Rename SystemMethods to ReflectionTest. by Elliott Hughes · 13 years ago
  60. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  61. a5c0c21 Ensure that 055 checks we don't cheat on the library side... by Elliott Hughes · 13 years ago
  62. 831afe4 Improve the ThreadStress test to send SIGQUIT, and fix the bug that finds. by Elliott Hughes · 13 years ago
  63. fbef946 Fix 088 the way the test's author intended. by Elliott Hughes · 13 years ago
  64. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  65. 2d3430a Fix regression in vm tests 021 and 082 by Ian Rogers · 13 years ago
  66. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  67. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  68. 4b0d1ee Always compile tests with -g. by Elliott Hughes · 13 years ago
  69. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 13 years ago
  70. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago
  71. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  72. 371814f Testing with the new verifier, fix comments as going through code. by Shih-wei Liao · 13 years ago
  73. 39723d3 Fix the ReferenceMap test. by Shih-wei Liao · 13 years ago
  74. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  75. d2b8abf Fix the StackWalk unit test. SegFault was caused by wrong comparisons. by Shih-wei Liao · 13 years ago
  76. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  77. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  78. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 13 years ago
  79. ecbce8f Give proxy all of the return types. Part 2. by Jesse Wilson · 13 years ago
  80. 3bb8156 Basic JDWP option parsing... by Elliott Hughes · 13 years ago
  81. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  82. 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 13 years ago
  83. fb8a127 Merge "Reuse SIRT for C++ references" into dalvik-dev by Brian Carlstrom · 13 years ago
  84. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 13 years ago
  85. 7c04610 Add --invoke-with and -d to the dalvik tests. by Elliott Hughes · 13 years ago
  86. c393a4f System calls dex2oat when opening a dex file with an output location by jeffhao · 13 years ago
  87. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  88. 2641f71 Move test codes out of src/. They belong to the test/ directory. by Shih-wei Liao · 13 years ago
  89. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  90. d81cdcc Fix annotations test 004. by Jesse Wilson · 13 years ago
  91. 5562174 Add ParallelGC to reproduce system_server hang by Brian Carlstrom · 13 years ago
  92. c252c3e Clarify cause of 071 failure with an UNIMPLEMENTED by Brian Carlstrom · 13 years ago
  93. 9b27e1c art/test build fixes by buzbee · 13 years ago
  94. c9b1e49 Merge "Add a unit test for ReferenceMap that involves try-catch-finally." into dalvik-dev by Shih-wei Liao · 13 years ago
  95. 63433ba Add a unit test for ReferenceMap that involves try-catch-finally. by Shih-wei Liao · 13 years ago
  96. 466bb25 Proxy implementation by Ian Rogers · 13 years ago
  97. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  98. 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 13 years ago
  99. 582a7d1 Fix a handful of reflection bugs. by Elliott Hughes · 13 years ago
  100. 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat by Brian Carlstrom · 13 years ago