aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function.Rafael Espindola2010-06-021-6/+0
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-241-10/+0
* Now that DBG_LABEL is updated, we can finally make MachineMove Chris Lattner2010-03-141-1/+1
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Implement XMM subregs.Dan Gohman2010-02-281-1/+2
* constify a method argument.Chris Lattner2010-01-261-1/+1
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-191-0/+2
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-121-1/+1
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-2/+3
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-291-1/+1
* Enable cross register class coalescing.Evan Cheng2009-07-181-0/+7
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-091-1/+3
* Recommit r74952 with a bug fix:Bill Wendling2009-07-081-3/+2
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-071-1/+3
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-071-3/+1
* Implement x86 h-register extract support.Dan Gohman2009-04-131-1/+1
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-061-0/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-2/+0
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-271-0/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+1
* Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov2008-04-231-0/+2
* Provide convenient helpers for some operationsAnton Korobeynikov2008-04-231-0/+5
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-161-1/+1
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-3/+0
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-221-0/+4
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-111-0/+9
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-101-9/+0
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-101-0/+9
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-081-1/+1
* Frame index can be negative.Evan Cheng2008-02-021-1/+1
* Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng2008-01-311-0/+1
* Provide correct DWARF register numbering for debug information emission on x8...Anton Korobeynikov2008-01-251-1/+1
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-55/+0
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-041-9/+1
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-26/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-7/+5
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-16/+3
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-011-0/+13
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-1/+1
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-111-0/+8
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-071-0/+4
* Use movups to spill / restore SSE registers on targets where stacks alignment isEvan Cheng2007-11-051-0/+4
* Local spiller optimization:Evan Cheng2007-10-191-2/+9
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-181-2/+8
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-181-6/+6
* Fix a typoChristopher Lamb2007-10-181-1/+1
* Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng2007-10-131-1/+1