llvm-6502/lib/Target/PowerPC
Misha Brukman 29188c6ff6 * Add spaces between words and numbers in comments printed out for longs/floats
* Print out IMPLICIT_DEFS as comments in the assembly, patch by Nate Begeman


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14890 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-16 19:01:13 +00:00
..
Makefile Revert stuff that I didn't mean to checkin 2004-07-15 02:33:38 +00:00
PowerPC.td Initial revision 2004-06-21 16:55:25 +00:00
PowerPCAsmPrinter.cpp * Add spaces between words and numbers in comments printed out for longs/floats 2004-07-16 19:01:13 +00:00
PowerPCCodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PowerPCInstrInfo.cpp Initial revision 2004-06-21 16:55:25 +00:00
PowerPCInstrInfo.h Initial revision 2004-06-21 16:55:25 +00:00
PowerPCISelSimple.cpp Patches towards fixing PR341 2004-07-15 02:14:30 +00:00
PowerPCRegisterInfo.cpp Delete the allocate*TargetMachine function, which is now dead. 2004-07-11 04:17:58 +00:00
PowerPCRegisterInfo.h Initial revision 2004-06-21 16:55:25 +00:00
PowerPCTargetMachine.h Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC 2004-07-12 23:36:12 +00:00
PPC32AsmPrinter.cpp * Add spaces between words and numbers in comments printed out for longs/floats 2004-07-16 19:01:13 +00:00
PPC32ISelSimple.cpp Patches towards fixing PR341 2004-07-15 02:14:30 +00:00
PPC.h Initial revision 2004-06-21 16:55:25 +00:00
PPCAsmPrinter.cpp * Add spaces between words and numbers in comments printed out for longs/floats 2004-07-16 19:01:13 +00:00
PPCCodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PPCInstrBuilder.h * Wrap long lines (comments and code) 2004-07-07 20:01:36 +00:00
PPCInstrInfo.td * Coalesce the handy CALL* alias opcodes with the standard ones 2004-06-30 22:00:45 +00:00
PPCJITInfo.h Initial revision 2004-06-21 16:55:25 +00:00
PPCRegisterInfo.td * Do not allocate r0 as we use it indiscriminantly in the instr selector. 2004-07-01 21:24:50 +00:00
PPCTargetMachine.cpp Revert stuff that I didn't mean to checkin 2004-07-15 02:33:38 +00:00