1. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 7 years ago
  2. 556cba0 Don't include patch information when generating images. by Richard Uhler · 7 years ago
  3. bb00f81 Remove testing of prebuilt npic boot images. by Richard Uhler · 7 years ago
  4. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 7 years ago
  5. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 8 years ago
  6. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 8 years ago
  7. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  8. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  9. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  10. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  11. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  12. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  13. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  14. c5d2905 Do not use $? in recipe by Shinichiro Hamaji · 9 years ago
  15. c13f13a Fix another Makefile typo. by Nicolas Geoffray · 9 years ago
  16. 7701d10 Fix typo from previous commit. by Nicolas Geoffray · 9 years ago
  17. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  18. 8a159fd ART: Use JIT image for JIT run tests by Andreas Gampe · 9 years ago
  19. 4d2ef33 ART: Extend ISA features option for (host) run tests by Andreas Gampe · 9 years ago
  20. 825570c ART: Abbreviate interpreter-access-checks by Andreas Gampe · 9 years ago
  21. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  22. 461d72a Generate debug info for core.oat files. by David Srbecky · 9 years ago
  23. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 9 years ago
  24. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 9 years ago
  25. 721f3a8 Fix jit tests by Mathieu Chartier · 9 years ago
  26. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 9 years ago
  27. 6427df1 Explicitly compile core.oat with the Quick compiler. by Nicolas Geoffray · 10 years ago
  28. 010cf91 ARM64: Enable Optimizing compiler image generation. by Serban Constantinescu · 10 years ago
  29. 63130d0 Merge "ART: Wire up a valgrind-wrapped dex2oat run" by Andreas Gampe · 10 years ago
  30. 5e4d513 On arm64/optimizing, compile the boot image with interpreter. by Nicolas Geoffray · 10 years ago
  31. 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
  32. 088b16e ART: Wire up a valgrind-wrapped dex2oat run by Andreas Gampe · 10 years ago
  33. c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
  34. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  35. 130bd1b Remove generated file if compiling the image failed. by Nicolas Geoffray · 10 years ago
  36. 08d5e28 Add missing $() when testing TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  37. a136ab5 Only use Quick for optimizing on arm64. by Nicolas Geoffray · 10 years ago
  38. 7b76ec4 Also use Quick for target boot image. by Nicolas Geoffray · 10 years ago
  39. 42d641b Opt compiler: Add ARM64 support for the Mul IR. by Alexandre Rames · 10 years ago
  40. 70587a2 ART: Fix multi-image testing by Andreas Gampe · 10 years ago
  41. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  42. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  43. c42893e Just depend on TARGET_CORE_DEX_FILES. by Nicolas Geoffray · 10 years ago
  44. 611e1db Makefile cleanups. by Nicolas Geoffray · 10 years ago
  45. 1ffa074 Make which dex2oat version to use configurable. by Nicolas Geoffray · 10 years ago
  46. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  47. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  48. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 10 years ago
  49. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  50. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  51. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  52. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  53. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  54. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  55. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  56. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  57. f5449a2 Fix build rule. by Nicolas Geoffray · 10 years ago
  58. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  59. ca3aaba Fix implicit check option handling for non-cross-compiles by Dave Allison · 10 years ago
  60. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  61. f662e06 Updating clean-oat again by Brian Carlstrom · 10 years ago
  62. bbf079e Remove unneeded realpath that was causing bad dependencies in a clean build by Brian Carlstrom · 10 years ago
  63. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  64. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  65. 668e9d8 Update missed DEX2OAT -> DEX2OATD changes. by Nicolas Geoffray · 10 years ago
  66. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 10 years ago
  67. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  68. 922141a Fixed and refactored 64b host build by Andreas Gampe · 10 years ago
  69. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  70. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  71. 660f8f0 Remove boot.art phony target by Brian Carlstrom · 10 years ago
  72. 84c7ac2 art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA by Brian Carlstrom · 11 years ago
  73. 8a7b39c Build boot.art only if we are building the host toolchain. by Ying Wang · 11 years ago
  74. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  75. 7bcbb29 am 55ed56bd: Merge "Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error" by Brian Carlstrom · 11 years ago
  76. ce90ec4 Don't force dex2oat run on dex2oat changes by Dave Allison · 11 years ago
  77. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 11 years ago
  78. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  79. 2b07096 Fix Mac build by Brian Carlstrom · 11 years ago
  80. dc959ea Make ART's run-test support Dalvik so we can remove dalvik/tests by Brian Carlstrom · 11 years ago
  81. c0ee650 Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk by Brian Carlstrom · 11 years ago
  82. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  83. f3b3bf1 Make art use core-libart explicitly (part 2) by Brian Carlstrom · 11 years ago
  84. 3b010aa Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  85. 654d919 Add conscrypt to art tests by Brian Carlstrom · 11 years ago
  86. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  87. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  88. cb91f1a Improve ART_BUILD_ disabling by Brian Carlstrom · 11 years ago
  89. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  90. 85545cd Add PHONY target for host core.art so that is included in default build by Brian Carlstrom · 12 years ago
  91. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  92. 58e63f9 Higher degree of parallel compilation on the LLVM side. by TDYa127 · 12 years ago
  93. 8cfa882 Higher degree of parallel compilation on the LLVM side. by Shih-wei Liao · 12 years ago
  94. d0b3a30 Do not rerun dex2oat just because dex2oat changed by Brian Carlstrom · 12 years ago
  95. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  96. 3bbbe82 Add disabled --instruction-set=X86 for test-art-host-oat by Brian Carlstrom · 12 years ago
  97. 73666be Add dependency from dex2oat to supporting libart-compiler-* libraries by Brian Carlstrom · 12 years ago
  98. 4d3c07f Fix core.oat dex file dependencies by Brian Carlstrom · 12 years ago
  99. 87587cb Update core image to include everything needed by core-tests by Brian Carlstrom · 12 years ago
  100. 04941d9 Always run dex2oat (2 of 3) by Brian Carlstrom · 12 years ago