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