summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-11/+13
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-13/+11
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-11/+13
* Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci2016-08-161-13/+11
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci2016-08-161-11/+13
* [compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY to ONDean Michael Berris2016-08-081-3/+1
* Revert "[CMake] Pass -nostdlib if supported"Jonas Hahnfeld2016-08-021-2/+0
* [CMake] Pass -nostdlib if supportedJonas Hahnfeld2016-08-021-0/+2
* [CMake] Load LLVMConfig for standalone build of builtinsJonas Hahnfeld2016-08-021-49/+3
* [winasan] Try to fix LNK4099 warnings seen by usersReid Kleckner2016-08-021-2/+8
* Revert "Default COMPILER_RT_BUILD_XRAY=ON"Dean Michael Berris2016-07-271-1/+3
* Default COMPILER_RT_BUILD_XRAY=ONDean Michael Berris2016-07-271-3/+1
* Disable thread safe statics in clang-cl, they call the CRTReid Kleckner2016-07-211-1/+1
* Default XRay building to OFF to let build bots that do not support building s...Dean Michael Berris2016-07-211-1/+3
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-211-0/+2
* [xray] Only build xray on Linux for nowReid Kleckner2016-07-201-2/+0
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-201-0/+2
* [CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmakeChris Bieneman2016-06-271-0/+3
* Revert "Parse the triple in base-config-ix to propagate ANDROID variable corr...Chris Bieneman2016-06-271-0/+12
* Parse the triple in base-config-ix to propagate ANDROID variable correctlySumanth Gundapaneni2016-06-271-12/+0
* [CMake] NFC. An unset variable evaluates to false, so this else is unneededChris Bieneman2016-06-211-2/+0
* Turn off -Wunused-parameter when building compiler-rt with clang on Windows, ...Reid Kleckner2016-06-171-0/+3
* Fix some warnings in the MSVC buildReid Kleckner2016-06-171-1/+8
* [CMake] Cleanup CMake version checking for 2.8.12Chris Bieneman2016-06-091-21/+1
* Fix build failure with cmake version bumpXinliang David Li2016-06-021-0/+10
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-10/+1
* [sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEBUG=On buildsKuba Brecka2016-05-221-1/+3
* [CMake] Support platform building builtins without a full toolchainChris Bieneman2016-05-091-66/+8
* [asan] Disable thread-safe static initilization with VS 2015Reid Kleckner2016-03-211-0/+6
* [CMake] Fix a really simple, silly bug from r261797Chris Bieneman2016-02-241-1/+1
* [CMake] Default CMAKE_MACOSX_RPATH to On, this is the default with CMP0042Chris Bieneman2016-02-241-0/+6
* [CMake] Add partial support for MSVC in compiler-rt builtins, by Roman Shirokiy.Andrey Turetskiy2016-02-201-0/+2
* Fix the libdir suffix for LLVM_CMAKE_PATHNiels Ole Salscheider2016-02-041-1/+1
* Fix the search path for CMake filesNiels Ole Salscheider2016-02-041-1/+1
* [compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders2016-02-021-0/+3
* [ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner2016-02-011-0/+2
* [CMake] Support externalizing debug info on DarwinChris Bieneman2015-12-031-0/+2
* [CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman2015-11-301-0/+1
* [CMake] Add options to control building sanitizers and builtins.Chris Bieneman2015-09-141-0/+5
* [CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root tes...Chris Bieneman2015-09-141-1/+1
* [CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov2015-09-081-2/+1
* [CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more appropriate COMPILER_RT...Alexey Samsonov2015-09-081-11/+16
* [CMake] Add experimental support for building compiler-rt for iOSChris Bieneman2015-08-131-60/+0
* NFC. Fixing a red squiggly line in my editor.Chris Bieneman2015-08-111-1/+1
* Revert the rest of r244634, since it breaks the standalone buildReid Kleckner2015-08-111-1/+1
* Revert part of the last cmake change, it broke configuring with libcxx on Lin...Reid Kleckner2015-08-111-1/+1
* [cmake] Handle external source for lld and libcxxReid Kleckner2015-08-111-2/+2
* [cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner2015-08-111-0/+8
* Let cmake infer source file language by the file extension.Douglas Katzman2015-07-281-1/+1
* [CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TES...Alexey Samsonov2015-07-241-0/+7