aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
AgeCommit message (Expand)Author
2005-11-17add an option to generate completely non-pic code, corresponding to whatChris Lattner
2005-10-18First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner
2005-08-18Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman
2005-08-17add prototype, remove dead protoChris Lattner
2005-08-05Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner
2005-08-04Use the new subtarget support to automatically choose the correct ABINate Begeman
2005-07-21Support building non-PICNate Begeman
2005-07-19Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to beingNate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-15Make pattern isel default for ppcNate Begeman
2005-04-05Remove 64 bit simple ISel, it never worked correctlyNate Begeman
2005-03-24Addition of the PPC32 Pattern ISel. While it is far from complete, it willNate Begeman
2004-11-14Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)Misha Brukman
2004-09-04All PPC instructions are now auto-printedNate Begeman
2004-08-17Consistently name passed with 32 or 64 in their nameMisha Brukman
2004-08-14Replace PowerPCPEI.cpp with target independant PrologEpilogInserterNate Begeman
2004-08-1164-bit instruction selector and AIX-specific 64-bit asm printerMisha Brukman
2004-08-11Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm pri...Nate Begeman
2004-08-11Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.Misha Brukman
2004-08-09CodePrinter -> AsmPrinterMisha Brukman
2004-08-06Changes commited for Nate Begeman:Chris Lattner
2004-07-27Add PowerPCBranchSelector to discover which are `long' branches.Misha Brukman
2004-06-21Initial revisionMisha Brukman