summaryrefslogtreecommitdiff
path: root/lib/cfi
AgeCommit message (Expand)Author
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-10-09Limit CFI blacklist entries to specific CFI modeVlad Tsyrklevich
2017-10-09Make the cfi target available on more platforms.Peter Collingbourne
2017-08-04CFI: Move STL allocator blacklist to clangVlad Tsyrklevich
2017-07-31Remove STL/microsoft-specific CFI blacklist entriesPeter Collingbourne
2017-05-05CFI: Add a blacklist entry for std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_...Peter Collingbourne
2017-04-07[cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov
2017-04-06[cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries.Evgeniy Stepanov
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov
2016-02-02Cast the fifth arg to mremap to void *Alexey Samsonov
2016-01-28[cfi] Simplify the code in CfiSlowPathCommon.Evgeniy Stepanov
2016-01-28[cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov
2016-01-27[cfi] Fix gcc build.Evgeniy Stepanov
2016-01-26[cfi] Exclude __cfi_slowpath_diag from the non-diag rtl.Evgeniy Stepanov
2016-01-26[cfi] Better handling of wild target address.Evgeniy Stepanov
2016-01-26[cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov
2016-01-26[cfi] Support for dlopen and dlclose.Evgeniy Stepanov
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov
2016-01-08[cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov
2015-12-16[cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov
2015-12-16[cfi] Fix GCC build.Evgeniy Stepanov
2015-12-16[cfi] Fix shadow sanity check.Evgeniy Stepanov
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov
2015-09-02CFI: Make the cfi target a dependency of compiler-rt.Peter Collingbourne
2015-09-01CFI: Add blacklist entries for various standard library functions.Peter Collingbourne
2015-07-15CFI: Add a default blacklist.Peter Collingbourne