1. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  2. 05eecea Enable running cpplint.py on art C++ files when using mm and mmm by Brian Carlstrom · 11 years ago
  3. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  4. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  5. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  6. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  7. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  8. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  9. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  10. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  11. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  12. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  13. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  14. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  15. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  16. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  17. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago
  18. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  19. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  20. cef450c add dalvik.system.VMRuntime.vmLibrary implementation for ART by Brian Carlstrom · 11 years ago
  21. a7a60a8 add use-art, use-artd, use-dalvik phony targets by Brian Carlstrom · 11 years ago
  22. 999cd43 Fix oat-target to use new odex style extensions by Brian Carlstrom · 11 years ago
  23. 30e2ea4 Move art to use dalvik names for .oat files by Brian Carlstrom · 11 years ago
  24. 35bd61a Fix Mac build by making dalvikvm definition visible by Brian Carlstrom · 11 years ago
  25. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 11 years ago
  26. 13aebfc Disable darwin build of art by Brian Carlstrom · 11 years ago
  27. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  28. 58805e4 Fix missing dependency for test-art-host-gtest-dex_method_iterator_test by Brian Carlstrom · 11 years ago
  29. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 11 years ago
  30. 90e2741 Fix oat-target-* to create output directory by Brian Carlstrom · 11 years ago
  31. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  32. 1d6848c Update clean-oat to remove unstripped versions with symbols by Brian Carlstrom · 11 years ago
  33. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  34. 00bc1dc Remove separate libart-compiler-llvm by Brian Carlstrom · 11 years ago
  35. cb91f1a Improve ART_BUILD_ disabling by Brian Carlstrom · 11 years ago
  36. 85d9ba6 Interpreter oat tests. by Ian Rogers · 11 years ago
  37. 27cedf8 Add test-art-host-interpreter-run-test build rule. by Ian Rogers · 12 years ago
  38. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  39. 2e92fd6 Revert "Remove dump-oat-Calculator" by Brian Carlstrom · 12 years ago
  40. de4f7be Remove dump-oat-Calculator by Ian Rogers · 12 years ago
  41. 46b8a62 Compare checksum in oat files adjacent to jar/apk to support oat in system image by Brian Carlstrom · 12 years ago
  42. 62e3ee3 clean-oat should not build anything by Brian Carlstrom · 12 years ago
  43. 105215d Improve run-test to use new directory for each run by Brian Carlstrom · 12 years ago
  44. 2ab7f48 Remove explicit dex2oat calls from run-test by Brian Carlstrom · 12 years ago
  45. 60d25e4 Fix cross compiling ISA flag for oat-target. by Logan Chien · 12 years ago
  46. 7eea0e8 Fix oat-target-sync dependency: Use $$(OUT_OAT_FILE) instead of $. by Shih-wei Liao · 12 years ago
  47. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 12 years ago
  48. 2e01f24 oat-target-sync: Only build those apks that haven't been dex2oat'ed. by Shih-wei Liao · 12 years ago
  49. 08981ab Add test-art-host-run-test to test-art-host by Brian Carlstrom · 12 years ago
  50. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  51. c72f1b1 clean-oat should remove intermediate oat files by Brian Carlstrom · 12 years ago
  52. 41005dd Fix x86 type conversions. test-art-host-oat passes. by jeffhao · 12 years ago
  53. 58e63f9 Higher degree of parallel compilation on the LLVM side. by TDYa127 · 12 years ago
  54. f1eedca Don't say .so when we might mean .dylib or .dll... by Elliott Hughes · 12 years ago
  55. b0aa9d3 Fix target gtest depenencies by Brian Carlstrom · 12 years ago
  56. 4855cd5 Update run-test support for host by Brian Carlstrom · 12 years ago
  57. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  58. 13c492b Make oatdump work on the host by not defaulting --host-prefix if it is explictly set by Brian Carlstrom · 12 years ago
  59. db279c0 "adb remount" during clean-oat by Brian Carlstrom · 12 years ago
  60. b279337 Add disabled test-art-host-oat by Brian Carlstrom · 12 years ago
  61. 92ba3d9 Add dependency between host gtests and test dex file generation by Brian Carlstrom · 12 years ago
  62. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  63. c4c9881 Fix the LLVM build. Separate out libart-compiler-llvm.so. by Shih-wei Liao · 12 years ago
  64. 1580379 Fix dependencies from host gtests to core-hostdex.jar, etc. by Brian Carlstrom · 12 years ago
  65. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  66. 37c4444 Expand test-art to cover rest of run-test by Brian Carlstrom · 12 years ago
  67. fe487d0 Fix dump-oat-Calculator by Brian Carlstrom · 12 years ago
  68. bf2cb16 Fix oat-target-sync generated oat files to have leading / by Brian Carlstrom · 12 years ago
  69. 04941d9 Always run dex2oat (2 of 3) by Brian Carlstrom · 12 years ago
  70. cbfe6fe Fix automatic dex2oat when boot files are in /data by Brian Carlstrom · 12 years ago
  71. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  72. bd41102 trygon support by Brian Carlstrom · 12 years ago
  73. c8b917b Remove apks from oat-target-sync that aren't built in mysid-userdebug by Ian Rogers · 12 years ago
  74. beb60e2 full_stingray oat-target-sync support by Ian Rogers · 12 years ago
  75. 32b4b2a Test changes to support tradefed by Brian Carlstrom · 12 years ago
  76. 1f72dce Support stingray in oat-target-sync by Ian Rogers · 12 years ago
  77. b9cc1ca Remove need for libarttest.so for gtests for tradefed by Brian Carlstrom · 12 years ago
  78. fc0842b Fix divide by zero in compiler stats by Brian Carlstrom · 12 years ago
  79. 6cc332e Mac runtime fixes. by Elliott Hughes · 12 years ago
  80. f9fb88f Add runtime dependencies to libjavacore.so by Brian Carlstrom · 12 years ago
  81. 4d6850c Fix the handful of leaks detectable in our tests. by Elliott Hughes · 12 years ago
  82. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  83. c74a697 Add sojus target. by Shih-wei Liao · 13 years ago
  84. 8ce8647 Enable art build for non-linux hosts by Brian Carlstrom · 13 years ago
  85. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  86. 42298fa Fix build. by Elliott Hughes · 13 years ago
  87. 0dc36d7 Support building for mysid too. by Elliott Hughes · 13 years ago
  88. 55124a5 Clean .art files as well as .oat files. by Elliott Hughes · 13 years ago
  89. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  90. 41df065 Update APK list post-merge by Brian Carlstrom · 13 years ago
  91. d023992 Replace persist.sys.strictmode.disabled with persist.sys.strictmode.disable by Brian Carlstrom · 13 years ago
  92. f8a199c Host precompilation of apks to speed boot. by Ian Rogers · 13 years ago
  93. 352a424 Make it easier to run an optimized build, turn the GC timings back on, and remove some unnecessary code. by Elliott Hughes · 13 years ago
  94. fab6293 Add zygote-art and zygote-art-target-sync (non debug build targets) by Brian Carlstrom · 13 years ago
  95. 6ba581a Implement ThreadContinuing and detach the JDWP thread before it exits. by Elliott Hughes · 13 years ago
  96. 7c6deaa Add ThreadStress test to try and exercise corner cases by Brian Carlstrom · 13 years ago
  97. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  98. 24a3c2e ClassLinker changes by Brian Carlstrom · 13 years ago
  99. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  100. 31edec5 Disable StrictMode when booting with art by Brian Carlstrom · 13 years ago