summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* LLVM's GoogleTest copy has moved its source code back to the defaultChandler Carruth2013-11-151-1/+2
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-071-18/+20
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-251-0/+10
* Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov2013-10-012-0/+4
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-161-3/+9
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-291-2/+20
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-281-1/+2
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-272-10/+24
* [ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov2013-05-211-0/+10
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-231-2/+10
* [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov2013-02-081-0/+11
* CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...Alexey Samsonov2013-01-281-3/+1
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-281-3/+1
* AddCompilerRT.cmake: Try to unbreak since r173617.NAKAMURA Takumi2013-01-271-1/+1
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-211-3/+41
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-201-0/+14
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-201-0/+26
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-182-0/+35
* MemorySanitizer unit tests.Evgeniy Stepanov2012-12-251-0/+14
* [Sanitizer] Don't implicitly add object files to the list of dependencies whe...Alexey Samsonov2012-12-211-1/+1
* [*san] Create unittests output directory, if it does not exist.Evgeniy Stepanov2012-12-201-0/+1
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-192-0/+46
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-045-86/+0
* Sink {config.h,ConfigureChecks}.cmake into cmake directory.Daniel Dunbar2010-01-132-0/+50
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-271-1/+2
* CMake should only pass GCC options to GCC.Edward O'Callaghan2009-09-231-2/+4
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-091-1/+1
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-081-1/+1
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-052-0/+15
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-031-0/+18