[Sparc] Add support for leaf functions in sparc backend.
[oota-llvm.git] / lib / Target / Sparc / SparcRegisterInfo.td
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-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-02 Jakob Stoklund OlesenAdd an I64Regs register class for 64-bit registers.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-05-29 Rafael EspindolaFix to match the dwarf register numbers that gdb uses.
2010-12-28 Venkatraman Govind... Multiple SPARC backend fixes: added Y register; updated...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-07-13 Evan ChengFix for PR1540: Specify F0, F1 are sub-registers of...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-03-24 Jim LaskeyD'oh - should be even numbered.
2006-03-24 Jim LaskeyAdd dwarf register numbering to register data.
2006-02-10 Chris LattnerUpdate to new-style flags usage, simplifying the .td...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2005-12-20 Chris LattnerReserve G1 for frame offset stuff and use it to handle...
2005-12-19 Chris LattnerElimiante SP and FP, which weren't members of the IntRe...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-17 Chris LattnerAdd patterns for multiply, simplify Y register handling...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris Lattnerput reg classes in namespaces
2004-12-10 Brian GaekeMake this file self-contained.
2004-11-18 Brian GaekeAllocate fewer registers and tighten up alignment restr...
2004-09-27 Misha BrukmanSparcV8 int regs are not only 32-bits in width, but...
2004-09-26 Misha BrukmanFix the copy-pasto that Brian noticed: V8 int regs...
2004-09-22 Misha BrukmanUse the V8/V9 shared register file description
2004-09-13 Chris LattnerChanges to make this work with Jason's patch. I checke...
2004-08-21 Chris LattnerConvert bytes to bits in alignment
2004-06-24 Brian GaekeMake the double-fp pseudo registers be "NamedRegs".
2004-06-24 Brian GaekeThe long integer pseudo-regs are history. So long,...
2004-06-22 Brian GaekeAdd pseudo-registers and register class for 64-bit...
2004-06-18 Brian GaekeMess around with allocation order. In particular, I...
2004-04-07 Chris LattnerMerge my changes with brians
2004-04-07 Brian GaekeAdd support for the "Y" register, used by MUL & DIV.
2004-03-08 Chris LattnerAvoid allocating special registers a bit more robustly
2004-03-06 Brian GaekeHack it so we do not try to allocate values to G0.
2004-03-04 Brian GaekeDouble-FP pseudo-registers.
2004-03-04 Brian GaekeFloating point regs
2004-02-29 Chris LattnerImplement initial prolog/epilog code insertion methods.
2004-02-29 Chris LattnerAdd an instruction selector capable of selecting 'ret...
2004-02-28 Chris LattnerTab completion is our friend.