aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC64AsmPrinter.cpp
AgeCommit message (Expand)Author
2004-09-04All PPC instructions are now auto-printedNate Begeman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-19Fix opcodes being printed in caps (the more general fix may be `AsmWriter')Misha Brukman
2004-08-19Correct character prepended to global symbols ('.'), use Mangler consistentlyMisha Brukman
2004-08-17New, more general, interface.Chris Lattner
2004-08-17PowerPC 32-/64-bit split: Part II, 64-bit customizations on PowerPCMisha Brukman
2004-08-15Zimm16 is now dead. Its entry is not removed from the enum, to avoid havingChris Lattner
2004-08-12* Print out full names for non-GPR or -FPR registersMisha Brukman
2004-08-12Eliminate special-casing 14-bit immediate load/store opcodesMisha Brukman
2004-08-12Correctly print out ASCII literal strings on AIXMisha Brukman
2004-08-1164-bit instruction selector and AIX-specific 64-bit asm printerMisha Brukman