summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2012-09-13[Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes ...Alexey Samsonov
2012-09-12[Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-...Alexey Samsonov
2012-09-12[Sanitizer] first effort to start building ASan runtime with -Werror in CMake...Alexey Samsonov
2012-09-11CMake build rules for ASan Android runtime and tests.Evgeniy Stepanov
2012-09-11Fox a typo.Evgeniy Stepanov
2012-09-11[compiler-rt] Install support for CMake build of compiler-rtAlexey Samsonov
2012-09-05[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the re...Alexey Samsonov
2012-09-04[compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, e...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-29Some flag cleanup for the sanitizer runtimes.Chandler Carruth
2012-08-27CMake build rules for ASan/Android runtime.Evgeniy Stepanov
2012-08-10[ASan] CMake support for building ASan runtime as a universal binary on MacAlexey Samsonov
2012-08-07[compiler-rt] CMake build: if LLVM_BUILD_32_BITS is on, then -m32 is added to...Alexey Samsonov
2012-06-27Add support for building the ASan instrumentation unit tests with theChandler Carruth
2012-06-25Another big step toward a viable CMake build system for CompilerRT,Chandler Carruth
2012-06-22Disable the test subdirectory entirely until we get fresh CMake filesChandler Carruth
2012-04-04Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2010-01-13Sink {config.h,ConfigureChecks}.cmake into cmake directory.Daniel Dunbar
2009-10-31Fix CMakeLists.txt comment.Edward O'Callaghan
2009-10-27Fix cmake test suit for compiler-rt.Edward O'Callaghan
2009-10-17Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan
2009-09-23If the compiler does not support GCC-compatibleShantonu Sen
2009-09-221) Remove cmake-specific #define usage from the exportedShantonu Sen
2009-09-14Update cmake files for arm support hooks.Edward O'Callaghan
2009-09-12Add Blocks support to CMake build system.Edward O'Callaghan
2009-09-12Fix include path to config.h for CMake build system.Edward O'Callaghan
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-03Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete p...Edward O'Callaghan
2009-08-03A few CMake formating fixes for compiler-rt.Edward O'Callaghan
2009-08-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan