summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Reland "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-0/+4
* Revert "[compiler-rt] Simple crtbegin.o and crtend.o implementation"Petr Hosek2019-04-301-4/+0
* [compiler-rt] Simple crtbegin.o and crtend.o implementationPetr Hosek2019-04-301-0/+4
* [scudo] Initial standalone skeleton check-inKostya Kortchinsky2019-02-041-0/+3
* [cmake] Add a separate CMake var to control profile runtimeMichal Gorny2017-10-021-1/+1
* [cmake] Make it possible to build and test profile without sanitizersVedant Kumar2017-09-181-0/+2
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+4
* Don't build tsan/dd when COMPILER_RT_HAS_TSAN is falseFrancis Ricci2017-06-271-3/+3
* Loop directly over sanitizers to build in cmakeFrancis Ricci2017-06-271-19/+6
* Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci2017-06-271-1/+0
* Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci2017-06-271-0/+1
* Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci2017-06-271-1/+0
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-4/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+4
* build: allow building a specific set of sanitizersSaleem Abdulrasool2016-08-191-40/+31
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-211-1/+13
* Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg2016-07-201-4/+0
* [xray] Only build xray on Linux for nowReid Kleckner2016-07-201-3/+3
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-201-0/+4
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+4
* [esan] EfficiencySanitizer base runtime libraryDerek Bruening2016-04-211-0/+4
* Introduce stats and stats_client libraries.Peter Collingbourne2016-01-161-0/+1
* Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov2015-12-151-2/+4
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-101-5/+36
* [CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman2015-12-091-36/+5
* [CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov2015-09-291-1/+2
* [CMake] Add options to control building sanitizers and builtins.Chris Bieneman2015-09-141-36/+40
* CFI: Add a default blacklist.Peter Collingbourne2015-07-151-0/+1
* Re-apply r241217 with build fixes:Peter Collingbourne2015-07-021-1/+4
* Protection against stack-based memory corruption errors using SafeStack: comp...Peter Collingbourne2015-06-151-0/+3
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-4/+1
* [LSan] Don't explicitly exclude LSan from Windows build - it should just prod...Alexey Samsonov2015-03-251-4/+1
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+0
* Fix build on some architectures caused by r215247.Alexey Samsonov2014-08-111-1/+1
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-081-31/+35
* Enable building of sanitizers on FreeBSDViktor Kutuzov2014-04-091-4/+4
* tsan: replace deadlock detector custom build script with cmake fileDmitry Vyukov2014-03-031-0/+1
* Revert r201783 until all FreeBSD fixes are submitted.Alexey Samsonov2014-02-261-4/+2
* [FreeBSD] Enable building a few runtime libraries on FreeBSD.Alexey Samsonov2014-02-201-2/+4
* [CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov2014-02-191-1/+1
* [CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov2014-02-181-0/+2
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-141-10/+0
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-234/+1
* Sorting ARM Sources alphabeticallyRenato Golin2014-01-311-39/+38
* Enable compilation of RT on ARMRenato Golin2014-01-311-1/+65
* [ASan] Build ASan on Windows only if MSVC is usedAlexey Samsonov2013-11-171-1/+2
* CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...Alexey Samsonov2013-11-171-9/+17
* Don't build unsupported compiler-rt pieces on WindowsAlexey Samsonov2013-11-151-2/+2
* [CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specifiedAlexey Samsonov2013-09-021-17/+21
* cmake: fix the compiler-rt build with MSVCHans Wennborg2013-08-271-10/+12