aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ControlFlowIntegrity.rst
AgeCommit message (Expand)AuthorFilesLines
2023-05-22-fsanitize=function: support CFangrui Song1-4/+2
2023-02-08Add CFI integer types normalizationRamon de C Valle1-0/+19
2023-02-02Revert "Add CFI integer types normalization"Mitch Phillips1-19/+0
2023-02-01Add CFI integer types normalizationRamon de C Valle1-0/+19
2022-08-24KCFI sanitizerSami Tolvanen1-0/+13
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen1-13/+0
2022-08-24KCFI sanitizerSami Tolvanen1-0/+13
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-1/+1
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-10/+10
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata1-1/+1
2020-10-02[docs] Update ControlFlowIntegrity.rst.Evgenii Stepanov1-4/+5
2019-08-09cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne1-0/+48
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko1-1/+1
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-1/+1
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne1-0/+30
2018-06-13docs: Add a missing LTO visibility reference.Peter Collingbourne1-4/+5
2018-06-13docs: Correct some misstatements in the control flow integrity docs.Peter Collingbourne1-9/+10
2018-04-12Fix doc typoVlad Tsyrklevich1-2/+2
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich1-0/+17
2017-09-25Allow specifying sanitizers in blacklistsVlad Tsyrklevich1-2/+10
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