1. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 9 years ago
  2. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 9 years ago
  3. 721f3a8 Fix jit tests by Mathieu Chartier · 9 years ago
  4. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 9 years ago
  5. 6427df1 Explicitly compile core.oat with the Quick compiler. by Nicolas Geoffray · 10 years ago
  6. 010cf91 ARM64: Enable Optimizing compiler image generation. by Serban Constantinescu · 10 years ago
  7. 63130d0 Merge "ART: Wire up a valgrind-wrapped dex2oat run" by Andreas Gampe · 10 years ago
  8. 5e4d513 On arm64/optimizing, compile the boot image with interpreter. by Nicolas Geoffray · 10 years ago
  9. 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
  10. 088b16e ART: Wire up a valgrind-wrapped dex2oat run by Andreas Gampe · 10 years ago
  11. c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
  12. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  13. 130bd1b Remove generated file if compiling the image failed. by Nicolas Geoffray · 10 years ago
  14. 08d5e28 Add missing $() when testing TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  15. a136ab5 Only use Quick for optimizing on arm64. by Nicolas Geoffray · 10 years ago
  16. 7b76ec4 Also use Quick for target boot image. by Nicolas Geoffray · 10 years ago
  17. 42d641b Opt compiler: Add ARM64 support for the Mul IR. by Alexandre Rames · 10 years ago
  18. 70587a2 ART: Fix multi-image testing by Andreas Gampe · 10 years ago
  19. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  20. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  21. c42893e Just depend on TARGET_CORE_DEX_FILES. by Nicolas Geoffray · 10 years ago
  22. 611e1db Makefile cleanups. by Nicolas Geoffray · 10 years ago
  23. 1ffa074 Make which dex2oat version to use configurable. by Nicolas Geoffray · 10 years ago
  24. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  25. 3d4e684 Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY." by Brian Carlstrom · 10 years ago
  26. b1efe97 Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY. by Nicolas Geoffray · 10 years ago
  27. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  28. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  29. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  30. 44a3c19 art: fix host dex2oat runtime args by Colin Cross · 10 years ago
  31. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  32. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  33. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  34. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  35. f5449a2 Fix build rule. by Nicolas Geoffray · 10 years ago
  36. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  37. ca3aaba Fix implicit check option handling for non-cross-compiles by Dave Allison · 10 years ago
  38. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  39. f662e06 Updating clean-oat again by Brian Carlstrom · 10 years ago
  40. bbf079e Remove unneeded realpath that was causing bad dependencies in a clean build by Brian Carlstrom · 10 years ago
  41. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  42. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  43. 668e9d8 Update missed DEX2OAT -> DEX2OATD changes. by Nicolas Geoffray · 10 years ago
  44. 1db132d Use debug version of DEX2OAT explicitly. by Nicolas Geoffray · 10 years ago
  45. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  46. 922141a Fixed and refactored 64b host build by Andreas Gampe · 10 years ago
  47. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  48. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  49. 660f8f0 Remove boot.art phony target by Brian Carlstrom · 11 years ago
  50. 84c7ac2 art: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA by Brian Carlstrom · 11 years ago
  51. 8a7b39c Build boot.art only if we are building the host toolchain. by Ying Wang · 11 years ago
  52. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  53. 7bcbb29 am 55ed56bd: Merge "Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error" by Brian Carlstrom · 11 years ago
  54. ce90ec4 Don't force dex2oat run on dex2oat changes by Dave Allison · 11 years ago
  55. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 11 years ago
  56. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  57. 2b07096 Fix Mac build by Brian Carlstrom · 11 years ago
  58. dc959ea Make ART's run-test support Dalvik so we can remove dalvik/tests by Brian Carlstrom · 11 years ago
  59. c0ee650 Fix LOCAL_ADDITIONAL_DEPENDENCIES in Android.oat.mk by Brian Carlstrom · 11 years ago
  60. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  61. f3b3bf1 Make art use core-libart explicitly (part 2) by Brian Carlstrom · 11 years ago
  62. 3b010aa Make art use core-libart explicitly by Brian Carlstrom · 11 years ago
  63. 654d919 Add conscrypt to art tests by Brian Carlstrom · 11 years ago
  64. 3f47c12 Fix portable build on build server by removing depenency on ANDROID_HOST_OUT by Brian Carlstrom · 11 years ago
  65. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  66. cb91f1a Improve ART_BUILD_ disabling by Brian Carlstrom · 11 years ago
  67. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  68. 85545cd Add PHONY target for host core.art so that is included in default build by Brian Carlstrom · 12 years ago
  69. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  70. 58e63f9 Higher degree of parallel compilation on the LLVM side. by TDYa127 · 12 years ago
  71. 8cfa882 Higher degree of parallel compilation on the LLVM side. by Shih-wei Liao · 12 years ago
  72. d0b3a30 Do not rerun dex2oat just because dex2oat changed by Brian Carlstrom · 12 years ago
  73. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  74. 3bbbe82 Add disabled --instruction-set=X86 for test-art-host-oat by Brian Carlstrom · 12 years ago
  75. 73666be Add dependency from dex2oat to supporting libart-compiler-* libraries by Brian Carlstrom · 12 years ago
  76. 4d3c07f Fix core.oat dex file dependencies by Brian Carlstrom · 12 years ago
  77. 87587cb Update core image to include everything needed by core-tests by Brian Carlstrom · 12 years ago
  78. 04941d9 Always run dex2oat (2 of 3) by Brian Carlstrom · 12 years ago
  79. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  80. bd41102 trygon support by Brian Carlstrom · 12 years ago
  81. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  82. 29e7ac7 Moving from libdvm to libart (1 of 5) by Brian Carlstrom · 13 years ago
  83. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  84. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  85. 234da57 Basic file locking. by Elliott Hughes · 13 years ago
  86. 5d84040 Created --runtime-arg switch for dex2oat to pass arguments to runtime. by jeffhao · 13 years ago
  87. 31edec5 Disable StrictMode when booting with art by Brian Carlstrom · 13 years ago
  88. b7bbba4 Add oatopt drop in replacement for dexopt by Brian Carlstrom · 13 years ago
  89. b8233d1 Fix compilation of boot image and oat by Brian Carlstrom · 13 years ago
  90. 2b7cdf4 Teach make that to make an art file, you make the oat file. by Brian Carlstrom · 13 years ago
  91. 03a20ba Implement DexFile_getClassNameList by Brian Carlstrom · 13 years ago
  92. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  93. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  94. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  95. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago
  96. 78128a6 oatdump by Brian Carlstrom · 13 years ago
  97. 1619286 Add oat file generation and tests to build by Brian Carlstrom · 13 years ago