summaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Expand)Author
2013-01-27AddCompilerRT.cmake: Try to unbreak since r173617.NAKAMURA Takumi
2013-01-21CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov
2013-01-20CMake: Add add_compiler_rt_osx_object_library to create universal libraries o...Alexey Samsonov
2013-01-20CMake: Add add_compiler_rt_static_runtime function and use it to build generi...Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov
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
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