summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2015-11-03[tsan] CMake support for TSan on OS XKuba Brecka
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-09[CMake] Adding support for generating libclang_rt.eprintf.aChris Bieneman
2015-10-09[CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_ke...Chris Bieneman
2015-10-09[CMake] [darwin] [builitins] Don't build x86_64h into the 10.4 builtins libraryChris Bieneman
2015-10-09[CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 buil...Chris Bieneman
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov
2015-10-06[builtins] Enable building of the builtins library for MIPS targets.Vasileios Kalintiris
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-04[CMake] [darwin] Removing a line of debug code that I accidentally committed.Chris Bieneman
2015-10-02[CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libsChris Bieneman
2015-10-02[CMake] Workaround for the lipo output directory not being created.Chris Bieneman
2015-10-01[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so...Chris Bieneman
2015-10-01[CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 b...Chris Bieneman
2015-10-01[CMake] Only build the simulator builtins if you're also building the device ...Chris Bieneman
2015-10-01[CMake] Only add an OS to the supported OS lists if there are supported archi...Chris Bieneman
2015-09-30[CMake] [Darwin] Add and populate PROFILE_SUPPORTED_OS to enable building lib...Chris Bieneman
2015-09-30[CMake] [Darwin] [macho_embedded] Specify the version min explicitly.Chris Bieneman
2015-09-30[CMake] [Darwin] [builtins] Add support for building libclang_rt.10.4.aChris Bieneman
2015-09-30[CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setti...Chris Bieneman
2015-09-29[CMake] [macho_embedded] We need to set some extra flags when building the ma...Chris Bieneman
2015-09-29[CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman
2015-09-28[CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin l...Chris Bieneman
2015-09-28[CMake] Accidentally committed code that was using a variable only populated ...Chris Bieneman
2015-09-28[CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platfo...Chris Bieneman
2015-09-28[CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist an...Chris Bieneman
2015-09-26build: separate flagsSaleem Abdulrasool
2015-09-26build: create two versions of ARM builtinsSaleem Abdulrasool
2015-09-25[CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an optio...Chris Bieneman
2015-09-25[CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC.Chris Bieneman
2015-09-25[CMake] [darwin] [builtins] Should install the lipo'd builtin libraries.Chris Bieneman
2015-09-25[CMake] [darwin] [builtins] Should be reading the OS variable that is passed ...Chris Bieneman
2015-09-24[CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtin...Chris Bieneman
2015-09-24[CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to...Chris Bieneman
2015-09-24[CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into...Chris Bieneman
2015-09-24[CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when build...Chris Bieneman
2015-09-24[CMake] pass -Wno-pedantic to cc_kext builtins buildChris Bieneman
2015-09-24Be consistent in the way we define 32/64-bit arches in ALL_*_SUPPORTED_ARCH ...Vasileios Kalintiris
2015-09-23[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_d...Chris Bieneman
2015-09-23[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_d...Chris Bieneman
2015-09-16[CMake] Make the sample program in darwin_test_archs have a symbol it needs t...Chris Bieneman
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-09-08[CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more appropriate COMPILER_RT...Alexey Samsonov
2015-08-31[CMake] Enable building builtins for iOS and iOS simulator.Chris Bieneman
2015-08-31[CMake] Fix building builtins on Linux and Darwin.Chris Bieneman
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-27[CMake] Add PARENT_TARGET option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman