aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-08-13Update aosp/master compiler-rt for rebase to r239765Pirama Arumuga Nainar
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-07-21Update compiler-rt for rebase to r212749.Stephen Hines
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-11-15LLVM's GoogleTest copy has moved its source code back to the defaultChandler Carruth
2013-11-07[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib Alexander Potapenko
2013-10-25Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne
2013-10-01Add top-level CMake 'compiler-rt' target to build all compiler-rt librariesAlexey Samsonov
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2013-08-29[sanitizer] Refine CMake rules for generating exported symbols and lint checkingAlexey Samsonov
2013-08-28sanitizer_common: Use PYTHON_EXECUTABLE to choose appropriate python.Will Dietz
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-05-21[ASan] create default (empty) ASan blacklist file in resource directoryAlexey Samsonov
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-02-08[CMake] set -mmacosx-version-min to 10.7 if compiler-rt is built with -stdlib...Alexey Samsonov
2013-01-28CMake: simplify build rules for compiler-rt unit tests. This fixes warnings i...Alexey Samsonov
2013-01-28[CMake] Fix compiler-rt tests after r173617Alexey Samsonov
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
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