summaryrefslogtreecommitdiff
path: root/clang/docs/ControlFlowIntegrity.rst
AgeCommit message (Expand)Author
2025-11-07[clang] Proofread *.rst (#166897)Kazu Hirata
2025-04-15Introduce -funique-source-file-names flag.Peter Collingbourne
2025-04-14Minor documentation update.Peter Collingbourne
2025-04-14Fix broken link.Peter Collingbourne
2025-02-06[X86] Extend kCFI with a 3-bit arity indicator (#121070)Scott Constable
2023-05-22-fsanitize=function: support CFangrui Song
2023-02-08Add CFI integer types normalizationRamon de C Valle
2023-02-02Revert "Add CFI integer types normalization"Mitch Phillips
2023-02-01Add CFI integer types normalizationRamon de C Valle
2022-08-24KCFI sanitizerSami Tolvanen
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen
2022-08-24KCFI sanitizerSami Tolvanen
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata
2020-10-02[docs] Update ControlFlowIntegrity.rst.Evgenii Stepanov
2019-08-09cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne
2019-01-23[Documentation] Use HTTPS whenever possibleEugene Zelenko
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2018-06-26Implement CFI for indirect calls via a member function pointer.Peter Collingbourne
2018-06-13docs: Add a missing LTO visibility reference.Peter Collingbourne
2018-06-13docs: Correct some misstatements in the control flow integrity docs.Peter Collingbourne
2018-04-12Fix doc typoVlad Tsyrklevich
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-09-25Allow specifying sanitizers in blacklistsVlad Tsyrklevich
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2016-02-01docs: Clarify that cfi-unrelated-cast is based on lifetime.Peter Collingbourne
2015-12-15Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov
2015-12-11docs: Document -fno-sanitize-trap= and -fsanitize-recover= flags for CFI.Peter Collingbourne
2015-12-04[Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov
2015-09-10CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne
2015-07-15CodeGen: Improve CFI type blacklisting mechanism.Peter Collingbourne
2015-06-19[CFI] Require -flto instead of implying it.Alexey Samsonov
2015-04-02Implement CFI type checks for non-virtual calls.Peter Collingbourne
2015-03-14Implement bad cast checks using control flow integrity information.Peter Collingbourne
2015-02-20Implement Control Flow Integrity for virtual calls.Peter Collingbourne