1. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 4 months ago
  2. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 5 months ago
  3. a144c27 Add ART_DEXPREOPT_BOOT_JAR_DIR. by Nicolas Geoffray · 5 years ago
  4. c8d5813 Give the option of having an existing adb. by Nicolas Geoffray · 6 years ago
  5. 64c2d77 Define $(ADB) in ART makefiles instead of hard-coding adb. by Nicolas Geoffray · 6 years ago
  6. 5d2dbf8 Fix build warnings for x86+arm targets by Dan Willemsen · 6 years ago
  7. 71a155f Remove unused build code by Colin Cross · 8 years ago
  8. 6a63bac Allow x86+arm multilib build. by Ying Wang · 8 years ago
  9. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  10. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  11. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 10 years ago
  12. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  13. 7372b76 Support TARGET_ARCH=64 with no 2ND_TARGET_ARCH. by Nicolas Geoffray · 10 years ago
  14. 4d1231d The host build has changed from lib32/lib to lib/lib64. by Nicolas Geoffray · 10 years ago
  15. 665de8a Fix various test dependencies. by Ian Rogers · 10 years ago
  16. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  17. 56c3e84 Use GCC on ARM64 by Sebastien Hertz · 10 years ago
  18. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  19. afdc560 Fix for test-art-host by Brian Carlstrom · 10 years ago
  20. 278ff9e Enable -Wframe-larger-than=1728 compilation error by Sebastien Hertz · 10 years ago
  21. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  22. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  23. c32deb4 Fix test-art-target-oat for multi target by Sebastien Hertz · 10 years ago
  24. 1271e5d Merge "Add DALVIKVM_FLAGS to test invocation." by Mathieu Chartier · 10 years ago
  25. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 10 years ago
  26. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  27. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  28. f662e06 Updating clean-oat again by Brian Carlstrom · 10 years ago
  29. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  30. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  31. c6585b7 64-bit host multilib build. by Ying Wang · 10 years ago
  32. 8bebd1a Merge "ART: Make build error a warning for TARGET_CPU_SMP" by Andreas Gampe · 10 years ago
  33. ef5113d ART: Make build error a warning for TARGET_CPU_SMP by Andreas Gampe · 10 years ago
  34. 3b2bcbf Merge "Move RoS allocator to use unordered_set." by Ian Rogers · 10 years ago
  35. b2c3e10 Merge "ART: Fix MonitorExit code on ARM" by Andreas Gampe · 10 years ago
  36. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  37. 5fcfa7d Move RoS allocator to use unordered_set. by Ian Rogers · 10 years ago
  38. 28f5c09 Don't import llvm.mk for non-portable builds. by Ian Rogers · 10 years ago
  39. 1dda060 Make it easy to change the default GC type. by Hiroshi Yamauchi · 10 years ago
  40. a7e7c2a Make arm64 build with ART_TARGET_CLANG. by Tim Murray · 10 years ago
  41. 4a0047a Add additional flags to make ART_TARGET_CLANG function with 3.5. by Tim Murray · 10 years ago
  42. a984454 Avoid volatile 64-bit tearing on 32-bit architectures. by Ian Rogers · 10 years ago
  43. 2fe0792 Fix dependencies in the test suite for multi-target tests by Andreas Gampe · 10 years ago
  44. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  45. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  46. b34f69a Add command line support for enabling the optimizing compiler. by Nicolas Geoffray · 10 years ago
  47. 922141a Fixed and refactored 64b host build by Andreas Gampe · 10 years ago
  48. d858c96 Disable host clang only if WITHOUT_HOST_CLANG is set by Ying Wang · 10 years ago
  49. 9719cd2 Support WITHOUT_CLANG builds by Brian Carlstrom · 10 years ago
  50. 35df1f3 Work around arm64 host prebuilt differences. by Ian Rogers · 10 years ago
  51. a03de6d Revert "Revert "Make clang the default compiler on host."" by Ian Rogers · 10 years ago
  52. d54f3a6 Revert "Make clang the default compiler on host." by Ian Rogers · 10 years ago
  53. 87f8b4c Make clang the default compiler on host. by Ian Rogers · 10 years ago
  54. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  55. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 10 years ago
  56. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  57. f3e2cc4 Code cleanup to avoid LLVM dependency when building with quick only. by Nicolas Geoffray · 10 years ago
  58. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 10 years ago
  59. b5a9646 Remove -D__STDC_FORMAT_MACROS. by Ian Rogers · 10 years ago
  60. 3cab422 Move __STDC_FORMAT_MACROS to a cflag. by Ian Rogers · 10 years ago
  61. 3f2d031 Use macros to remove CFI information for MAC OS/X by Mark Mendell · 10 years ago
  62. b32a3ad Fix bit-rot in clean-oat targets by Brian Carlstrom · 10 years ago
  63. 7ab763c Move boot image generation to the build project by Brian Carlstrom · 11 years ago
  64. 1bd2ceb Make missing DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES an error by Brian Carlstrom · 11 years ago
  65. b60df31 am d910172d: Don\'t fail if llvm.mk is not available. by Ying Wang · 11 years ago
  66. d910172 Don't fail if llvm.mk is not available. by Ying Wang · 11 years ago
  67. 75165d0 Add valgrind support to compiler arena allocator. by Mathieu Chartier · 11 years ago
  68. 8d11af5 Switch GCC -O flags, O3 non-debug, 01 debug. by Ian Rogers · 11 years ago
  69. 9b3c3cd C++11 support for ART. by Mathieu Chartier · 11 years ago
  70. 37c19bc Multiple-inclusion protection for Android.common.mk by Dragos Sbirlea · 11 years ago
  71. 19e776c Enable darwin target build for art. by Brian Carlstrom · 11 years ago
  72. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago
  73. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  74. 7467ee0 Added support for SEA IR. by Dragos Sbirlea · 11 years ago
  75. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  76. e4c891a am fa42b441: Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  77. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  78. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago
  79. a72dd8b Conform to convention for build env var for small art by Anwar Ghuloum · 11 years ago
  80. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  81. f89eccd Use no-omit-frame-pointer in host builds. by Ian Rogers · 11 years ago
  82. ba3ce9a Re-enable thread-safety checking on host, warn when not enabled. by Ian Rogers · 11 years ago
  83. cd5d042 Clang build support, -Wthread-safety with GCC 4.6. by Ian Rogers · 11 years ago
  84. c44f68f Fixed Android.common.mk #define setting for small art by Anwar Ghuloum · 11 years ago
  85. 8447d84 Compile filter for small applications and methods by Anwar Ghuloum · 11 years ago
  86. 79fe539 Removing remaining compiled stubs from image. by Jeff Hao · 11 years ago
  87. c4f105d Compile less stuff by Anwar Ghuloum · 11 years ago
  88. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  89. 59b976b Remove gcc-based annotalysis support by Brian Carlstrom · 11 years ago
  90. 52e55cb Remove gcc-based tsan support by Brian Carlstrom · 11 years ago
  91. f3e9855 Slow ART. by Ian Rogers · 11 years ago
  92. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  93. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 11 years ago
  94. 8550c9c Move the jni_compiler_test under compiler/jni. by Ian Rogers · 11 years ago
  95. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  96. 01d1134 Always compile compiler_llvm files. by Ian Rogers · 11 years ago
  97. 395116c Compiler: rearranging the deck chairs. by buzbee · 11 years ago
  98. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  99. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 11 years ago
  100. 4b9702c Add a JDWP::Request type to replace the old uint8_t* and int. by Elliott Hughes · 11 years ago