summaryrefslogtreecommitdiff
path: root/lib/cfi
AgeCommit message (Expand)Author
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