1. 66c8e8c Don't prepend CC_WRAPPER to CLANG. by Ying Wang · 9 years ago
  2. 6708b6c Fix AddressSanitizer link order and multilib setup. by Evgenii Stepanov · 9 years ago
  3. 0ba68ba Upgrade x86 gcc to 4.9 and disable devirtualization. by Chih-Hung Hsieh · 9 years ago
  4. c2bc254 am 07607526: am 63082eab: am b6874440: Merge "Add support for a partial ubsan build." by Dan Albert · 9 years ago
  5. b5b2ffe Add support for a partial ubsan build. by Dan Albert · 9 years ago
  6. 97952ce am 3bc25d69: am 683a387e: am 4ed95088: Merge "Add support for ubsan." by Dan Albert · 9 years ago
  7. 4ed9508 Merge "Add support for ubsan." by Dan Albert · 9 years ago
  8. 30314ea am 1a2fd2eb: am 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning." by Pirama Arumuga Nainar · 9 years ago
  9. b992bfc Use -Wno-format-pedantic to disable overly aggressive format string warning. by Stephen Hines · 9 years ago
  10. 08cca28 Add support for ubsan. by Dan Albert · 9 years ago
  11. 3101e61 resolved conflicts for merge of e04e91b1 to master by Elliott Hughes · 9 years ago
  12. 9205bc1 Filter out gcc flags that are not recognized by clang. by Chih-Hung Hsieh · 9 years ago
  13. 57d7130 am 8f7338d9: am dc8d7092: am 0064c51e: Merge "Use prebuilt libclang_rt.profile." by Dan Albert · 9 years ago
  14. 343ed67 Use prebuilt libclang_rt.profile. by Dan Albert · 9 years ago
  15. 55ae50d am 95212b90: am 31f35975: am 9a98c47c: Merge "Don\'t warn on definition of possibly reserved identifiers." by Stephen Hines · 9 years ago
  16. 9a98c47 Merge "Don't warn on definition of possibly reserved identifiers." by Stephen Hines · 9 years ago
  17. cdac639 am 29b415aa: am 1e9b11f4: am d63c78e0: Merge "Allow -mcpu=cortex-a15 for clang" by Chih-hung Hsieh · 9 years ago
  18. f680021 Don't warn on definition of possibly reserved identifiers. by Stephen Hines · 9 years ago
  19. a24a9a8 Allow -mcpu=cortex-a15 for clang by Bernhard Rosenkränzer · 9 years ago
  20. 7e44d7f Filter out gcc only flags. by Chih-Hung Hsieh · 9 years ago
  21. 78df832 Filter out unsupported flag: -fprefetch-loop-arrays by Chih-Hung Hsieh · 9 years ago
  22. 73e734b Disable tail call optimization and use -mstackrealign to boot up on fugu. by Chih-Hung Hsieh · 9 years ago
  23. 9b2908b Make bcc-compat able to pick the right mtriple flag for Renderscript Compat Lib. by Miao Wang · 9 years ago
  24. 7c40fb9 disable Krait for Mac builds to avoid assembler issues by Tim Murray · 10 years ago
  25. b58fb4a Let clang decide ASan linker flags for the host. by Dan Albert · 10 years ago
  26. 433f161 Switch to Clang 3.6. by Stephen Hines · 10 years ago
  27. 1568029 Add more support for GLOBAL_CONLYFLAGS. by Stephen Hines · 10 years ago
  28. a69e596 am 478eda53: Merge "FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT." by Ying Wang · 10 years ago
  29. e5d4e74 FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT. by Ying Wang · 10 years ago
  30. f1c5dd6 am 35e4ede5: Merge "Use automatic color option with the latest clang." by Stephen Hines · 10 years ago
  31. c141b85 Use automatic color option with the latest clang. by Stephen Hines · 10 years ago
  32. 7f18adc am 871b8df1: Merge "Add -fcolor-diagnostics to global clang cflags." by Ying Wang · 10 years ago
  33. c7d1a97 Add -fcolor-diagnostics to global clang cflags. by Ying Wang · 10 years ago
  34. 508e27b am 93cb8c7d: Merge "Specify -mcpu=krait for clang." by Ian Rogers · 10 years ago
  35. e270873 Specify -mcpu=krait for clang. by Ian Rogers · 10 years ago
  36. 736a146 am 717ebfc1: Merge "Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS." by Chih-Hung Hsieh · 10 years ago
  37. 54fd82d am 660f3c9a: Merge "Set default to Clang integrated assembler." by Chih-Hung Hsieh · 10 years ago
  38. 22b6c5c Add unknown flag to CLANG_CONFIG_UNKNOWN_CFLAGS. by Chih-Hung Hsieh · 10 years ago
  39. 57c8a15 Set default to Clang integrated assembler. by Chih-Hung Hsieh · 10 years ago
  40. 13466f0 Merge commit '66b3e31936b99436e01c473dca492126eea3e336' into HEAD by Bill Yi · 10 years ago
  41. 18cd022 Merge "Add -Wno-unused-command-line-argument to clang cflags to enable ccache." by Ying Wang · 10 years ago
  42. 24e0336 Add -Wno-unused-command-line-argument to clang cflags to enable ccache. by Ying Wang · 10 years ago
  43. 96983cb am cc0aa4da: am 28c265dd: Merge "We also need -rdynamic for host ASAN." by Dan Albert · 10 years ago
  44. 4ffe3f5 We also need -rdynamic for host ASAN. by Dan Albert · 10 years ago
  45. 66acb2a resolved conflicts for merge of 96c22133 to lmp-dev-plus-aosp by Dan Albert · 10 years ago
  46. 2daceaa Add support for ASAN in host modules. by Dan Albert · 10 years ago
  47. 25756c1 am 8913e282: am 29373be8: Merge "Add -fPIC as default Clang mips ASFLAGS." by Chih-Hung Hsieh · 10 years ago
  48. ce6300a Add -fPIC as default Clang mips ASFLAGS. by Chih-Hung Hsieh · 10 years ago
  49. 532376d am 56f688bc: Merge "Switch TBLGEN-related executables to use "BUILD_" instead of "HOST_"." into lmp-dev by Stephen Hines · 10 years ago
  50. b34b7ae Switch TBLGEN-related executables to use "BUILD_" instead of "HOST_". by Stephen Hines · 10 years ago
  51. 7a5d35b am 145eddfd: am 670018fd: Merge "Remove unnecessary CLANG_CONFIG_EXTRA_*_C_INCLUDES variables." by Stephen Hines · 10 years ago
  52. 03b61be am 3041b7d1: am 3cf20570: Merge "Use new variable LLVM_PREBUILTS_VERSION to simplify path construction." by Stephen Hines · 10 years ago
  53. f008966 Remove unnecessary CLANG_CONFIG_EXTRA_*_C_INCLUDES variables. by Stephen Hines · 10 years ago
  54. 8affa16 Use new variable LLVM_PREBUILTS_VERSION to simplify path construction. by Lai Wei-Chih · 10 years ago
  55. 360b851 Change mips64 default to mips64r6 from mips64r2 by Andrew Hsieh · 10 years ago
  56. 2f9fa52 Merge "Fix build breakage due to incorrect bcc_compat RS_TRIPLE." by Stephen Hines · 10 years ago
  57. 2138f5e am 52626d2a: Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 10 years ago
  58. 5c72544 Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 10 years ago
  59. 52626d2 Fix build breakage due to incorrect bcc_compat RS_TRIPLE. by Stephen Hines · 10 years ago
  60. 3b58173 am 067dd379: am cee38d55: Merge "[MIPSR6] R6 target options for clang" by Ying Wang · 10 years ago
  61. cee38d5 Merge "[MIPSR6] R6 target options for clang" by Ying Wang · 10 years ago
  62. 6aa90f7 am 6f8fe420: am ec8778e8: Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS." by Stephen Hines · 10 years ago
  63. 41b83d6 Fix RS_TRIPLE and RS_TRIPLE_CFLAGS. by Stephen Hines · 10 years ago
  64. ec8778e Merge "Fix RS_TRIPLE and RS_TRIPLE_CFLAGS." by Stephen Hines · 10 years ago
  65. 039675a Fix RS_TRIPLE and RS_TRIPLE_CFLAGS. by Stephen Hines · 10 years ago
  66. 1df281a am 9e59e663: am 90d5c7f6: Merge "Clang rejects -Wno-old-style-declaration flag." by Chih-Hung Hsieh · 10 years ago
  67. 60d2b58 am 0b97fd8a: am b699b0ea: Merge "Clang does not recognize -Wno-literal-suffix." by Chih-Hung Hsieh · 10 years ago
  68. fb482c6 Clang rejects -Wno-old-style-declaration flag. by Chih-Hung Hsieh · 10 years ago
  69. 4d12b57 Clang does not recognize -Wno-literal-suffix. by Chih-Hung Hsieh · 10 years ago
  70. 237a8ff am 9050234a: am f1c63b02: Merge "Add GCC only flags to clang .mk files." by Chih-Hung Hsieh · 10 years ago
  71. 0278174 Add GCC only flags to clang .mk files. by Chih-Hung Hsieh · 10 years ago
  72. 02f2852 [MIPSR6] Add mips64r6 and mips32r6 targets by Duane Sand · 10 years ago
  73. 1d04a53 [MIPS64] Enable mips64 clang by Duane Sand · 10 years ago
  74. 3c4fcd8 [MIPS] Unite mipsel and mips64el 4.9 gcc toolchains by Duane Sand · 10 years ago
  75. 13066a8 [MIPSR6] R6 target options for clang by Duane Sand · 10 years ago
  76. fe2f5fe am e0383397: am e1a77930: Merge "Update host linux toolchain to gcc 4.8" by Ying Wang · 10 years ago
  77. 1a6971b am c378352d: am d23798bf: Merge "[MIPSR6] Add mips64r6 and mips32r6 targets" by Elliott Hughes · 10 years ago
  78. 81379e6 am e4d54f31: am 0b3c42cb: Merge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains" by Elliott Hughes · 10 years ago
  79. b53efd6 am 18c20aae: am aea1cae4: Merge "Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang.""" by Ying Wang · 10 years ago
  80. d23798b Merge "[MIPSR6] Add mips64r6 and mips32r6 targets" by Elliott Hughes · 10 years ago
  81. 1b0fc43 Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Ying Wang · 10 years ago
  82. 44ee341 Update host linux toolchain to gcc 4.8 by David 'Digit' Turner · 10 years ago
  83. dc5be21 am bf4ac764: am 6be7d2e5: Merge "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Marcin Kosiba · 10 years ago
  84. defccfe am 53e19fd4: am 45040bdb: Merge "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang." by Ying Wang · 10 years ago
  85. b169fb7 Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Ying Wang · 10 years ago
  86. 72c70d1 resolved conflicts for merge of 2812b27c to lmp-dev-plus-aosp by Tim Murray · 10 years ago
  87. 6bab974 [MIPSR6] Add mips64r6 and mips32r6 targets by Duane Sand · 10 years ago
  88. 5de8ebc am 5d23800f: am 1bb9adb8: Merge "[MIPS64] Enable mips64 clang" by Ying Wang · 10 years ago
  89. 6670e24 [MIPS] Unite mipsel and mips64el 4.9 gcc toolchains by Duane Sand · 10 years ago
  90. 41ca444 [MIPS64] Enable mips64 clang by Duane Sand · 10 years ago
  91. 6be7d2e Merge "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang."" by Marcin Kosiba · 10 years ago
  92. a4f84fd Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang." by Dan Albert · 10 years ago
  93. 92d79cb Switch host builds to use Clang by default. by Tim Murray · 10 years ago
  94. 45040bd Merge "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang." by Ying Wang · 10 years ago
  95. 0b3c42c Merge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains" by Elliott Hughes · 10 years ago
  96. 3b7a4d8 Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang. by Marcin Kosiba · 10 years ago
  97. 3bd5abb am a44f9a35: am edbc4595: am d51730a6: Merge "Help catch common 32/64-bit errors." by Brian Carlstrom · 10 years ago
  98. 338d1e7 Help catch common 32/64-bit errors. by Brian Carlstrom · 10 years ago
  99. f798850 am 2d19cbd2: resolved conflicts for merge of 135e11df to klp-modular-dev-plus-aosp by Ying Wang · 10 years ago
  100. 2713fce Switch to 32-bit-by-default host multilib build. by Ying Wang · 10 years ago