1. 0e480ca Move output_stream files out of runtime. by Ian Rogers · 11 years ago
  2. 4446ab9 Systrace fixups and refactoring for TimingLogger by Anwar Ghuloum · 11 years ago
  3. 597e46b Added tests for SEA IR intermediate representation. by Dragos Sbirlea · 11 years ago
  4. 423fb4d Add tests for SEA IR types infrastructure. by Dragos Sbirlea · 11 years ago
  5. f133479 am 025218c7: Clean up stlport usage. by Elliott Hughes · 11 years ago
  6. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  7. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  8. 2f7eb4d am 9004cb65: Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  9. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  10. 166db04 Move assembler out of runtime into compiler/utils. by Ian Rogers · 11 years ago
  11. 8a7bc17 am 55c0ac85: Merge "Enable darwin target build for art." by Brian Carlstrom · 11 years ago
  12. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  13. 61ecc58 am 17bfe263: Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  14. 17bfe26 Use LOCAL_REQUIRED_MODULES instead of LOCAL_ADDITIONAL_DEPENDENCIES so we only relink the tests on libart changes but do not recompile them. by Brian Carlstrom · 11 years ago
  15. cf6aba6 am 0cb7853d: Fix typo in makefile by Brian Carlstrom · 11 years ago
  16. 0cb7853 Fix typo in makefile by Brian Carlstrom · 11 years ago
  17. 875ebec am 3795f251: Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  18. 3795f25 Use non-PHONY dependency to avoid rebuilding art gtests repeatedly. by Brian Carlstrom · 11 years ago
  19. ad0c220 am 4478eb0a: Include dex2oatd along with libart and libartd-compiler by Brian Carlstrom · 11 years ago
  20. 4478eb0 Include dex2oatd along with libart and libartd-compiler by Brian Carlstrom · 11 years ago
  21. 58cc497 Move ScopedHashtable files out of art/src by Brian Carlstrom · 11 years ago
  22. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 11 years ago
  23. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  24. 8cc5162 Semi-pruned SSA support for sea-ir. by Dragos Sbirlea · 11 years ago
  25. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  26. cd5d042 Clang build support, -Wthread-safety with GCC 4.6. by Ian Rogers · 11 years ago
  27. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 12 years ago
  28. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  29. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  30. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  31. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  32. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  33. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  34. 871599a Restore tests tag for target by Brian Carlstrom · 12 years ago
  35. 3bdcd3d Remove build warnings due to now unnecessary LOCAL_MODULE_TAGS by Brian Carlstrom · 12 years ago
  36. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  37. eaec3ae chmod +x before running a gtest on the target by Brian Carlstrom · 12 years ago
  38. eb02a12 Use our own 'main' for gtest tests. by Elliott Hughes · 12 years ago
  39. 2cfc639 Foundation for Quick LLVM compiler by buzbee · 12 years ago
  40. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 12 years ago
  41. b0aa9d3 Fix target gtest depenencies by Brian Carlstrom · 13 years ago
  42. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 13 years ago
  43. b466920 Fix space_test for (USE_LLVM_COMPILER) build. by TDYa127 · 13 years ago
  44. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 13 years ago
  45. 5b8b1ed Implement Link-loading and pass 62 tests in JniInternalTest. by Shih-wei Liao · 13 years ago
  46. 282dab0 Add Java_MyClass_sbar to list of test symbols by Brian Carlstrom · 13 years ago
  47. 06e3ad4 Turn on some basic tsan annotations. by Elliott Hughes · 13 years ago
  48. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 13 years ago
  49. 0f09676 Fix test-art-target on the Mac. by Elliott Hughes · 13 years ago
  50. cfede66 Fix Mac build by Brian Carlstrom · 13 years ago
  51. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 13 years ago
  52. 6717d0d Move target gtests to /data/nativetest for tradefed by Brian Carlstrom · 13 years ago
  53. 659526d Work around unexplained $(filter-out) trouble. by Elliott Hughes · 13 years ago
  54. 34cf514 Work around the fact that Linux and Mac OS have opposite requirements for libgtest. by Elliott Hughes · 13 years ago
  55. e71719d Fix the Mac build. Really. I have binaries and everything. by Elliott Hughes · 13 years ago
  56. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  57. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  58. 7178e73 Fix gtest build and execution by Brian Carlstrom · 13 years ago
  59. 0796af0 Fix Object::IsSoftReference by Brian Carlstrom · 13 years ago
  60. bbf1e41 Move main method tests from gtests to oat tests by Brian Carlstrom · 13 years ago[Renamed (65%) from build/Android.test.mk]
  61. bc51235 Remove redundant libgtest_host linkage by Brian Carlstrom · 13 years ago
  62. 8692721 Fix ClassLinker::LinkInterfaceMethods bug by Brian Carlstrom · 13 years ago
  63. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago
  64. 1d3f114 Support 32-bit volatiles. by Elliott Hughes · 13 years ago
  65. 4b620ff Finish moving state to managed heap by Brian Carlstrom · 13 years ago
  66. 881dd56 Reduce test dependencies by Brian Carlstrom · 13 years ago
  67. 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
  68. 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
  69. 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
  70. 0af5543 Code for loading shared libraries and calling JNI_OnLoad. by Elliott Hughes · 13 years ago
  71. 74eb46a Improved ClassLoader support by Brian Carlstrom · 13 years ago
  72. b0460ea Add support for opening classes.dex file from zip, jar, apk by Brian Carlstrom · 13 years ago
  73. 6f6beb4 Fix host build: Add -lpthread. by Shih-wei Liao · 13 years ago
  74. 8ecd08c Switch tests and aexecd to use libartd by Brian Carlstrom · 13 years ago
  75. 07d579f Add NDEBUG build by Brian Carlstrom · 13 years ago
  76. 8492996 Do not assume the .arm hint is part of the source file path. by Carl Shapiro · 13 years ago
  77. cdc8de4 Move base64 to test code by Brian Carlstrom · 13 years ago
  78. 934486c Make ClassLinker set Class::super_class_ plus test and build improvements by Brian Carlstrom · 13 years ago
  79. 528153d Only tag tests for test builds, not eng builds by Brian Carlstrom · 13 years ago
  80. 0e6d197 Relocate all of the included Makefiles into the build subdirectory. by Carl Shapiro · 13 years ago[Renamed (95%) from Android.test.mk]
  81. 1fb8620 Add class loading infrastructure. by Carl Shapiro · 13 years ago
  82. 008e412 Add and enable a Makefile for building tests on the device. by Carl Shapiro · 13 years ago