summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman2015-11-131-3/+0
* [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embeddedChris Bieneman2015-11-121-1/+2
* [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end ...Chris Bieneman2015-11-111-9/+11
* [tsan] Add TSan unit test support for OS XKuba Brecka2015-11-112-13/+11
* [CMake] [macho_embedded] Only set sys root if the variable is set, this preve...Chris Bieneman2015-11-101-1/+5
* [CMake] Cleaning up flags for Darwin builtinsChris Bieneman2015-11-101-23/+4
* [CMake] Temporary workaround to support building builtins on darwin with a to...Chris Bieneman2015-11-101-3/+18
* Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the...Chris Bieneman2015-11-101-13/+1
* [CMake] Don't pass -fPIC when compiling the darwin builtinsChris Bieneman2015-11-091-1/+1
* [CMake] Fixing a typo in variable name ARG_*->LIB_*Chris Bieneman2015-11-091-1/+1
* [CMake] Removing extra underscore.Chris Bieneman2015-11-091-1/+1
* [CMake] [Darwin] Don't generate lipo commands if we don't have libraries to p...Chris Bieneman2015-11-091-12/+16
* [CMake] [macho_embedded] Check to make sure the compiler supports the archite...Chris Bieneman2015-11-091-1/+13
* [CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins.Chris Bieneman2015-11-061-1/+1
* [tsan] CMake support for TSan on OS XKuba Brecka2015-11-031-0/+8
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-211-1/+1
* [CMake] Adding support for generating libclang_rt.eprintf.aChris Bieneman2015-10-091-0/+19
* [CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_ke...Chris Bieneman2015-10-091-1/+5
* [CMake] [darwin] [builitins] Don't build x86_64h into the 10.4 builtins libraryChris Bieneman2015-10-091-0/+2
* [CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 buil...Chris Bieneman2015-10-091-1/+1
* Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov2015-10-081-1/+1
* [builtins] Enable building of the builtins library for MIPS targets.Vasileios Kalintiris2015-10-061-3/+4
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-051-1/+1
* [CMake] [darwin] Removing a line of debug code that I accidentally committed.Chris Bieneman2015-10-041-1/+0
* [CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libsChris Bieneman2015-10-021-5/+11
* [CMake] Workaround for the lipo output directory not being created.Chris Bieneman2015-10-021-0/+1
* [CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so...Chris Bieneman2015-10-011-1/+2
* [CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 b...Chris Bieneman2015-10-011-1/+5
* [CMake] Only build the simulator builtins if you're also building the device ...Chris Bieneman2015-10-011-1/+1
* [CMake] Only add an OS to the supported OS lists if there are supported archi...Chris Bieneman2015-10-011-6/+13
* [CMake] [Darwin] Add and populate PROFILE_SUPPORTED_OS to enable building lib...Chris Bieneman2015-09-301-2/+3
* [CMake] [Darwin] [macho_embedded] Specify the version min explicitly.Chris Bieneman2015-09-301-0/+1
* [CMake] [Darwin] [builtins] Add support for building libclang_rt.10.4.aChris Bieneman2015-09-301-0/+11
* [CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setti...Chris Bieneman2015-09-302-1/+2
* [CMake] [macho_embedded] We need to set some extra flags when building the ma...Chris Bieneman2015-09-291-1/+6
* [CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman2015-09-291-2/+82
* [CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin l...Chris Bieneman2015-09-281-1/+12
* [CMake] Accidentally committed code that was using a variable only populated ...Chris Bieneman2015-09-281-1/+1
* [CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platfo...Chris Bieneman2015-09-281-20/+30
* [CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist an...Chris Bieneman2015-09-281-3/+15
* build: separate flagsSaleem Abdulrasool2015-09-261-2/+2
* build: create two versions of ARM builtinsSaleem Abdulrasool2015-09-261-2/+3
* [CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an optio...Chris Bieneman2015-09-251-7/+9
* [CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC.Chris Bieneman2015-09-251-8/+11
* [CMake] [darwin] [builtins] Should install the lipo'd builtin libraries.Chris Bieneman2015-09-251-0/+2
* [CMake] [darwin] [builtins] Should be reading the OS variable that is passed ...Chris Bieneman2015-09-251-2/+2
* [CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtin...Chris Bieneman2015-09-241-3/+6
* [CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to...Chris Bieneman2015-09-241-21/+36
* [CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into...Chris Bieneman2015-09-241-15/+22
* [CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when build...Chris Bieneman2015-09-241-2/+14
OpenPOWER on IntegriCloud