summaryrefslogtreecommitdiffstats
path: root/compiler-rt/cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert r276256 - Attempt to fix clang-cmake-mips after r268977.Daniel Sanders2016-07-211-6/+0
* Attempt to fix clang-cmake-mips after r268977.Daniel Sanders2016-07-211-0/+6
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-211-0/+11
* Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg2016-07-201-12/+0
* [compiler-rt] Don't require c++ headers when configuring compiler-rt buildsFrancis Ricci2016-07-201-2/+2
* [compiler-rt] Fix target architecture matchingFrancis Ricci2016-07-201-1/+1
* [xray] Only build xray on Linux for nowReid Kleckner2016-07-201-0/+7
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-201-0/+5
* [Compiler-rt][MIPS] Fix simple test failure when using gccMohit K. Bhakkad2016-07-181-2/+2
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-112-24/+35
* [CMake] In r273957, I deleted a line that shouldn't have been removed.Chris Bieneman2016-06-281-0/+1
* [CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmakeChris Bieneman2016-06-271-5/+0
* Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...Chris Bieneman2016-06-271-13/+0
* Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni2016-06-271-0/+13
* [CMake] Converting darwin_test_archs simple source to CChris Bieneman2016-06-221-3/+3
* [compiler-rt] Split cflags and link flags to avoid warningsEtienne Bergeron2016-06-212-1/+3
* trimming whitespacesEtienne Bergeron2016-06-211-5/+5
* Revert "Revert "[MSan] Enable on PowerPC64.""Marcin Koscielnicki2016-06-211-1/+1
* Turn off -Wunused-parameter when building compiler-rt with clang on Windows, ...Reid Kleckner2016-06-171-0/+1
* Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner2016-06-171-0/+1
* Fix some warnings in the MSVC buildReid Kleckner2016-06-172-3/+7
* [CMake] Cleanup CMake version checkingChris Bieneman2016-06-091-15/+1
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+14
* [CMake] Support constructing output paths from LLVM variablesChris Bieneman2016-06-031-1/+7
* [CMake] detect_target_arch needs to be moved to UtilsChris Bieneman2016-06-032-34/+34
* This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron2016-05-271-4/+2
* [sanitizer] Fix a typo in config-ix.cmake causing all Darwin embedded platfor...Kuba Brecka2016-05-261-1/+1
* [compiler-rt] Fix multi-configuration output pathsEtienne Bergeron2016-05-161-7/+28
* Revert "[MSan] Enable on PowerPC64."Marcin Koscielnicki2016-05-141-1/+1
* [MSan] Enable on PowerPC64.Marcin Koscielnicki2016-05-141-1/+1
* [CMake] Cache check results and avoid duplicate checksChris Bieneman2016-05-112-8/+9
* [CMake] Support platform building builtins without a full toolchainChris Bieneman2016-05-093-131/+332
* [CMake] NFC. Add support for testing the compiler without testing the linkerChris Bieneman2016-05-033-13/+81
* [CMake] Adding another missing include. NFC.Chris Bieneman2016-04-281-0/+2
* [CMake] Updating Apple CMake cache fileChris Bieneman2016-04-281-3/+6
* [CMake] Adding some missing CMake includes. NFC.Chris Bieneman2016-04-281-0/+3
* [Compiler-rt][CFI] Enabling CFI for MIPS64Mohit K. Bhakkad2016-04-271-1/+1
* [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App St...Chris Bieneman2016-04-262-2/+6
* [esan] EfficiencySanitizer base runtime libraryDerek Bruening2016-04-211-0/+12
* [sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki2016-04-151-2/+8
* Use `CMAKE_HOST_UNIX` to check the host.Sean Silva2016-04-061-1/+1
* [CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman2016-03-311-1/+5
* [cmake] Get the MSVC version by running cl rather than relying on MSVC_VERSIONReid Kleckner2016-03-301-7/+23
* Move -fms-compatibility-version=19 into target cflagsReid Kleckner2016-03-221-2/+7
* [tsan] Build TSan dylibs for iOS-style simulatorsDevin Coughlin2016-03-201-0/+1
* [CMake] Remove bash-ism in SanitizerLintCheckAlexey Samsonov2016-03-171-1/+1
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-052-3/+9
* [Compiler-rt][safestack] Enable for MIPSMohit K. Bhakkad2016-03-041-1/+1
* [CMake] Fix a typo in add_compiler_rt_library.Alexey Samsonov2016-02-261-1/+1
* [CMake] Support component-based installation for runtime librariesChris Bieneman2016-02-231-2/+38
OpenPOWER on IntegriCloud