summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Targets: commonize some stack realignment codeJF Bastien2015-07-201-22/+1
* Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien2015-07-101-8/+7
* [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner2015-07-071-1/+1
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-2/+2
* X86: Rework inline asm integer register specification.Matthias Braun2015-06-291-7/+15
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [Stackmaps][X86] Remove EFLAGS and IP registers from the live-out mask.Juergen Ributzka2015-06-111-0/+16
* [Target/X86] Don't use callee-saved registers in a Win64 tail call on non-Win...Charles Davis2015-06-041-2/+2
* Reapply r238011 with a fix for the trap instruction.Quentin Colombet2015-05-221-1/+2
* Revert "[X86] Fix a variable name for r237977 so that it works with every com...Tamas Berghammer2015-05-221-2/+1
* [X86] Refactor the prologue emission to prepare for shrink-wrapping.Quentin Colombet2015-05-221-1/+2
* X86: Fix frameescape when not using an FPReid Kleckner2015-03-241-5/+5
* Remove the need to cache the subtarget in the X86 TargetRegisterInfoEric Christopher2015-03-121-17/+21
* Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher2015-03-111-3/+4
* Have TargetRegisterInfo::getLargestLegalSuperClass take aEric Christopher2015-03-101-2/+3
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-051-0/+19
* Target/X86: Save Win64 non-volatile registers in a Win64 ABI function.Charles Davis2015-02-271-1/+11
* [x32] Mark RBX as reserved when EBX is the base pointer.Michael Kuperstein2015-02-241-1/+3
* [x32] x32 should use ebx as the base pointer.Michael Kuperstein2015-02-241-8/+9
* X86: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-4/+2
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-2/+3
* Revert r227728 due to bad line endings.Michael Kuperstein2015-02-011-3/+2
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-2/+3
* Use 32-bit ebp for NaCl64 in a limited case: llvm.frameaddress.Jan Wen Voung2014-12-051-0/+8
* Fix a typo in a comment.Craig Topper2014-11-201-1/+1
* Remove unnecessary getTarget call now that the subtarget is cachedEric Christopher2014-09-031-4/+2
* [x32] Fix FrameIndex check in SelectLEA64_32AddrPavel Chupin2014-08-201-0/+6
* [x32] Use ebp/esp as frame and stack pointerPavel Chupin2014-08-071-9/+7
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-10/+5
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-6/+14
* TargetRegisterInfo: Remove function that fell out of use years ago.Benjamin Kramer2014-07-091-15/+0
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-101-21/+18
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-041-1/+1
* Prune includes in X86 target.Craig Topper2014-03-191-1/+0
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* x86: Add missing break to getCallPreservedMask()Duncan P. N. Exon Smith2014-03-141-0/+1
* x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()Duncan P. N. Exon Smith2014-03-141-4/+6
* x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)Duncan P. N. Exon Smith2014-03-141-0/+1
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-211-0/+9
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-171-0/+12
* [anyregcc] Fix callee-save mask for anyregccJuergen Ributzka2014-01-111-20/+30
* [Stackmap] Only the AnyReg calling convention should preserve all registers.Juergen Ributzka2013-12-141-5/+3
* Revert the backend fatal error from r196939Reid Kleckner2013-12-101-6/+0
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-12/+15
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-15/+12
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-101-12/+15
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-161-0/+1
OpenPOWER on IntegriCloud