summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.cpp
Commit message (Expand)AuthorAge
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Prune includes in X86 target.Craig Topper2014-03-19
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* x86: Add missing break to getCallPreservedMask()Duncan P. N. Exon Smith2014-03-14
* x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()Duncan P. N. Exon Smith2014-03-14
* x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)Duncan P. N. Exon Smith2014-03-14
* [Stackmaps] Move the target-independent frame index elimination for stackmaps...Juergen Ributzka2014-02-21
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* [anyregcc] Fix callee-save mask for anyregccJuergen Ributzka2014-01-11
* [Stackmap] Only the AnyReg calling convention should preserve all registers.Juergen Ributzka2013-12-14
* Revert the backend fatal error from r196939Reid Kleckner2013-12-10
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-16
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Take advantage of the register enums being in order to remove a couple static...Craig Topper2013-07-26
* I'm starting to commit KNL backend. I'll push patches one-by-one. This patch ...Elena Demikhovsky2013-07-24
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Don't assume the registers will be enumerated sequentially.Chad Rosier2013-05-29
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* x86_64: designate most general purpose and SSE registers as callee save under...Peter Collingbourne2013-02-22
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* getX86SubSuperRegister has a special mode with High=true for i64 whichEli Bendersky2013-02-21
* [ms-inline asm] Make the comment a bit more verbose.Chad Rosier2013-02-20
* [ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier2013-02-19
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-24
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-15
* Create enums for the different attributes.Bill Wendling2012-10-09
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Add missing space before {. No functionality change.Nick Lewycky2012-09-09