aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ControlFlowIntegrity.rst
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne1-13/+23
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer1-23/+13
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne1-13/+23
2016-02-01docs: Clarify that cfi-unrelated-cast is based on lifetime.Peter Collingbourne1-1/+2
2015-12-15Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov1-4/+18
2015-12-11docs: Document -fno-sanitize-trap= and -fsanitize-recover= flags for CFI.Peter Collingbourne1-0/+18
2015-12-04[Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov1-18/+46
2015-09-10CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne1-6/+56
2015-07-15CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne1-16/+36
2015-06-19[CFI] Require -flto instead of implying it.Alexey Samsonov1-2/+2
2015-04-02Implement CFI type checks for non-virtual calls.Peter Collingbourne1-4/+21
2015-03-14Implement bad cast checks using control flow integrity information.Peter Collingbourne1-0/+54
2015-02-20Implement Control Flow Integrity for virtual calls.Peter Collingbourne1-0/+74