index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASan] Build ASan on Windows only if MSVC is used
Alexey Samsonov
2013-11-17
1
-1
/
+2
*
CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for...
Alexey Samsonov
2013-11-17
1
-9
/
+17
*
Don't build unsupported compiler-rt pieces on Windows
Alexey Samsonov
2013-11-15
1
-2
/
+2
*
[CMake] Don't build sanitizer runtimes if LLVM_USE_SANITIZER is specified
Alexey Samsonov
2013-09-02
1
-17
/
+21
*
cmake: fix the compiler-rt build with MSVC
Hans Wennborg
2013-08-27
1
-10
/
+12
*
DataFlowSanitizer; compiler-rt changes.
Peter Collingbourne
2013-08-07
1
-0
/
+1
*
Add cmake rules for building LSan common on Mac OS
Alexey Samsonov
2013-06-22
1
-1
/
+1
*
[ASan] create common autogenerated config for running compiler-rt unit tests,...
Alexey Samsonov
2013-06-06
1
-4
/
+10
*
[ASan] lit tests: create common autogenerated config for running compiler-rt ...
Alexey Samsonov
2013-06-06
1
-0
/
+4
*
Effectively revert r182453 - atomic.c may not be compiled if host compiler do...
Alexey Samsonov
2013-05-22
1
-1
/
+2
*
Add atomic.c to CMake build of compiler-rt to match r182420
Alexey Samsonov
2013-05-22
1
-0
/
+1
*
[lsan] CMakeLists and lit test configs for LSan.
Sergey Matveev
2013-05-20
1
-0
/
+1
*
Add basic support for building profile compiler-rt library in CMake build on ...
Alexey Samsonov
2013-03-25
1
-2
/
+1
*
Support CMake build of profile runtime library on Linux
Alexey Samsonov
2013-03-19
1
-2
/
+2
*
[msan] MSanDR: initial commit.
Evgeniy Stepanov
2013-02-22
1
-0
/
+1
*
CMake: Add add_compiler_rt_static_runtime function and use it to build generi...
Alexey Samsonov
2013-01-20
1
-34
/
+33
*
Fix a typo from r172289
Alexey Samsonov
2013-01-18
1
-1
/
+1
*
CMake: Generalize build rules for different arches for sanitizer_common, asan...
Alexey Samsonov
2013-01-18
1
-2
/
+4
*
CMake variables renaming: X86_64->x86_64 I386->i386
Alexey Samsonov
2013-01-18
1
-4
/
+4
*
[msan] MemorySanitizer runtime.
Evgeniy Stepanov
2012-12-11
1
-1
/
+2
*
UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...
Alexey Samsonov
2012-11-16
1
-2
/
+1
*
Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.
Richard Smith
2012-10-09
1
-0
/
+2
*
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...
Alexey Samsonov
2012-09-24
1
-1
/
+1
*
[ASan] Include ASan into CMake build only on Linux, Mac and Windows
Alexey Samsonov
2012-09-19
1
-3
/
+7
*
[TSan] Add tsan to cmake build of compiler-rt only on Linux
Alexey Samsonov
2012-09-19
1
-1
/
+4
*
[TSan] Add initial support for buidling ThreadSanitizer runtime library with ...
Alexey Samsonov
2012-09-13
1
-1
/
+1
*
[compiler-rt] Install support for CMake build of compiler-rt
Alexey Samsonov
2012-09-11
1
-26
/
+2
*
Add add_clang_runtime_shared_library() CMake function and use it to put the s...
Alexander Potapenko
2012-08-24
1
-0
/
+4
*
[ASan] fix CMake build: make sure that all ASan runtimes are built at correct...
Alexey Samsonov
2012-08-22
1
-2
/
+2
*
[ASan] CMake support for building ASan runtime as a universal binary on Mac
Alexey Samsonov
2012-08-10
1
-3
/
+3
*
cmake for compiler-rt: add a function to set output dirs for compiler runtime...
Alexey Samsonov
2012-07-25
1
-0
/
+22
*
Another big step toward a viable CMake build system for CompilerRT,
Chandler Carruth
2012-06-25
1
-2
/
+4
*
Reorder these things for clarity, and add -std=c99 to the compile flags.
Chandler Carruth
2012-06-22
1
-9
/
+9
*
Resuming work on the compiler-rt CMake build at long long last. In order
Chandler Carruth
2012-06-20
1
-11
/
+156
*
Initial, very rough cut at a new CMake build system for compiler-rt.
Chandler Carruth
2012-04-04
1
-0
/
+28
*
Remove the old, and non-functional CMake build system from CompilerRT.
Chandler Carruth
2012-04-04
1
-81
/
+0
*
Update CMake build system with target arch source file lists.
Edward O'Callaghan
2009-10-29
1
-35
/
+50
*
Update cmake files for arm support hooks.
Edward O'Callaghan
2009-09-14
1
-0
/
+1
*
Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...
Edward O'Callaghan
2009-08-09
1
-3
/
+31
*
Start porting compiler-rt testsuit to Solaris with new build system. Fix some...
Edward O'Callaghan
2009-08-05
1
-0
/
+1
*
Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...
Edward O'Callaghan
2009-08-03
1
-0
/
+4
*
A few CMake formating fixes for compiler-rt.
Edward O'Callaghan
2009-08-03
1
-0
/
+3
*
Initial import of CMake type build system. Just like the rest of llvm..
Edward O'Callaghan
2009-08-03
1
-0
/
+29