aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added storeRegToAddr, loadRegFromAddr, and unfoldMemoryOperand's.Evan Cheng2007-10-051-1/+21
* Refactor code to add load / store folded instructions -> register onlyEvan Cheng2007-10-011-0/+18
* - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng2007-09-261-0/+3
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+2
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-301-0/+13
* Move getX86RegNum into X86RegisterInfo and use itDuncan Sands2007-08-291-0/+12
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-2/+2
* Only adjust esp around calls in presence of alloca.Evan Cheng2007-07-191-0/+2
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-171-0/+8
* Long live the exception handling!Anton Korobeynikov2007-07-141-2/+3
* eliminateFrameIndex() change.Evan Cheng2007-05-011-1/+1
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-201-0/+3
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-281-1/+2
* Support to provide exception and selector registers.Jim Laskey2007-02-211-0/+4
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-191-0/+6
* For PR1207:Reid Spencer2007-02-191-6/+0
* Added getReservedRegs().Evan Cheng2007-02-171-0/+6
* Call frames for intel.Jim Laskey2007-01-241-0/+1
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-231-0/+2