summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merging r259493:Daniel Sanders2016-02-031-0/+3
* [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
* compiler-rt: add support for mingw-w64 in builtinsReid Kleckner2015-07-171-1/+1
* [CMake] Revisit PR23539: allow to override SANITIZER_MIN_OSX_VERSION at confi...Alexey Samsonov2015-07-161-10/+12
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-081-9/+5
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-021-0/+3
* [Sanitizer] Set minimum supported Mac OS X version to 10.9, if it wasn't spec...Alexey Samsonov2015-06-251-5/+7
* [CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov2015-06-251-0/+9
* [CMake] Respect the value of -mmacosx-version-min flag.Alexey Samsonov2015-06-221-5/+12
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-151-0/+1
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-2/+2
* Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt"Reid Kleckner2015-05-201-6/+0
* Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner2015-05-201-0/+6
* [sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov2015-04-101-2/+3
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-2/+2
* On OS X, explicitly use libc++Kuba Brecka2015-03-251-1/+3
* [ASan] Do not link ASan OSX runtime with -lc++abi (which was added in r233036)Alexander Potapenko2015-03-241-2/+1
* [UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov2015-03-231-1/+2
* build: remove the stub linux SDKSaleem Abdulrasool2015-02-281-2/+0
* Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka2015-02-281-2/+7
* [compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka2015-01-291-8/+25
* [CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for e...Alexey Samsonov2015-01-291-23/+0
* [sanitizer] Restore -fno-lto accidentally removed in r226169.Evgeniy Stepanov2015-01-151-1/+1
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-1/+1
* builtins: avoid duplicating unwind declarationsSaleem Abdulrasool2015-01-141-0/+3
* Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov2015-01-061-2/+1
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-0/+15
* Avoid building compiler-rt with LTO.Rafael Espindola2014-12-311-0/+1
* [cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth2014-12-291-1/+2
* Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka2014-12-231-1/+1
* [ASan] Always build shared ASan runtime on Linux.Alexey Samsonov2014-12-171-8/+0
* [asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov2014-11-281-2/+0
* [CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov2014-11-131-4/+4
* Build Darwin libclang_rt libraries against real SDKs.Bob Wilson2014-11-101-1/+0
* Disabling some MSVC warnings that are of questionable value. Note, these are ...Aaron Ballman2014-10-231-1/+3
* Change all of the build flags to switch /MD and /MDd into /MT, instead of jus...Aaron Ballman2014-10-231-4/+9
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-16/+16