summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86RegisterInfo.h
Commit message (Expand)AuthorAge
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* Make the MachineFunction argument of getFrameRegister const.David Greene2009-11-12
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-29
* Enable cross register class coalescing.Evan Cheng2009-07-18
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-09
* Recommit r74952 with a bug fix:Bill Wendling2009-07-08
* --- Reverse-merging (from foreign repository) r74952 into '.':Bill Wendling2009-07-07
* DWARF requires frame moves be specified at specific times. If you have aBill Wendling2009-07-07
* Implement x86 h-register extract support.Dan Gohman2009-04-13
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-06
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-27
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Eastimate required stack alignment early, so we can decide, whether we will n...Anton Korobeynikov2008-04-23
* Provide convenient helpers for some operationsAnton Korobeynikov2008-04-23
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-31
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-22
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-11
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-10
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-10
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Avoid needlessly casting away const qualifiers.Dan Gohman2008-02-08
* Frame index can be negative.Evan Cheng2008-02-02
* Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i...Evan Cheng2008-01-31
* Provide correct DWARF register numbering for debug information emission on x8...Anton Korobeynikov2008-01-25
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-07
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-04
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-01
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-05
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-02
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-01
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-13
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-07
* Use movups to spill / restore SSE registers on targets where stacks alignment isEvan Cheng2007-11-05
* Local spiller optimization:Evan Cheng2007-10-19
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-18
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-18
* Fix a typoChristopher Lamb2007-10-18
* Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng2007-10-13
* Added storeRegToAddr, loadRegFromAddr, and unfoldMemoryOperand's.Evan Cheng2007-10-05
* Refactor code to add load / store folded instructions -> register onlyEvan Cheng2007-10-01
* - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng2007-09-26
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-26
* Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng2007-08-30
* Move getX86RegNum into X86RegisterInfo and use itDuncan Sands2007-08-29