summaryrefslogtreecommitdiff
path: root/lib/ubsan/CMakeLists.txt
AgeCommit message (Expand)Author
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-07-28Support libc++abi in addition to libstdc++Petr Hosek
2017-07-28Support compiler-rt builtinsPetr Hosek
2017-07-26Add liblog to ubsan `UBSAN_DYNAMIC_LIBS`Leo Li
2017-07-26Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek
2017-07-26Revert "[sanitizer] Support libc++abi in addition to libstdc++"Petr Hosek
2017-07-26[sanitizer] Support libc++abi in addition to libstdc++Petr Hosek
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-05-17[Ubsan]Remove unused link libraries.Leo Li
2017-05-17Generate ubsan shared libraries.Leo Li
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-02-02[sanitizer] Use interception to access to strong definitions in the executable.Marcos Pividori
2017-02-02[sanitizer] Add dynamic_runtime_thunk for different sanitizers.Marcos Pividori
2017-02-02[sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-07Revert "Enable weak hooks on darwin"Francis Ricci
2017-01-07Enable weak hooks on darwinFrancis Ricci
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-22[compiler-rt] Don't build ubsan cxxabi sources when unusedFrancis Ricci
2016-08-22[cmake] Fix append_rtti_flag macro and bad var nameFilipe Cabecinhas
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-03-04[ubsan/cmake] Make sure we end up adding -frtti to ubsan_type_hash_itanium.cc...Filipe Cabecinhas
2016-01-27[cfi] Disable vtable diagnostics when no cxxabi.Evgeniy Stepanov
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-27[CMake] Add PARENT_TARGET option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-26[CMake] Cleaning up ubsan to use OBJECT_LIBS and to not loop when calling add...Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
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