1. 62ce656 Add core-oj to the list of boot libraries. by Piotr Jastrzebski · 9 years ago
  2. 2994e29 ART: Use TMPDIR for test directories by Andreas Gampe · 10 years ago
  3. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  4. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  5. 2e87969 Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art] by Brian Carlstrom · 10 years ago
  6. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  7. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 10 years ago
  8. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  9. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  10. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  11. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  12. 15582b9 Add make rule to debug interpreter-only mode by Sebastien Hertz · 10 years ago
  13. 72e146f Fix build-art-target and build-art-host rules. by Nicolas Geoffray · 10 years ago
  14. fc3c67a Fix art-host rule and art script after build changes. by Nicolas Geoffray · 10 years ago
  15. de38833 ART: Add arch-specific directories to host-oat-cleaning rule by Andreas Gampe · 10 years ago
  16. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 10 years ago
  17. 327e6b4 We can no longer use "adb shell sh -c ..." internally by Brian Carlstrom · 10 years ago
  18. 44e37a5 Add the dalvikvm symlink to the art-host rule. by Nicolas Geoffray · 10 years ago
  19. d9faf45 Fix use-art-*. by Hiroshi Yamauchi · 10 years ago
  20. 532714a Fix test-art-target error by Brian Carlstrom · 10 years ago
  21. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  22. fe40874 Add missing parens to Makefile rule. by Nicolas Geoffray · 10 years ago
  23. 3a50522 Build rules for running run-test with optimizing compiler. by Nicolas Geoffray · 10 years ago
  24. 07935e5 Use HOST_LIBRARY_PATH to access host shared libraries. by Ying Wang · 10 years ago
  25. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  26. 346265e Move to dalvik.vm.lib.2 to force default to libart by Brian Carlstrom · 10 years ago
  27. 7a6b280 Add TARGET_2ND_ARCH support for dump-oat-boot by Brian Carlstrom · 10 years ago
  28. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  29. fb040d0 ART: Fix libjavacore dependency by Andreas Gampe · 10 years ago
  30. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  31. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 10 years ago
  32. 02d2d48 Merge "Add use-artd-full." by Hiroshi Yamauchi · 10 years ago
  33. 27a935a Fix art-host build rule. by Nicolas Geoffray · 10 years ago
  34. 69c3e4c Remove cleaning obsolete 2ND_ART_NATIVETEST_DIR and 2ND_ART_TEST_DIR directories by Brian Carlstrom · 10 years ago
  35. f662e06 Updating clean-oat again by Brian Carlstrom · 10 years ago
  36. cb9bccd Add use-artd-full. by Hiroshi Yamauchi · 10 years ago
  37. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  38. 7a4c1c1 Make vixl tests a dependency in the vixl makefile. by Ian Rogers · 10 years ago
  39. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  40. c6585b7 64-bit host multilib build. by Ying Wang · 10 years ago
  41. 3c03357 ART: Run cctest_vixl in test-art-host by Andreas Gampe · 10 years ago
  42. 83ae6d2 More dalvik-cache cleaning fixes. by Brian Carlstrom · 10 years ago
  43. 81c56e7 art/test: support sequential run by Dmitry Petrochenko · 10 years ago
  44. ae08961 Update clean-oat targets to handle ISA directories by Brian Carlstrom · 10 years ago
  45. a63229c ART: GTest target tests missing "PASSED" by Andreas Gampe · 10 years ago
  46. 72f184d Merge "Fix dependencies in the test suite for multi-target tests" by Andreas Gampe · 10 years ago
  47. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  48. 9b79776 Get instruction-set/features from build/core/config.mk by Ian Rogers · 10 years ago
  49. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  50. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 10 years ago
  51. 934ce80 Use TEST_ART_RUN_TESTS consistently by Brian Carlstrom · 10 years ago
  52. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  53. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 10 years ago
  54. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 10 years ago
  55. 1e895cd Add convenience targets for switching between full, smart, interpret-only by Brian Carlstrom · 10 years ago
  56. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  57. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  58. c4a2ee4 Merge "art: convert makefiles to support multilib build" by Colin Cross · 10 years ago
  59. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 10 years ago
  60. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 10 years ago
  61. 239e8da Merge "Revert "Revert "Revert "Add a script for running art standalone."""" by Ian Rogers · 10 years ago
  62. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 10 years ago
  63. 44ba806 Merge "Revert "Revert "Add a script for running art standalone.""" by Nicolas Geoffray · 10 years ago
  64. 938d30f Add jasmin dependency needed for run-test by Brian Carlstrom · 10 years ago
  65. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 10 years ago
  66. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 10 years ago
  67. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 10 years ago
  68. db79f74 Fix dump-oat-boot to work with new build location by supplying explict host-prefix by Brian Carlstrom · 10 years ago
  69. 2492b9d Remove jdwpspy. by Ian Rogers · 10 years ago
  70. 2d27d83 art: Rename persist.sys.dalvik.vm.lib to allow new default by Brian Carlstrom · 10 years ago
  71. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 10 years ago
  72. b32a3ad Fix bit-rot in clean-oat targets by Brian Carlstrom · 10 years ago
  73. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  74. fd7ad0a Fix dependencies to be on core-libart, not core by Brian Carlstrom · 11 years ago
  75. 1f8730b Fix clean-oat by Brian Carlstrom · 11 years ago
  76. d912e5c Allow host valgrind gtests to be run individually. by Ian Rogers · 11 years ago
  77. 56dafdd Merge "Fix oatdump and valgrind." into dalvik-dev by Ian Rogers · 11 years ago
  78. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  79. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  80. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago
  81. a404db0 Add test-art-oat-<test> test-art-run-test-<test> variants by Brian Carlstrom · 11 years ago
  82. fa50baa Restore build-art minimal build by Brian Carlstrom · 11 years ago
  83. dbaa93a Make test-art-host-run-test and test-art-host-oat run with and without interpreter. by Brian Carlstrom · 11 years ago
  84. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  85. 05eecea Enable running cpplint.py on art C++ files when using mm and mmm by Brian Carlstrom · 11 years ago
  86. fb6996f Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issues by Brian Carlstrom · 11 years ago
  87. 3e79aad Fixing cpplint readability/constructors issues by Brian Carlstrom · 11 years ago
  88. 4274889 Fixing cpplint readability/check issues by Brian Carlstrom · 11 years ago
  89. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  90. 751d4ed Fixing cpplint legal/copyright issues by Brian Carlstrom · 11 years ago
  91. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  92. 6f485c6 Fix cpplint whitespace/indent issues by Brian Carlstrom · 11 years ago
  93. 9b7085a Fix cpplint readability/braces issues by Brian Carlstrom · 11 years ago
  94. 38f85e4 Fix cpplint whitespace/operators issues by Brian Carlstrom · 11 years ago
  95. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  96. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  97. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  98. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  99. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  100. 2ce745c Fix cpplint whitespace/braces issues by Brian Carlstrom · 11 years ago