1. e1ede2c Merge "Work around 103-string-append slowness by not running debug build" by Brian Carlstrom · 11 years ago
  2. 5b20ef9 Work around 103-string-append slowness by not running debug build by Brian Carlstrom · 11 years ago
  3. afb2c32 Fix test-art-host to work with latest build project that does not set LOCAL_MODULE_PATH by Brian Carlstrom · 11 years ago
  4. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 11 years ago
  5. 72ba8c4 Fix run-test 303-verification-stress. by Sebastien Hertz · 11 years ago
  6. 1736b34 Merge "Add verification stress test." by Sebastien Hertz · 11 years ago
  7. 2e21be1 Merge "Fix host-run-test-jar to be legal for /bin/sh" by Elliott Hughes · 11 years ago
  8. ea6404e Fix host-run-test-jar to be legal for /bin/sh by Mark Mendell · 11 years ago
  9. ef809d0 JNI: NewDirectByteBuffer should allow 0 length buffers. by Narayan Kamath · 11 years ago
  10. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  11. 96f3667 Add verification stress test. by Sebastien Hertz · 11 years ago
  12. 62509b6 Fix FindFieldID to use class's classloader to find field type. by Jeff Hao · 11 years ago
  13. 5f51d4b Fix races in thread list Unregister. by Mathieu Chartier · 11 years ago
  14. 228d6b8 Fix stack trace for proxy methods and added test case. by Jeff Hao · 11 years ago
  15. 43b971f am 8250232f: Update test/044-proxy/expected.txt by Brian Carlstrom · 11 years ago
  16. 8250232 Update test/044-proxy/expected.txt by Brian Carlstrom · 11 years ago
  17. 201803f Search for miranda methods in virtual methods instead of interface. by Jeff Hao · 11 years ago
  18. d7997eb Fix BUILD_DALVIK_HOST_JAVA_LIBRARY to BUILD_HOST_DALVIK_JAVA_LIBRARY by Brian Carlstrom · 11 years ago
  19. 2b13068 Fix BUILD_DALVIK_HOST_JAVA_LIBRARY to BUILD_HOST_DALVIK_JAVA_LIBRARY by Brian Carlstrom · 11 years ago
  20. f8852d5 Merge "Merge remote-tracking branch 'goog/dalvik-dev' into merge-art" by Brian Carlstrom · 11 years ago
  21. 768124d am 91b81daa: Merge "Remove usage of LOCAL_BUILD_HOST_DEX" by Narayan Kamath · 11 years ago
  22. cc8522f Remove usage of LOCAL_BUILD_HOST_DEX by Narayan Kamath · 11 years ago
  23. 30839a7 Merge "Avoid verifier crash for quickened invoke on null." into dalvik-dev by Sebastien Hertz · 11 years ago
  24. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  25. fe6e6a7 am 661cc989: Merge "Make ART\'s run-test support Dalvik so we can remove dalvik/tests" by Brian Carlstrom · 11 years ago
  26. 8249b42 Avoid verifier crash for quickened invoke on null. by Sebastien Hertz · 11 years ago
  27. ad3d996 Fix test failure in SMART mode. by Sebastien Hertz · 11 years ago
  28. dc959ea Make ART's run-test support Dalvik so we can remove dalvik/tests by Brian Carlstrom · 11 years ago
  29. 6cddafb am 67fe2b41: Fix backwards check in CheckStaticMethod by Brian Carlstrom · 11 years ago
  30. 67fe2b4 Fix backwards check in CheckStaticMethod by Brian Carlstrom · 11 years ago
  31. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 11 years ago
  32. ce88853 Have JNI FindClass fall back to system ClassLoader Bug: 10994325 by Brian Carlstrom · 11 years ago
  33. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  34. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  35. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  36. 0160d99 Keep the right output file for tests. Bug: 10748067 by Tsu Chiang Chuang · 11 years ago
  37. a404db0 Add test-art-oat-<test> test-art-run-test-<test> variants by Brian Carlstrom · 11 years ago
  38. 7dfb28c Don't scan image space when starting runtime. by Ian Rogers · 11 years ago
  39. 2553250 Update art/tests/089-many-methods. by Yohann Roussel · 11 years ago
  40. 379e2f5 Clean up unnecessary files after build-only. Bug: 9482191 by Tsu Chiang Chuang · 11 years ago
  41. cbcfaf3 Fix suspend check optimization by buzbee · 11 years ago
  42. a68f43f Merge "Switch GCC -O flags, O3 non-debug, 01 debug." into dalvik-dev by Ian Rogers · 11 years ago
  43. 8d11af5 Switch GCC -O flags, O3 non-debug, 01 debug. by Ian Rogers · 11 years ago
  44. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  45. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  46. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  47. dbaa93a Make test-art-host-run-test and test-art-host-oat run with and without interpreter. by Brian Carlstrom · 11 years ago
  48. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  49. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  50. b8c7859 Revert "Revert "Remove non-live vregs from GC map on return."" by Ian Rogers · 11 years ago
  51. 5775391 am 6f485c62: Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  52. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  53. b907009 resolved conflicts for merge of df62950e to dalvik-dev by Brian Carlstrom · 11 years ago
  54. 0852459 am 0cd7ec2d: Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  55. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  56. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  57. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  58. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  59. 987ccff Native allocation accounting by Mathieu Chartier · 11 years ago
  60. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  61. e4c891a am fa42b441: Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  62. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  63. 00626c2 Fix Class.getModifiers for array classes. by Elliott Hughes · 11 years ago
  64. 1484395 am 7675e16b: Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  65. 05e3a5f Fixed list of String methods after removal of old JIT methods. by Jeff Hao · 11 years ago
  66. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  67. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  68. 513369c Add array of abstract classes reflection test. by Ian Rogers · 11 years ago
  69. 0e03367 Allow passing of multitple --invoke-with. by Ian Rogers · 11 years ago
  70. ff9af22 Port AOSP dalvik change 9e11a836e0927e6ea9246b56d99e0482920b81c6 to art. by Elliott Hughes · 11 years ago
  71. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  72. 4c6aad2 Add test 302-float-conversion from dalvik. by Elliott Hughes · 11 years ago
  73. 9829e33 Always supply matching -source and -target to javac. by Elliott Hughes · 11 years ago
  74. 7a54946 Pass NULL as receiver for static methods for ArgArray builder. by Jeff Hao · 11 years ago
  75. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  76. 04d7aa9 Fix object verification. by Ian Rogers · 12 years ago
  77. ebf7eab Disable gdb annotate support for Emacs in run-test by Brian Carlstrom · 12 years ago
  78. 055095a Merge "Remove ExtractCodeAndPrelink and switch Portable to MCLinker" into dalvik-dev by Brian Carlstrom · 12 years ago
  79. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  80. bf1442d Update intrinsic inlining test. by Sebastien Hertz · 12 years ago
  81. 530f71c Fix proxy return ClassCastException and add test. by Ian Rogers · 12 years ago
  82. 6824361 Port the "abstract methods are not implementations" fix to art. by Elliott Hughes · 12 years ago
  83. 492899e Merge "Port new test for package annotations from dalvik." into dalvik-dev by Elliott Hughes · 12 years ago
  84. db1e390 Port new test for package annotations from dalvik. by Elliott Hughes · 12 years ago
  85. 6030ef4 run-test --gdb on host should imply dev mode. by Ian Rogers · 12 years ago
  86. 6a62786 Fix ReferenceMap oat test. by Ian Rogers · 12 years ago
  87. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  88. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  89. 7a22fa6 Refactor StackVisitor to take a Thread*. by Ian Rogers · 12 years ago
  90. 6674f8a add jasmin dependency so that it can be used when building the tests. by Tsu Chiang Chuang · 12 years ago
  91. dd7bf56 Move IntMath into run-test. by Ian Rogers · 12 years ago
  92. 6d00352 Merge "Don't mask OOMEs in 102-concurrent-gc." into dalvik-dev by Ian Rogers · 12 years ago
  93. a26babd Move ExceptionTest to a run-test. by Ian Rogers · 12 years ago
  94. 35c360e Don't mask OOMEs in 102-concurrent-gc. by Ian Rogers · 12 years ago
  95. fef2a29 Merge "Move Invoke to a run-test." into dalvik-dev by Ian Rogers · 12 years ago
  96. dd0c4b8 Move GrowthLimit to a run-test. by Ian Rogers · 12 years ago
  97. e41931a Move Invoke to a run-test. by Ian Rogers · 12 years ago
  98. 3a226e3 Merge "Move MemUsage into run-test." into dalvik-dev by Ian Rogers · 12 years ago
  99. e4dd006 Merge "Move ConcurrentGC to run-test." into dalvik-dev by Ian Rogers · 12 years ago
  100. f118407 Merge "Move Fibonacci to run-test." into dalvik-dev by Ian Rogers · 12 years ago