summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2012-12-25MemorySanitizer unit tests.Evgeniy Stepanov
2012-12-21[Sanitizer] Don't implicitly add object files to the list of dependencies whe...Alexey Samsonov
2012-12-20[*san] Create unittests output directory, if it does not exist.Evgeniy Stepanov
2012-12-19Significantly change the way we build ASan unittests in CMakeAlexey Samsonov
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-27Fix cmake test suit for compiler-rt.Edward O'Callaghan
2009-09-23CMake should only pass GCC options to GCC.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-08Fix signedness warning in mprotect call, Clean up and improve endianness.h he...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