summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-21[asan] Disable thread-safe static initilization with VS 2015Reid Kleckner
2016-02-24[CMake] Fix a really simple, silly bug from r261797Chris Bieneman
2016-02-24[CMake] Default CMAKE_MACOSX_RPATH to On, this is the default with CMP0042Chris Bieneman
2016-02-20[CMake] Add partial support for MSVC in compiler-rt builtins, by Roman Shirokiy.Andrey Turetskiy
2016-02-04Fix the libdir suffix for LLVM_CMAKE_PATHNiels Ole Salscheider
2016-02-04Fix the search path for CMake filesNiels Ole Salscheider
2016-02-02[compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compilerDaniel Sanders
2016-02-01[ubsan] Stop thinking we can rely on C++ ABI knowledge on WindowsReid Kleckner
2015-12-03[CMake] Support externalizing debug info on DarwinChris Bieneman
2015-11-30[CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman
2015-09-14[CMake] Add options to control building sanitizers and builtins.Chris Bieneman
2015-09-14[CMake] If COMPILER_RT_INCLUDE_TESTS is off we shouldn't include the root tes...Chris Bieneman
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-13[CMake] Add experimental support for building compiler-rt for iOSChris Bieneman
2015-08-11NFC. Fixing a red squiggly line in my editor.Chris Bieneman
2015-08-11Revert the rest of r244634, since it breaks the standalone buildReid Kleckner
2015-08-11Revert part of the last cmake change, it broke configuring with libcxx on Lin...Reid Kleckner
2015-08-11[cmake] Handle external source for lld and libcxxReid Kleckner
2015-08-11[cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner
2015-07-28Let cmake infer source file language by the file extension.Douglas Katzman
2015-07-24[CMake] Workaround for PR24222: don't fail if we can't target COMPILER_RT_TES...Alexey Samsonov
2015-07-17compiler-rt: add support for mingw-w64 in builtinsReid Kleckner
2015-07-16[CMake] Revisit PR23539: allow to override SANITIZER_MIN_OSX_VERSION at confi...Alexey Samsonov
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-25[Sanitizer] Set minimum supported Mac OS X version to 10.9, if it wasn't spec...Alexey Samsonov
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-06-22[CMake] Respect the value of -mmacosx-version-min flag.Alexey Samsonov
2015-06-15Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-05-20Revert some of "Silence some CMake 3.3 dev warnings in compiler-rt"Reid Kleckner
2015-05-20Silence some CMake 3.3 dev warnings in compiler-rtReid Kleckner
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-25On OS X, explicitly use libc++Kuba Brecka
2015-03-24[ASan] Do not link ASan OSX runtime with -lc++abi (which was added in r233036)Alexander Potapenko
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-02-28build: remove the stub linux SDKSaleem Abdulrasool
2015-02-28Fix OS X build failure with Command Line Tools and without full Xcode install...Kuba Brecka
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-29[CMake] Get rid of TARGET_64_BIT_CFLAGS: explicitly list required flags for e...Alexey Samsonov
2015-01-15[sanitizer] Restore -fno-lto accidentally removed in r226169.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-14builtins: avoid duplicating unwind declarationsSaleem Abdulrasool
2015-01-06Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.Alexey Samsonov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-31Avoid building compiler-rt with LTO.Rafael Espindola
2014-12-29[cmake/multilib] Support multilib libdir suffixes by applying theChandler Carruth
2014-12-23Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ONKuba Brecka