summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Support CMake build of profile runtime library on LinuxAlexey Samsonov2013-03-19
* [CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov2013-02-08
* [sanitizer] Copy sanitizer headers to the build tree.Evgeniy Stepanov2013-01-29
* CMake: generalize checking for target availability and add initial support fo...Alexey Samsonov2013-01-21
* CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov2013-01-21
* CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov2013-01-20
* CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov2013-01-18
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-18
* CMake: start to generalize rules for non-x86 architecturesAlexey Samsonov2013-01-18
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-18
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-27
* [ASan] Support building both 32- and 64-bit unit tests if we can target both ...Alexey Samsonov2012-12-19
* Significantly change the way we build ASan unittests in CMakeAlexey Samsonov2012-12-19
* [ASan] Remove llvm-symbolizer from compiler-rt/utils/Alexander Potapenko2012-11-12
* [Sanitizer] Build all sanitizer runtime libraries with debug info (with -glin...Alexey Samsonov2012-11-08
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* [Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes ...Alexey Samsonov2012-09-13
* [Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov2012-09-12
* [Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov2012-09-12
* CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov2012-09-11
* Fox a typo.Evgeniy Stepanov2012-09-11
* [compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov2012-09-11
* [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov2012-09-05
* [compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, e...Alexey Samsonov2012-09-04
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* Some flag cleanup for the sanitizer runtimes.Chandler Carruth2012-08-29
* CMake build rules for ASan/Android runtime.Evgeniy Stepanov2012-08-27
* [ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov2012-08-10
* [compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...Alexey Samsonov2012-08-07
* Add support for building the ASan instrumentation unit tests with theChandler Carruth2012-06-27
* Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth2012-06-25
* Disable the test subdirectory entirely until we get fresh CMake filesChandler Carruth2012-06-22
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-04
* 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 CMakeLists.txt comment.Edward O'Callaghan2009-10-31
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-27
* Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan2009-10-17
* If the compiler does not support GCC-compatibleShantonu Sen2009-09-23
* 1) Remove cmake-specific #define usage from the exportedShantonu Sen2009-09-22
* Update cmake files for arm support hooks.Edward O'Callaghan2009-09-14
* Add Blocks support to CMake build system.Edward O'Callaghan2009-09-12
* Fix include path to config.h for CMake build system.Edward O'Callaghan2009-09-12
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-09
* 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
* A few CMake formating fixes for compiler-rt.Edward O'Callaghan2009-08-03
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-03