summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86IndirectBranchTracking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-05-181-7/+18
* CET for Exception HandlePengfei Wang2020-05-181-3/+10
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-2/+2
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
* [X86] [CET] Deal with return-twice function such as vfork, setjmp whenPengfei Wang2019-05-221-12/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86][CET] Changing -fcf-protection behavior to comply with gcc (LLVM part)Alexander Ivchenko2018-05-181-4/+0
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-44/+17
* Sink the verification code around the assert where it's handled and wrap in N...Eric Christopher2018-02-231-25/+14
* Instrument Control Flow For Indirect Branch TrackingOren Ben Simhon2018-01-091-0/+163
OpenPOWER on IntegriCloud