Use the shared asmprinter code for printing special llvm globals
[oota-llvm.git] / lib / Target / PowerPC / PPCRegisterInfo.cpp
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-10-18 Chris LattnerFix the JIT encoding of LWA, LD, STD, and STDU.
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPCInstrBuilder.h -> PPC*
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-10-01 Chris Lattnerlike the comment says, enable this
2005-10-01 Chris LattnerModify the ppc backend to use two register classes...
2005-09-30 Nate BegemanRemove some now-dead code.
2005-09-30 Chris Lattnerconstant fold these calls
2005-09-30 Chris Lattnerpass extra args
2005-09-17 Chris LattnerImplement hook for ppc
2005-09-09 Chris LattnerI forgot that we always spill fp values as 64-bits...
2005-09-09 Chris LattnerFix a problem that Nate noticed, where spill code was...
2005-09-09 Chris Lattnercode cleanup
2005-08-26 Chris Lattnerteach getClass what a condition reg is
2005-08-26 Chris LattnerMinor cleanups:
2005-08-19 Chris LattnerNow that the simple isels are dead, so is this.
2005-08-18 Chris LattnerMFLR doesn't take an operand, the LR register is implicit
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-27 Nate BegemanFix some comments
2005-07-27 Nate BegemanImplement the optimization for the Red Zone on Darwin...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-12 Nate BegemanInitial support for allocation condition registers
2005-04-10 Nate BegemanRemove unnecessary Implicit Defs. Since r0 is not...
2005-04-04 Nate BegemanRemove unnecessary register copy now that regalloc...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-09-27 Nate BegemanCorrect some BuildMI arguments for the upcoming simple...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-22 Nate BegemanDon't hard code the offset of the saved R31 in function...
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...