Sign in
android
/
platform
/
build
/
refs/heads/main
/
core
/
clang
/
config.mk
e4b8f48
Migrate to the new clang lib dir
by Yi Kong
· 2 years, 1 month ago
f264690
Remove support for building Windows modules in Make
by Dan Willemsen
· 6 years ago
0e53d88
Add prebuilt ELF binaries checker
by Logan Chien
· 6 years ago
f41d24a
Merge changes I52805f5d,Ifb16ed87
by Yi Kong
· 6 years ago
65e4560
Always get target llvm rtlib from Linux toolchain directory
by Yi Kong
· 6 years ago
8d3c6cda
LLVM_RTLIB_PATH should not hard code linux
by Yi Kong
· 6 years ago
95fd9d1
Move libgcc to libcrt.builtins
by Yi Kong
· 6 years ago
b93d898
Remove obsolete (CLANG|LLVM)_TBLGEN
by Dan Willemsen
· 6 years ago
e303480
Remove LOCAL_CLANG := false support
by Dan Willemsen
· 7 years ago
800604d
Merge "clang: Allow LOCAL_CLANG exception for device/google/contexthub project"
by Dmitry Shmidt
· 8 years ago
795bed9
clang: Allow LOCAL_CLANG exception for device/google/contexthub project
by Dmitry Shmidt
· 8 years ago
fa8d823
Add partner vendor projects to clang exception list
by Ed Tam
· 8 years ago
b62ae56
Merge "Add RenderScript Toolchain information to Soong." am: 9b49502b95 am: 14316678df am: 9e3ad408bc
by Jayant Chowdhary
· 8 years ago
8c3c9b5
Add RenderScript Toolchain information to Soong.
by Jayant Chowdhary
· 8 years ago
8663206
Merge "Remove variables exported by Soong" am: f61205d5c7 am: da8f49522d am: 4f1d1d0a1e
by Dan Willemsen
· 8 years ago
56c6a9d
Remove variables exported by Soong
by Dan Willemsen
· 8 years ago
935357e
Merge "RenderScript-specific build updates for LLVM rebase" am: 9e73fb6332 am: 97f259ec41 am: 9570b53f9c
by Pirama Arumuga Nainar
· 8 years ago
08df240
RenderScript-specific build updates for LLVM rebase
by Pirama Arumuga Nainar
· 9 years ago
2ca2893
Merge "Remove valgrind from the exception list." am: 461a15d0d9 am: c9f8b3faeb
by Chih-hung Hsieh
· 8 years ago
461a15d
Merge "Remove valgrind from the exception list."
by Chih-hung Hsieh
· 8 years ago
e286402
Merge "Remove variables exported by Soong" am: 4e5df99720 am: 662c90bc11
by Dan Willemsen
· 8 years ago
db3bfce
Remove variables exported by Soong
by Dan Willemsen
· 8 years ago
2ce51fc
Remove valgrind from the exception list.
by Chih-Hung Hsieh
· 8 years ago
5754685
Merge "Remove HOST_PREFER_32_BIT" am: 182ff5e2e7 am: a128976547 am: 0ab4eb9734
by Colin Cross
· 9 years ago
70e0ac6
Remove HOST_PREFER_32_BIT
by Colin Cross
· 9 years ago
18e3c94
Merge "Make it an error when LOCAL_CLANG is false." am: 9204b776bb am: f329021c0f am: aefdd322de
by Chih-hung Hsieh
· 9 years ago
2ee4c1a
Make it an error when LOCAL_CLANG is false.
by Chih-Hung Hsieh
· 9 years ago
3d723c3
Add projects not compiling with clang.
by Chih-Hung Hsieh
· 9 years ago
3ea1e51
Allow late binding of LOCAL_CLANG_EXCEPTION_PROJECTS.
by Chih-Hung Hsieh
· 9 years ago
82c78c5
Allow some bionic tests to compile with gcc.
by Chih-Hung Hsieh
· 9 years ago
d9cd1fa
Issue warning on projects with LOCAL_CLANG set to false.
by Chih-Hung Hsieh
· 9 years ago
6e22c75
Drop CLANG and CLANG_CXX in the environment
by Dan Willemsen
· 9 years ago
056609c
Remove unnecessary variables
by Dan Willemsen
· 9 years ago
02268f0
Move to a single clang unknown flags list
by Dan Willemsen
· 9 years ago
30b57cd
Merge "Remove make variables exported from Soong"
by Dan Willemsen
· 9 years ago
7701eaa
Remove redundant clang cppflags
by Dan Willemsen
· 9 years ago
4863daf
Remove make variables exported from Soong
by Dan Willemsen
· 9 years ago
348b81a
Update RS to use latest Clang-2812033 prebuilts as well.
by Stephen Hines
· 9 years ago
460171a
Add tidy.mk to set up global default checks.
by Chih-Hung Hsieh
· 9 years ago
6721b1d
Merge changes from topic 'rebase_r256229'
by Pirama Arumuga Nainar
· 9 years ago
41f4b24
Update RenderScript build rules for rebase to LLVM r256229
by Pirama Arumuga Nainar
· 9 years ago
ad741e6
Link in ASAN library if my_global_santitize is set.
by Chih-Hung Hsieh
· 9 years ago
eb295fc
clang now supports -fdebug-prefix-map=.
by Elliott Hughes
· 9 years ago
765c1ea
Use newest clang static analyzers.
by Chih-Hung Hsieh
· 9 years ago
9ecbf83
Add 64-bit windows cross-compiles
by Dan Willemsen
· 9 years ago
cdb52b5
Fix LLVM_RTLIB_PATH for new prebuilts.
by Stephen Hines
· 9 years ago
6ef329e
Switch to clang-2577113.
by Stephen Hines
· 9 years ago
41fed8c
Merge "Don't force color diagnostics outside of ninja"
by Colin Cross
· 9 years ago
49b6953
Add an RS_CLANG variable as well for RenderScript.
by Stephen Hines
· 9 years ago
96d2a8c
Add clang rules for RS_LLVM_* tools.
by Stephen Hines
· 9 years ago
dbd4384
Don't force color diagnostics outside of ninja
by Colin Cross
· 9 years ago
2d6d5c6
Really allow overriding the LLVM prebuilts path.
by Dan Albert
· 9 years ago
8b1d177
Allow overriding the LLVM prebuilts path.
by Dan Albert
· 9 years ago
e8119e9
Switch from clang 3.6 to new clang repository (with 3.8).
by Stephen Hines
· 9 years ago
f7dbab1
Revert "Switch from clang 3.6 to new clang repository (with 3.8)."
by Stephen Hines
· 9 years ago
f5782d6
Merge "Switch from clang 3.6 to new clang repository (with 3.8)."
by Stephen Hines
· 9 years ago
6a66a88
Stop encoding absolute paths in symbols
by Dan Willemsen
· 9 years ago
1332828
Switch from clang 3.6 to new clang repository (with 3.8).
by Stephen Hines
· 9 years ago
ba9bc4d
am 0d97557d: Merge "Enable color output from gcc and clang"
by Colin Cross
· 9 years ago
63e3b02
Enable color output from gcc and clang
by Colin Cross
· 9 years ago
d9f9836
am 3ee9daac: Merge "Remove WITHOUT_(HOST|TARGET)_CLANG."
by Dan Albert
· 9 years ago
32f7ff1
Remove WITHOUT_(HOST|TARGET)_CLANG.
by Dan Albert
· 9 years ago
c98d9a9
am f1c09d7f: Merge "Add HOST_CROSS_OS"
by Dan Willemsen
· 10 years ago
057aaea
Add HOST_CROSS_OS
by Dan Willemsen
· 10 years ago
f04f391
am 4548e7f4: Merge "Remove AndroidConfig.h."
by Elliott Hughes
· 10 years ago
4314611
Remove AndroidConfig.h.
by Elliott Hughes
· 10 years ago
c7b8ee0
am 66c8e8c7: Don\'t prepend CC_WRAPPER to CLANG.
by Ying Wang
· 10 years ago
3e3d7b5
Don't prepend CC_WRAPPER to CLANG.
by Ying Wang
· 10 years ago
66c8e8c
Don't prepend CC_WRAPPER to CLANG.
by Ying Wang
· 10 years ago
6f3527f
am cf66a791: am 4fbb83dd: Merge "Add support for `LOCAL_SANITIZE := integer`."
by Dan Albert
· 10 years ago
abf4bc9
Add support for `LOCAL_SANITIZE := integer`.
by Dan Albert
· 10 years ago
6708b6c
Fix AddressSanitizer link order and multilib setup.
by Evgenii Stepanov
· 10 years ago
d88ebe7
am 0ba68baf: Upgrade x86 gcc to 4.9 and disable devirtualization.
by Chih-Hung Hsieh
· 10 years ago
0ba68ba
Upgrade x86 gcc to 4.9 and disable devirtualization.
by Chih-Hung Hsieh
· 10 years ago
9003661
Upgrade x86 gcc to 4.9 and disable devirtualization.
by Chih-Hung Hsieh
· 10 years ago
68f8620
am 59b0dad7: am 55f3c4c2: Merge "Fix AddressSanitizer link order and multilib setup."
by Evgenii Stepanov
· 10 years ago
f0b15e1
Fix AddressSanitizer link order and multilib setup.
by Evgenii Stepanov
· 10 years ago
c2bc254
am 07607526: am 63082eab: am b6874440: Merge "Add support for a partial ubsan build."
by Dan Albert
· 10 years ago
b5b2ffe
Add support for a partial ubsan build.
by Dan Albert
· 10 years ago
97952ce
am 3bc25d69: am 683a387e: am 4ed95088: Merge "Add support for ubsan."
by Dan Albert
· 10 years ago
4ed9508
Merge "Add support for ubsan."
by Dan Albert
· 10 years ago
30314ea
am 1a2fd2eb: am 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning."
by Pirama Arumuga Nainar
· 10 years ago
b992bfc
Use -Wno-format-pedantic to disable overly aggressive format string warning.
by Stephen Hines
· 10 years ago
08cca28
Add support for ubsan.
by Dan Albert
· 10 years ago
3101e61
resolved conflicts for merge of e04e91b1 to master
by Elliott Hughes
· 10 years ago
9205bc1
Filter out gcc flags that are not recognized by clang.
by Chih-Hung Hsieh
· 10 years ago
57d7130
am 8f7338d9: am dc8d7092: am 0064c51e: Merge "Use prebuilt libclang_rt.profile."
by Dan Albert
· 10 years ago
343ed67
Use prebuilt libclang_rt.profile.
by Dan Albert
· 10 years ago
55ae50d
am 95212b90: am 31f35975: am 9a98c47c: Merge "Don\'t warn on definition of possibly reserved identifiers."
by Stephen Hines
· 10 years ago
f680021
Don't warn on definition of possibly reserved identifiers.
by Stephen Hines
· 10 years ago
7e44d7f
Filter out gcc only flags.
by Chih-Hung Hsieh
· 10 years ago
78df832
Filter out unsupported flag: -fprefetch-loop-arrays
by Chih-Hung Hsieh
· 10 years ago
b58fb4a
Let clang decide ASan linker flags for the host.
by Dan Albert
· 10 years ago
433f161
Switch to Clang 3.6.
by Stephen Hines
· 10 years ago
1568029
Add more support for GLOBAL_CONLYFLAGS.
by Stephen Hines
· 10 years ago
a69e596
am 478eda53: Merge "FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT."
by Ying Wang
· 10 years ago
e5d4e74
FORCE_BUILD_LLVM_COMPONENTS if HOST_PREFER_32_BIT.
by Ying Wang
· 10 years ago
f1c5dd6
am 35e4ede5: Merge "Use automatic color option with the latest clang."
by Stephen Hines
· 10 years ago
c141b85
Use automatic color option with the latest clang.
by Stephen Hines
· 10 years ago
7f18adc
am 871b8df1: Merge "Add -fcolor-diagnostics to global clang cflags."
by Ying Wang
· 10 years ago
Next »