summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add an Unoptimized Load Value Injection (LVI) Load Hardening PassScott Constable2020-06-241-0/+2
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+2
* Revert "[X86] Add a Pass that builds a Condensed CFG for Load Value Injection...Craig Topper2020-06-241-2/+0
* [X86] Add a Pass that builds a Condensed CFG for Load Value Injection (LVI) G...Scott Constable2020-06-241-0/+2
* [X86] Add RET-hardening Support to mitigate Load Value Injection (LVI)Scott Constable2020-06-241-0/+2
* [X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...Scott Constable2020-06-241-1/+1
* Add support for lowering 32-bit/64-bit pointersAmy Huang2019-12-041-0/+12
* [Windows] Replace TrapUnreachable with an int3 insertion passReid Kleckner2019-09-091-0/+6
* [X86] Making X86OptimizeLEAs pass public. NFCPengfei Wang2019-08-221-1/+1
* [X86] Alphabetize pass initialization definitions. NFCI.Simon Pilgrim2019-08-161-1/+1
* X86: Clean up pass initializationTom Stellard2019-06-131-0/+1
* [X86] Preserve operand flag when expanding TCRETURNriFrancis Visoiu Mistrih2019-04-051-0/+1
* Delete x86_64 ShadowCallStack supportVlad Tsyrklevich2019-03-071-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Initialize and Register X86CondBrFoldingPassCraig Topper2018-12-071-0/+1
* Revert "Revert r347596 "Support for inserting profile-directed cache prefetch...Mircea Trofin2018-11-301-0/+7
* Revert r347596 "Support for inserting profile-directed cache prefetches"Hans Wennborg2018-11-291-7/+0
* Support for inserting profile-directed cache prefetchesMircea Trofin2018-11-261-0/+7
* X86: Consistently declare pass initializers in X86.h; NFCMatthias Braun2018-11-011-4/+13
* Recommit r343993: [X86] condition branches folding for three-way conditional ...Rong Xu2018-10-091-0/+3
* [X86] Revert r343993 condition branches folding for three-way conditional codesRong Xu2018-10-081-3/+0
* [X86] condition branches folding for three-way conditional codesRong Xu2018-10-081-0/+3
* [SLH] Introduce a new pass to do Speculative Load Hardening to mitigateChandler Carruth2018-07-131-0/+2
* [x86] Introduce a pass to begin more systematically fixing PR36028 and simila...Chandler Carruth2018-04-101-0/+3
* Add the ShadowCallStack passVlad Tsyrklevich2018-04-041-0/+5
* [X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346Lama Saba2018-04-021-0/+3
* Revert r325128 ("[X86] Reduce Store Forward Block issues in HW").Richard Smith2018-02-231-3/+0
* [X86] Reduce Store Forward Block issues in HW - Recommit after fixing Bug 36346Lama Saba2018-02-141-0/+3
* Revert r324835 "[X86] Reduce Store Forward Block issues in HW"Hans Wennborg2018-02-121-3/+0
* [X86] Reduce Store Forward Block issues in HWLama Saba2018-02-111-0/+3
* [x86] Make the retpoline thunk insertion a machine function pass.Chandler Carruth2018-01-311-1/+1
* Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth2018-01-221-0/+4
* Instrument Control Flow For Indirect Branch TrackingOren Ben Simhon2018-01-091-0/+4
* [X86] Add a pass to convert instruction chains between domains.Guy Blank2017-10-221-0/+4
* [X86] Fix typo in comment. NFCCraig Topper2017-09-121-1/+1
* [X86] X86::CMOV to Branch heuristic based optimization.Amjad Aboud2017-07-161-0/+3
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-1/+2
* Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders2017-04-211-2/+1
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-1/+2
* [globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...Daniel Sanders2017-04-061-0/+6
* This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber2016-12-281-0/+7
* revert first commit . removing empty line in X86.hMichael Zuckerman2016-12-211-1/+0
* First commit adding new line to X86.hMichael Zuckerman2016-12-211-0/+1
* Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-071-0/+3
* Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein2016-07-071-3/+0
* [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-061-0/+3
* Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...Hans Wennborg2016-05-181-0/+3
* Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"Hans Wennborg2016-05-171-3/+0
* X86: Avoid using _chkstk when lowering WIN_ALLOCA instructionsHans Wennborg2016-05-171-0/+3
* [X86] Register and initialize the FixupBW pass.Ahmed Bougacha2016-05-071-0/+3
OpenPOWER on IntegriCloud