summaryrefslogtreecommitdiff
path: root/docs/ControlFlowIntegrity.rst
Commit message (Expand)AuthorAgeFilesLines
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+48
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-1/+1
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-261-0/+30
* docs: Add a missing LTO visibility reference.Peter Collingbourne2018-06-131-4/+5
* docs: Correct some misstatements in the control flow integrity docs.Peter Collingbourne2018-06-131-9/+10
* Fix doc typoVlad Tsyrklevich2018-04-121-2/+2
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+17
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-251-2/+10
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-13/+23
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-23/+13
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-13/+23
* docs: Clarify that cfi-unrelated-cast is based on lifetime.Peter Collingbourne2016-02-011-1/+2
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-4/+18
* docs: Document -fno-sanitize-trap= and -fsanitize-recover= flags for CFI.Peter Collingbourne2015-12-111-0/+18
* [Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov2015-12-041-18/+46
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-6/+56
* CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne2015-07-151-16/+36
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-2/+2
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-4/+21
* Implement bad cast checks using control flow integrity information.Peter Collingbourne2015-03-141-0/+54
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+74