summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAge
* [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko2013-11-07
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-25
* Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov2013-10-01
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-16
* [sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov2013-08-29
* sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz2013-08-28
* Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov2013-08-27
* [ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov2013-05-21
* Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith2013-03-23
* [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov2013-02-08
* CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...Alexey Samsonov2013-01-28
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-28
* AddCompilerRT.cmake: Try to unbreak since r173617.NAKAMURA Takumi2013-01-27
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-21
* CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov2013-01-20
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-20
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-18
* MemorySanitizer unit tests.Evgeniy Stepanov2012-12-25
* [Sanitizer] Don't implicitly add object files to the list of dependencies whe...Alexey Samsonov2012-12-21
* [*san] Create unittests output directory, if it does not exist.Evgeniy Stepanov2012-12-20
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-19
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-04
* Sink {config.h,ConfigureChecks}.cmake into cmake directory.Daniel Dunbar2010-01-13
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-27
* CMake should only pass GCC options to GCC.Edward O'Callaghan2009-09-23
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-09
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-08
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-05
* Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan2009-08-03