summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/cfi/cfi.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in a static assert added to CFI.Chandler Carruth2018-07-161-1/+2
* [cfi] Don't pass a uint16_t to memset. Make sure the 16-bit constant is appro...Filipe Cabecinhas2018-07-161-1/+4
* [cfi] Lazy initialization of CFI interceptorsVitaly Buka2018-02-241-3/+18
* (NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov2017-11-071-1/+1
* [cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov2017-04-071-1/+2
* [cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries.Evgeniy Stepanov2017-04-061-2/+9
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [sancov] common flags initialization.Mike Aizatsky2016-03-181-1/+1
* [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).Evgeniy Stepanov2016-02-031-1/+1
* Cast the fifth arg to mremap to void *Alexey Samsonov2016-02-021-1/+1
* [cfi] Simplify the code in CfiSlowPathCommon.Evgeniy Stepanov2016-01-281-7/+2
* [cfi] Fix recovery from out-of-bounds vtable error.Evgeniy Stepanov2016-01-281-3/+6
* [cfi] Fix gcc build.Evgeniy Stepanov2016-01-271-12/+14
* [cfi] Exclude __cfi_slowpath_diag from the non-diag rtl.Evgeniy Stepanov2016-01-261-1/+3
* [cfi] Better handling of wild target address.Evgeniy Stepanov2016-01-261-25/+56
* [cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov2016-01-261-55/+60
* [cfi] Support for dlopen and dlclose.Evgeniy Stepanov2016-01-261-41/+136
* [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov2016-01-251-6/+22
* [cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov2016-01-081-3/+3
* [cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2015-12-221-1/+1
* [cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov2015-12-161-2/+7
* [cfi] Fix GCC build.Evgeniy Stepanov2015-12-161-2/+2
* [cfi] Fix shadow sanity check.Evgeniy Stepanov2015-12-161-4/+5
* Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov2015-12-151-0/+265
OpenPOWER on IntegriCloud