Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.h
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-17 Jakob Stoklund OlesenMove X86 callee saved register lists to the X86CallConv...
2011-10-05 Jakob Stoklund OlesenOverride TRI::getSubClassWithSubReg for X86.
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-06 Bill WendlingConstify getCompactUnwindRegNum.
2011-06-30 Bill WendlingAdd target a target hook to get the register number...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-23 Evan ChengGet rid of one getStackAlignment(). RegisterInfo should...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-04-26 Jakob Stoklund OlesenAdd a TRI::getLargestLegalSuperClass hook to provide...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-07-20 Eric ChristopherConstify some arguments.
2010-06-02 Rafael EspindolaRemove unused function.
2010-05-24 Jakob Stoklund OlesenRename X86 subregister indices to something shorter.
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-02-28 Dan GohmanImplement XMM subregs.
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-08 Bill WendlingRecommit r74952 with a bug fix:
2009-07-07 Bill Wendling--- Reverse-merging (from foreign repository) r74952...
2009-07-07 Bill WendlingDWARF requires frame moves be specified at specific...
2009-04-13 Dan GohmanImplement x86 h-register extract support.
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-23 Anton KorobeynikovEastimate required stack alignment early, so we can...
2008-04-23 Anton KorobeynikovProvide convenient helpers for some operations
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-22 Anton KorobeynikovAdd information about callee-saved registers on Win64
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-02 Evan ChengFrame index can be negative.
2008-01-31 Evan ChengAdd x86 specific getFrameIndexOffset(). This fixes...
2008-01-25 Anton KorobeynikovProvide correct DWARF register numbering for debug...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-05 Evan ChengUse movups to spill / restore SSE registers on targets...
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Christopher LambFix a typo
2007-10-13 Evan ChengChange unfoldMemoryOperand(). User is now responsible...
2007-10-05 Evan ChengAdded storeRegToAddr, loadRegFromAddr, and unfoldMemory...
2007-10-01 Evan ChengRefactor code to add load / store folded instructions...
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-29 Duncan SandsMove getX86RegNum into X86RegisterInfo and use it
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-03-20 Evan ChengAdded MRegisterInfo hook to re-materialize an instruction.
2007-02-28 Evan ChengPEI now passes a RegScavenger ptr to eliminateFrameIndex.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-19 Evan ChengRe-apply my liveintervalanalysis changes. Now with...
2007-02-19 Reid SpencerFor PR1207:
2007-02-17 Evan ChengAdded getReservedRegs().
2007-01-24 Jim LaskeyCall frames for intel.
2007-01-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-02 Evan ChengFix naming inconsistency.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-05 Evan ChengBetter implementation of truncate. ISel matches it...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattneradd a method
2005-09-30 Chris LattnerPass extra regclasses into spilling code
next