1. 63e3b02 Enable color output from gcc and clang by Colin Cross · 10 years ago
  2. c180dd0 Merge "Revert "disable Krait for Mac builds to avoid assembler issues"" by Colin Cross · 10 years ago
  3. 737cc70 Revert "disable Krait for Mac builds to avoid assembler issues" by Colin Cross · 10 years ago
  4. 32f7ff1 Remove WITHOUT_(HOST|TARGET)_CLANG. by Dan Albert · 10 years ago
  5. 057aaea Add HOST_CROSS_OS by Dan Willemsen · 10 years ago
  6. b83e171 Add AddressSanitizer linker flags for x86. by Ivan Krasin · 10 years ago
  7. 4314611 Remove AndroidConfig.h. by Elliott Hughes · 10 years ago
  8. 59c858f Merge "Remove special x86 flag that disables tail call optimization." by Chih-hung Hsieh · 10 years ago
  9. 2e08cb6 Merge "Add -mfpu=neon-vfpv4 if cpu is krait" by Stephen Hines · 10 years ago
  10. 3e3d7b5 Don't prepend CC_WRAPPER to CLANG. by Ying Wang · 10 years ago
  11. 8f5e67a Use a different linker for ASan binaries. by Evgenii Stepanov · 10 years ago
  12. 2d5a50e Add -mfpu=neon-vfpv4 if cpu is krait by Pirama Arumuga Nainar · 10 years ago
  13. bbaeaa5 Merge "Configure synci generation explicitly" by Ying Wang · 10 years ago
  14. bf14097 Move sanitized vendor libraries to /data/vendor/lib(|64). by Evgenii Stepanov · 10 years ago
  15. 4d3d414 With SANITIZE_TARGET, move shared libraries to /data. by Evgenii Stepanov · 10 years ago
  16. abf4bc9 Add support for `LOCAL_SANITIZE := integer`. by Dan Albert · 10 years ago
  17. 9109128 Revert "[MIPS] Do not use compact branches until GDB supports them" by Nikola Veljkovic · 10 years ago
  18. 063ef33 [MIPS] Do not use compact branches until GDB supports them by Nikola Veljkovic · 10 years ago
  19. 3dfd20a [MIPS] Temporarily disable Mips shared-textrel errors by Duane Sand · 10 years ago
  20. 9003661 Upgrade x86 gcc to 4.9 and disable devirtualization. by Chih-Hung Hsieh · 10 years ago
  21. ab3a5f4 Configure synci generation explicitly by Chris Dearman · 10 years ago
  22. f0b15e1 Fix AddressSanitizer link order and multilib setup. by Evgenii Stepanov · 10 years ago
  23. b5b2ffe Add support for a partial ubsan build. by Dan Albert · 10 years ago
  24. 4ed9508 Merge "Add support for ubsan." by Dan Albert · 10 years ago
  25. b992bfc Use -Wno-format-pedantic to disable overly aggressive format string warning. by Stephen Hines · 10 years ago
  26. 08cca28 Add support for ubsan. by Dan Albert · 11 years ago
  27. 9205bc1 Filter out gcc flags that are not recognized by clang. by Chih-Hung Hsieh · 10 years ago
  28. 343ed67 Use prebuilt libclang_rt.profile. by Dan Albert · 11 years ago
  29. 9a98c47 Merge "Don't warn on definition of possibly reserved identifiers." by Stephen Hines · 10 years ago
  30. f680021 Don't warn on definition of possibly reserved identifiers. by Stephen Hines · 10 years ago
  31. a24a9a8 Allow -mcpu=cortex-a15 for clang by Bernhard Rosenkränzer · 10 years ago
  32. 44fe755 Remove special x86 flag that disables tail call optimization. by Chih-Hung Hsieh · 10 years ago
  33. 78df832 Filter out unsupported flag: -fprefetch-loop-arrays by Chih-Hung Hsieh · 10 years ago
  34. 73e734b Disable tail call optimization and use -mstackrealign to boot up on fugu. by Chih-Hung Hsieh · 10 years ago
  35. 9b2908b Make bcc-compat able to pick the right mtriple flag for Renderscript Compat Lib. by Miao Wang · 11 years ago
  36. 7c40fb9 disable Krait for Mac builds to avoid assembler issues by Tim Murray · 11 years ago
  37. b58fb4a Let clang decide ASan linker flags for the host. by Dan Albert · 11 years ago
  38. 433f161 Switch to Clang 3.6. by Stephen Hines · 11 years ago
  39. 1568029 Add more support for GLOBAL_CONLYFLAGS. by Stephen Hines · 11 years ago
  40. a69e596 am 478eda53: Merge "FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT." by Ying Wang · 11 years ago
  41. e5d4e74 FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT. by Ying Wang · 11 years ago
  42. f1c5dd6 am 35e4ede5: Merge "Use automatic color option with the latest clang." by Stephen Hines · 11 years ago
  43. c141b85 Use automatic color option with the latest clang. by Stephen Hines · 11 years ago
  44. 7f18adc am 871b8df1: Merge "Add -fcolor-diagnostics to global clang cflags." by Ying Wang · 11 years ago
  45. c7d1a97 Add -fcolor-diagnostics to global clang cflags. by Ying Wang · 11 years ago
  46. 508e27b am 93cb8c7d: Merge "Specify -mcpu=krait for clang." by Ian Rogers · 11 years ago
  47. e270873 Specify -mcpu=krait for clang. by Ian Rogers · 11 years ago
  48. 736a146 am 717ebfc1: Merge "Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS." by Chih-Hung Hsieh · 11 years ago
  49. 54fd82d am 660f3c9a: Merge "Set default to Clang integrated assembler." by Chih-Hung Hsieh · 11 years ago
  50. 22b6c5c Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS. by Chih-Hung Hsieh · 11 years ago
  51. 57c8a15 Set default to Clang integrated assembler. by Chih-Hung Hsieh · 11 years ago
  52. 13466f0 Merge commit '66b3e31936b99436e01c473dca492126eea3e336' into HEAD by Bill Yi · 11 years ago
  53. 18cd022 Merge "Add -Wno-unused-command-line-argument to clang cflags to enable ccache." by Ying Wang · 11 years ago
  54. 24e0336 Add -Wno-unused-command-line-argument to clang cflags to enable ccache. by Ying Wang · 11 years ago
  55. 96983cb am cc0aa4da: am 28c265dd: Merge "We also need -rdynamic for host ASAN." by Dan Albert · 11 years ago
  56. 4ffe3f5 We also need -rdynamic for host ASAN. by Dan Albert · 11 years ago
  57. 66acb2a resolved conflicts for merge of 96c22133 to lmp-dev-plus-aosp by Dan Albert · 11 years ago
  58. 2daceaa Add support for ASAN in host modules. by Dan Albert · 11 years ago
  59. 25756c1 am 8913e282: am 29373be8: Merge "Add -fPIC as default Clang mips ASFLAGS." by Chih-Hung Hsieh · 11 years ago
  60. ce6300a Add -fPIC as default Clang mips ASFLAGS. by Chih-Hung Hsieh · 11 years ago
  61. 532376d am 56f688bc: Merge "Switch TBLGEN-related executables to use "BUILD_" instead of "HOST_"." into lmp-dev by Stephen Hines · 11 years ago
  62. b34b7ae Switch TBLGEN-related executables to use "BUILD_" instead of "HOST_". by Stephen Hines · 11 years ago
  63. 7a5d35b am 145eddfd: am 670018fd: Merge "Remove unnecessary CLANG_CONFIG_EXTRA_*_C_INCLUDES variables." by Stephen Hines · 11 years ago
  64. 03b61be am 3041b7d1: am 3cf20570: Merge "Use new variable LLVM_PREBUILTS_VERSION to simplify path construction." by Stephen Hines · 11 years ago
  65. f008966 Remove unnecessary CLANG_CONFIG_EXTRA_*_C_INCLUDES variables. by Stephen Hines · 11 years ago
  66. 8affa16 Use new variable LLVM_PREBUILTS_VERSION to simplify path construction. by Lai Wei-Chih · 11 years ago
  67. 360b851 Change mips64 default to mips64r6 from mips64r2 by Andrew Hsieh · 11 years ago
  68. 2f9fa52 Merge "Fix build breakage due to incorrect bcc_compat RS_TRIPLE." by Stephen Hines · 11 years ago
  69. 2138f5e am 52626d2a: Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 11 years ago
  70. 5c72544 Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 11 years ago
  71. 52626d2 Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 11 years ago
  72. 3b58173 am 067dd379: am cee38d55: Merge "[MIPSR6] R6 target options for clang" by Ying Wang · 11 years ago
  73. cee38d5 Merge "[MIPSR6] R6 target options for clang" by Ying Wang · 11 years ago
  74. 6aa90f7 am 6f8fe420: am ec8778e8: Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS." by Stephen Hines · 11 years ago
  75. 41b83d6 Fix RS_TRIPLE and RS_TRIPLE_CFLAGS. by Stephen Hines · 11 years ago
  76. ec8778e8 Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS." by Stephen Hines · 11 years ago
  77. 039675a Fix RS_TRIPLE and RS_TRIPLE_CFLAGS. by Stephen Hines · 11 years ago
  78. 1df281a am 9e59e663: am 90d5c7f6: Merge "Clang rejects -Wno-old-style-declaration flag." by Chih-Hung Hsieh · 11 years ago
  79. 60d2b58 am 0b97fd8a: am b699b0ea: Merge "Clang does not recognize -Wno-literal-suffix." by Chih-Hung Hsieh · 11 years ago
  80. fb482c6 Clang rejects -Wno-old-style-declaration flag. by Chih-Hung Hsieh · 11 years ago
  81. 4d12b57 Clang does not recognize -Wno-literal-suffix. by Chih-Hung Hsieh · 11 years ago
  82. 237a8ff am 9050234a: am f1c63b02: Merge "Add GCC only flags to clang .mk files." by Chih-Hung Hsieh · 11 years ago
  83. 0278174 Add GCC only flags to clang .mk files. by Chih-Hung Hsieh · 11 years ago
  84. 02f2852 [MIPSR6] Add mips64r6 and mips32r6 targets by Duane Sand · 11 years ago
  85. 1d04a53 [MIPS64] Enable mips64 clang by Duane Sand · 11 years ago
  86. 3c4fcd8 [MIPS] Unite mipsel and mips64el 4.9 gcc toolchains by Duane Sand · 11 years ago
  87. 13066a8 [MIPSR6] R6 target options for clang by Duane Sand · 11 years ago
  88. fe2f5fe am e0383397: am e1a77930: Merge "Update host linux toolchain to gcc 4.8" by Ying Wang · 11 years ago
  89. 1a6971b am c378352d: am d23798bf: Merge "[MIPSR6] Add mips64r6 and mips32r6 targets" by Elliott Hughes · 11 years ago
  90. 81379e6 am e4d54f31: am 0b3c42cb: Merge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains" by Elliott Hughes · 11 years ago
  91. b53efd6 am 18c20aae: am aea1cae4: Merge "Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang.""" by Ying Wang · 11 years ago
  92. d23798b Merge "[MIPSR6] Add mips64r6 and mips32r6 targets" by Elliott Hughes · 11 years ago
  93. 1b0fc43 Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Ying Wang · 11 years ago
  94. 44ee341 Update host linux toolchain to gcc 4.8 by David 'Digit' Turner · 11 years ago
  95. dc5be21 am bf4ac764: am 6be7d2e5: Merge "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Marcin Kosiba · 11 years ago
  96. defccfe am 53e19fd4: am 45040bdb: Merge "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang." by Ying Wang · 11 years ago
  97. b169fb7 Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Ying Wang · 11 years ago
  98. 72c70d1 resolved conflicts for merge of 2812b27c to lmp-dev-plus-aosp by Tim Murray · 11 years ago
  99. 6bab974 [MIPSR6] Add mips64r6 and mips32r6 targets by Duane Sand · 11 years ago
  100. 5de8ebc am 5d23800f: am 1bb9adb8: Merge "[MIPS64] Enable mips64 clang" by Ying Wang · 11 years ago