summaryrefslogtreecommitdiff
path: root/lib/ubsan/CMakeLists.txt
AgeCommit message (Expand)Author
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-04-01[CMake] Fixup for r233861: don't build standalone UBSan on unsupported platfo...Alexey Samsonov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-24Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov
2015-03-24Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-03-23[UBSan] Introduce "ubsan_standalone" library (compiler-rt part).Alexey Samsonov
2015-02-26[CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov
2015-02-11Revert "[UBSan] Enable -Wglobal-constructors."Justin Bogner
2015-02-06[UBSan] Enable -Wglobal-constructors.Yury Gribov
2014-10-01[sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov
2014-07-29[UBSan] Build part of UBSan runtime that can be linked into C programs with -...Alexey Samsonov
2014-07-25[UBSan] Call UBSan initialization as early as possible.Alexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov
2014-03-31[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.Alexey Samsonov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
2014-01-24Don't create check-ubsan and check-dfsan commands if they are not supported o...Alexey Samsonov
2013-08-28Generate list of symbols exported from sanitizer runtimes only on 64-bit UnixAlexey Samsonov
2013-08-27Properly generate lists of exported symbols for sanitizer runtimesAlexey Samsonov
2013-03-23Build and install .syms files alongside sanitizer runtimes. These are used toRichard Smith
2013-03-20Split ubsan runtime into three pieces (compiler-rt part):Richard Smith
2013-01-21CMake: add functions creating universal runtime libraries for several archite...Alexey Samsonov
2013-01-18CMake: Generalize build rules for different arches for sanitizer_common, asan...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2012-11-16UBSan: enable CMake build on Darwin. Fix two failing tests and disable the te...Alexey Samsonov
2012-11-13Fix typo from code review (thanks to Alexey Samsonov). This is also caught by...Richard Smith
2012-11-13-fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith
2012-10-25-fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith
2012-10-09Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior.Richard Smith