[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
[oota-llvm.git] / lib / Target / Sparc / SparcRegisterInfo.cpp
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-02-01 Venkatraman Govind... [Sparc] Set %o7 as the return address register instead...
2013-11-24 Venkatraman Govind... [Sparc] Emit large negative adjustments to SP/FP with...
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-09-05 Venkatraman Govind... [Sparc] Correctly handle call to functions with Returns...
2013-09-02 Venkatraman Govind... [Sparc] Implement spill and load for long double(f128...
2013-08-25 Venkatraman Govind... [Sparc] Added V9's extra floating point registers and...
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-04 Venkatraman Govind... Sparc: No functionality change. Cleanup whitespaces...
2013-06-01 Venkatraman Govind... [Sparc] Generate correct code for leaf functions with...
2013-05-29 Venkatraman Govind... [Sparc] Add support for leaf functions in sparc backend.
2013-05-19 Venkatraman Govind... [Sparc] Rearrange integer registers' allocation order...
2013-04-06 Jakob Stoklund OlesenSPARC v9 stack pointer bias.
2013-04-02 Jakob Stoklund OlesenAdd an I64Regs register class for 64-bit registers.
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-06 Roman DivackyRemove empty overrides of processFunctionBeforeFrameFin...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
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-06-02 Rafael Espindolacleanup
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-09-08 Richard PenningtonAdd source debug information to the Sparc code generator.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-08-03 Chris LattnerEmit saveri with the correct operand order, patch by...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
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-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
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-23 Evan ChengBy default, spills kills the register being stored.
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-23 Evan ChenghasFP() is now a virtual method of MRegisterInfo.
2007-01-02 Evan ChengFix naming inconsistency.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-04 Chris LattnerFix a nasty typo that broke functions with big stack...
2006-02-04 Chris LattnerTwo changes:
2006-02-03 Chris LattnerTeach sparc to fold loads/stores into copies.
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-20 Chris LattnerReserve G1 for frame offset stuff and use it to handle...
2005-12-19 Chris Lattnerdon't emit 'add %o6, 0, %o6' instructions
2005-12-19 Chris LattnerElimiante SP and FP, which weren't members of the IntRe...
2005-12-17 Chris LattnerRename load/store instructions to include an RI suffix
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-08-19 Chris LattnerFix code that assumes the register info will be dumped...
next