summaryrefslogtreecommitdiffstats
path: root/core/llvm_config.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix x86_64 buildPavel Chupin2014-01-101-2/+2
* Allow clang to build host binaries.Logan Chien2014-01-071-106/+168
* Cleanup x86 and x86_64 flagsPavel Chupin2013-10-151-0/+1
* Duplicate i686 target arch options for x86_64.Stephen Hines2013-10-021-0/+17
* Switch x86 default compiler to multilib versionPavel Chupin2013-08-261-2/+2
* Prepare upcoming GCC 4.8 release.Ben Cheng2013-08-131-1/+3
* am fa29872a: Merge "[MIPS] Disabled madd support for Ingenic Xburst CPUs."Ying Wang2013-05-211-1/+2
|\
| * [MIPS] Disabled madd support for Ingenic Xburst CPUs.Pete Delaney2013-05-201-1/+2
* | We need to use the ARM EABI to pass vector registers properly (i.e. float2).Stephen Hines2013-03-121-1/+1
* | Mips needs to be marked little-endian explicitly.Stephen Hines2013-03-081-1/+1
* | Add support for multiple architectures with RS compat lib.Tim Murray2013-03-061-0/+3
* | am 7ce7473f: am 5e12e60b: Merge "For the current MIPS compiler __builtin___cl...Ying Wang2013-02-151-1/+2
|\ \ | |/
| * For the current MIPS compiler __builtin___clear_cache() generates synci instr...Raghu Gandham2013-02-071-1/+2
* | Fix libcompiler-rt. Use the official name libcompiler_rt.Shih-wei Liao2013-02-071-1/+1
* | Fix depreciated -faddress-sanitizer. Use '-fsanitize=address' instead.Shih-wei Liao2013-01-271-1/+1
* | Update build for LLVM merge to r171906.Stephen Hines2013-01-211-1/+0
* | Use -mcpu=cortex-a15 for gcc arch dependent compilation.Ben Cheng2013-01-141-0/+3
* | am 9dd65d33: am 0b82ffeb: am f6e6bf7e: add mip32 stuffs to clang\'s unknown f...Keun young Park2012-10-051-1/+4
|\ \ | |/
| * add mip32 stuffs to clang's unknown flag listKeun young Park2012-10-051-1/+4
* | Split out ASFLAGS from CFLAGS in Clang config.Evgeniy Stepanov2012-08-281-6/+8
* | am 5b2fb5e6: am 10c2ef5c: Merge "change target to androideabi" into jb-mr1-devKeun young Park2012-08-211-2/+2
|\ \ | |/
| * change target to androideabiKeun young Park2012-08-211-2/+2
* | am 28066de6: am 397d2edb: Merge "add CLANG configurations for MIPS" into jb-m...Keun young Park2012-08-201-3/+19
|\ \ | |/
| * add CLANG configurations for MIPSKeun young Park2012-08-161-3/+19
* | Don't pass LOCAL_CFLAGS when compiling assembly code.Ying Wang2012-08-101-0/+2
|/
* Fix build: After merging in Clang, -Wno-psabi is no longer supported.Shih-wei Liao2012-08-031-0/+5
* EXPERIMENTAL: Add libcompiler-rt-extras.a to device builds.Stephen Hines2012-06-121-0/+6
* resolved conflicts for merge of 62855a83 to jb-dev-plus-aospJean-Baptiste Queru2012-05-161-4/+4
* Add LLVM_AS to tools.Stephen Hines2012-05-081-0/+1
* More Clang tweaks to the build system.Evgeniy Stepanov2012-04-101-1/+7
* Add support for building with AddressSanitizer.Evgeniy Stepanov2012-04-031-0/+5
* Include Clang headers from ".../include" directory.Evgeniy Stepanov2012-04-031-1/+1
* Skip host system directories in Clang include path.Evgeniy Stepanov2012-03-261-0/+2
* Make sure compiler flags also pick up correct toolchain.Stephen Hines2012-03-221-1/+3
* Add LOCAL_CLANG variable to switch C/C++ build environment to Clang.Evgeniy Stepanov2012-03-221-11/+35
* Define a basic llvm-link + clang environmentyroussel2012-03-201-0/+33