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
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizers Win] Move duplicate Windows-specific compiler flags to a common C...
Timur Iskhodzhanov
2014-05-30
1
-0
/
+12
*
[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...
Timur Iskhodzhanov
2014-05-28
2
-4
/
+15
*
[Sanitizer tests] Don't need to use -lstdc++ thanks to --driver-mode=g++
Timur Iskhodzhanov
2014-05-19
1
-1
/
+0
*
Exclude MSVC to try to unbreak their builds. We have a bad skew between
Chandler Carruth
2014-05-15
1
-2
/
+10
*
Teach the compiler-rt custom compilation and linking CMake rules used
Chandler Carruth
2014-05-15
1
-1
/
+3
*
[Sanitizer/ASan tests] Automatically detect the presence of libstdc++
Timur Iskhodzhanov
2014-05-13
1
-0
/
+1
*
[ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txt
Timur Iskhodzhanov
2014-05-13
1
-0
/
+1
*
[CMake] Log output of configure/build/install steps for instrumented libcxx t...
Alexey Samsonov
2014-05-12
1
-0
/
+3
*
[ASan tests] Use clang-cl to build tests on Windows
Timur Iskhodzhanov
2014-05-12
2
-2
/
+6
*
[CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...
Alexey Samsonov
2014-05-09
1
-0
/
+46
*
[ASan] Optional support for dynamic ASan runtime on Linux.
Alexey Samsonov
2014-04-01
2
-1
/
+6
*
[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
Alexey Samsonov
2014-03-31
1
-11
/
+15
*
[CMake] Rename the variable
Alexey Samsonov
2014-03-24
1
-1
/
+1
*
[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commands
Alexey Samsonov
2014-03-24
1
-1
/
+11
*
fixed check_lint.sh in standalone build
Greg Fitzgerald
2014-03-21
1
-0
/
+1
*
[CMake] Build compiler-rt libraries with -std=c++11
Alexey Samsonov
2014-03-18
1
-0
/
+1
*
[CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.
Alexey Samsonov
2014-03-13
2
-6
/
+10
*
[CMake] Make append_if semantics similar to those used in LLVM
Alexey Samsonov
2014-03-13
1
-5
/
+8
*
[CMake] Build compiler-rt libraries with -Wall
Alexey Samsonov
2014-03-06
1
-0
/
+1
*
[CMake] Test for libdl and libpthread presence
Alexey Samsonov
2014-03-04
1
-0
/
+5
*
[CMake] Port add_sanitizer_rt_symbols to CMake 3.0
Alexey Samsonov
2014-03-04
1
-7
/
+10
*
[CMake] Fix add_sanitizer_rt_symbols on multi-config CMake generators.
Alexey Samsonov
2014-03-04
1
-1
/
+14
*
[asan] Install asan_device_setup to bin/ when targetting Android.
Evgeniy Stepanov
2014-02-27
1
-0
/
+13
*
[CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary work
Alexey Samsonov
2014-02-27
1
-2
/
+4
*
Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmake
Alexey Samsonov
2014-02-27
1
-0
/
+4
*
Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
Reid Kleckner
2014-02-26
1
-3
/
+0
*
Emulate C99/C++11 __func__ for Visual C++.
Joerg Sonnenberger
2014-02-26
1
-0
/
+3
*
[CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt l...
Alexey Samsonov
2014-02-24
2
-0
/
+8
*
[CMake] Use host compiler to build unittests in standalone mode
Alexey Samsonov
2014-02-19
3
-10
/
+22
*
[CMake] Rudimentary support for standalone CompilerRT build system.
Alexey Samsonov
2014-02-19
1
-1
/
+1
*
[CMake] Rename several variables
Alexey Samsonov
2014-02-18
1
-2
/
+2
*
[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...
Alexey Samsonov
2014-02-18
2
-4
/
+0
*
[CMake] Check for -fPIE and -ffreestanding flags for consistency
Alexey Samsonov
2014-02-18
1
-0
/
+2
*
[CMake] Simplify setting compile flag disabling RTTI
Alexey Samsonov
2014-02-18
2
-0
/
+13
*
[CMake] Simplify code for detecting/setting compiler flags
Alexey Samsonov
2014-02-18
1
-0
/
+30
*
LLVM's GoogleTest copy has moved its source code back to the default
Chandler Carruth
2013-11-15
1
-1
/
+2
*
[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
Alexander Potapenko
2013-11-07
1
-18
/
+20
*
Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.
Peter Collingbourne
2013-10-25
1
-0
/
+10
*
Add top-level CMake 'compiler-rt' target to build all compiler-rt libraries
Alexey Samsonov
2013-10-01
2
-0
/
+4
*
[ASan] Split ASan unit tests into two different binaries:
Alexey Samsonov
2013-09-16
1
-3
/
+9
*
[sanitizer] Refine CMake rules for generating exported symbols and lint checking
Alexey Samsonov
2013-08-29
1
-2
/
+20
*
sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.
Will Dietz
2013-08-28
1
-1
/
+2
*
Properly generate lists of exported symbols for sanitizer runtimes
Alexey Samsonov
2013-08-27
2
-10
/
+24
*
[ASan] create default (empty) ASan blacklist file in resource directory
Alexey Samsonov
2013-05-21
1
-0
/
+10
*
Build and install .syms files alongside sanitizer runtimes. These are used to
Richard Smith
2013-03-23
1
-2
/
+10
*
[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...
Alexey Samsonov
2013-02-08
1
-0
/
+11
*
CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...
Alexey Samsonov
2013-01-28
1
-3
/
+1
*
[CMake] Fix compiler-rt tests after r173617
Alexey Samsonov
2013-01-28
1
-3
/
+1
*
AddCompilerRT.cmake: Try to unbreak since r173617.
NAKAMURA Takumi
2013-01-27
1
-1
/
+1
*
CMake: add functions creating universal runtime libraries for several archite...
Alexey Samsonov
2013-01-21
1
-3
/
+41
[next]