Use the shared asmprinter code for printing special llvm globals
[oota-llvm.git] / lib / Target / PowerPC / PPC.h
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-17 Chris Lattneradd prototype, remove dead proto
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-11 Misha Brukman64-bit instruction selector and AIX-specific 64-bit...
2004-08-11 Nate BegemanClean up 32/64bit and Darwin/AIX split. Next steps...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...
2004-06-21 Misha BrukmanInitial revision