1. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  2. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  3. 38a3a0c Fix test-art-host-oat flakiness by Brian Carlstrom · 11 years ago
  4. 85d9ba6 Interpreter oat tests. by Ian Rogers · 12 years ago
  5. 871599a Restore tests tag for target by Brian Carlstrom · 12 years ago
  6. 3bdcd3d Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS by Brian Carlstrom · 12 years ago
  7. 5d93cf9 Add missing PASSED/FAILED logging for test-art-host-oat-* by Brian Carlstrom · 12 years ago
  8. 50808a3 Fix build to rebuild tests correctly, and disable pre-dexopt. by jeffhao · 12 years ago
  9. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 12 years ago
  10. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  11. b0aa9d3 Fix target gtest depenencies by Brian Carlstrom · 12 years ago
  12. 34f1fa4 Run dex2oat for test-art-host-oat targets with core.art by Brian Carlstrom · 12 years ago
  13. 14a8e73 test-art-host-oat targets should not rerun dex2oat by Brian Carlstrom · 12 years ago
  14. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  15. 3bbbe82 Add disabled --instruction-set=X86 for test-art-host-oat by Brian Carlstrom · 12 years ago
  16. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 12 years ago
  17. 04941d9 Always run dex2oat (2 of 3) by Brian Carlstrom · 12 years ago
  18. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  19. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 13 years ago
  20. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  21. fe9cf7a Rename SystemMethods to ReflectionTest. by Elliott Hughes · 13 years ago
  22. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  23. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  24. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  25. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  26. f8a199c Host precompilation of apks to speed boot. by Ian Rogers · 13 years ago
  27. c116070 Added support for -XX:HeapGrowthLimit switch by jeffhao · 13 years ago
  28. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  29. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  30. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 13 years ago
  31. 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 13 years ago
  32. 498508c Clean up the makefile and add a missing 'static'. by Elliott Hughes · 13 years ago
  33. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 13 years ago
  34. 5562174 Add ParallelGC to reproduce system_server hang by Brian Carlstrom · 13 years ago
  35. 31edec5 Disable StrictMode when booting with art by Brian Carlstrom · 13 years ago
  36. 63433ba Add a unit test for ReferenceMap that involves try-catch-finally. by Shih-wei Liao · 13 years ago
  37. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 13 years ago
  38. a9f1978 Add support for oat files in /data/art-cache by Brian Carlstrom · 13 years ago
  39. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  40. 8e4b2fc Turn on StackWalk. It passes the test now. by Shih-wei Liao · 13 years ago
  41. 92827a5 Setup AbstractMethodError and dlsym stub when loading from oat by Brian Carlstrom · 13 years ago
  42. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  43. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  44. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  45. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 13 years ago
  46. 9773120 Disable test until RegisterMap is fixed for thread run. by Shih-wei Liao · 13 years ago
  47. 8ab8328 Add a test to trigger GC. by Shih-wei Liao · 13 years ago
  48. 9407c60 Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map. by Shih-wei Liao · 13 years ago
  49. bc2f3e3 Add support for oat_process for use as a wrap.* launcher by Brian Carlstrom · 13 years ago
  50. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  51. 25c3325 Fix compiler class initialization to properly deal with super classes by Brian Carlstrom · 13 years ago
  52. c0fe6c7 Fix manyargs test by buzbee · 13 years ago
  53. 29f2742 Uncaught exception handlers and automatic removal from thread groups. by Elliott Hughes · 13 years ago
  54. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago