Get rid of the abort in PhyRegAlloc::finishSavingState().
[oota-llvm.git] / lib / Target / Sparc /
2004-03-09 Brian GaekeHmm, who left this sitting around in my tree
2004-03-08 Chris LattnerAvoid allocating special registers a bit more robustly
2004-03-06 Brian GaekeSupport return values of basic integer types.
2004-03-06 Brian GaekeSort stanzas into Sparc V8 book page number order.
2004-03-06 Brian GaekeHack it so we do not try to allocate values to G0.
2004-03-06 Brian GaekeMake prolog align stack properly. Make epilog not...
2004-03-06 Brian GaekeEmit register names in lowercase, as required by the...
2004-03-06 Brian GaekeTeach getRegClassForType where to find FP registers
2004-03-05 Brian GaekeAsm output is looking a lot better; not correct for...
2004-03-04 Brian GaekeSupport -print-machineinstrs
2004-03-04 Brian GaekeAsm printer support, based on x86 - only prints mnemoni...
2004-03-04 Brian GaekeDouble-FP pseudo-registers.
2004-03-04 Brian GaekeSubtract instructions; minor cleanups
2004-03-04 Brian GaekeFloating point regs
2004-03-04 Brian GaekeSimple copyConstantToReg support, SETHIi and ORri
2004-03-03 Brian GaekeSupport add - note, still missing important copyConstan...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-29 Chris LattnerAdjust to change in TII ctor arguments
2004-02-29 Chris LattnerThese two virtual methods are never called.
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 LattnerChange this so that LLC actually tries to run the code...
2004-02-28 Chris LattnerFinegrainify namespacification
2004-02-28 Chris LattnerTab completion is our friend.
2004-02-28 Chris LattnerClean up rules
2004-02-28 Chris LattnerBring this directory into "it actually compiles" land
2004-02-28 Chris LattnerFix multiple inclusion problem
2004-02-26 Misha BrukmanInstructions to call and return from functions.
2004-02-25 Misha BrukmanSparcV8 regs are really 32-bit, not 64! Thanks, Chris.
2004-02-25 Misha BrukmanClean up the tablegen descriptions for SparcV8.
2004-02-25 Misha BrukmanFix the SparcV8 register definitions that were imported...
2004-02-25 Misha BrukmanSparcV8 has different types of instructions, but F1...
2004-02-25 Brian GaekeSparcV8 skeleton