summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86RetpolineThunks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...Scott Constable2020-06-241-286/+0
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-6/+6
* [NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen2019-09-301-3/+3
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment][NFC] Remove LogAlignment functionsGuillaume Chatelet2019-09-181-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Spectre] Fix MIR verifier errors in retpoline thunksReid Kleckner2018-10-261-6/+17
* [x86/retpoline] Split the LLVM concept of retpolines into separateChandler Carruth2018-08-231-1/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+1
* Create a MachineBasicBlock for created IR-level BasicBlockJessica Paquette2018-05-011-0/+9
* [X86] Remove dead code from retpoline thunk generationReid Kleckner2018-02-141-26/+0
* [X86] Use EDI for retpoline when no scratch regs are leftReid Kleckner2018-02-131-31/+11
* [x86] Make the retpoline thunk insertion a machine function pass.Chandler Carruth2018-01-311-50/+85
* Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth2018-01-221-0/+276
OpenPOWER on IntegriCloud