[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / clang / docs / ControlFlowIntegrity.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-05-04 Nico Weber[clang] accept -fsanitize-ignorelist= in addition to...
2021-03-06 Kazu Hirata[clang] Fix typos in documentation (NFC)
2020-10-02 Evgenii Stepanov[docs] Update ControlFlowIntegrity.rst.
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-08-09 Peter Collingbournecfi-icall: Allow the jump table to be optionally made...
2019-01-23 Eugene Zelenko[Documentation] Use HTTPS whenever possible
2018-11-04 Sylvestre LedruUpdate our URLs in clang doc to use https
2018-06-26 Peter CollingbourneImplement CFI for indirect calls via a member function...
2018-06-13 Peter Collingbournedocs: Add a missing LTO visibility reference.
2018-06-13 Peter Collingbournedocs: Correct some misstatements in the control flow...
2018-04-12 Vlad TsyrklevichFix doc typo
2017-10-31 Vlad Tsyrklevich[CFI] Add CFI-icall pointer type generalization
2017-09-25 Vlad TsyrklevichAllow specifying sanitizers in blacklists
2016-04-28 Peter CollingbourneRe-apply r267784, r267824 and r267830.
2016-04-28 Benjamin KramerRevert r267784, r267824 and r267830.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-02-01 Peter Collingbournedocs: Clarify that cfi-unrelated-cast is based on lifetime.
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (Clang part).
2015-12-11 Peter Collingbournedocs: Document -fno-sanitize-trap= and -fsanitize-recov...
2015-12-04 Alexey Samsonov[Docs] Move the list of CFI schemes down to CFI doc...
2015-09-10 Peter CollingbourneCFI: Introduce -fsanitize=cfi-icall flag.
2015-07-15 Peter CollingbourneCodeGen: Improve CFI type blacklisting mechanism.
2015-06-19 Alexey Samsonov[CFI] Require -flto instead of implying it.
2015-04-02 Peter CollingbourneImplement CFI type checks for non-virtual calls.
2015-03-14 Peter CollingbourneImplement bad cast checks using control flow integrity...
2015-02-20 Peter CollingbourneImplement Control Flow Integrity for virtual calls.