1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Target/PowerPC
2004-07-16 20:31:13 +00:00
..
Makefile The generated instruction selector isn't (yet) functional 2004-07-16 20:31:13 +00:00
PowerPC.h Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. 2004-07-16 10:31:25 +00:00
PowerPC.td Initial revision 2004-06-21 16:55:25 +00:00
PowerPCAsmPrinter.cpp * Output non-lazy linking stubs for external global variables 2004-07-16 20:29:04 +00:00
PowerPCCodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PowerPCInstrBuilder.h * Wrap long lines (comments and code) 2004-07-07 20:01:36 +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
PowerPCInstrInfo.td * Coalesce the handy CALL* alias opcodes with the standard ones 2004-06-30 22:00:45 +00:00
PowerPCISelSimple.cpp Patches towards fixing PR341 2004-07-15 02:14:30 +00:00
PowerPCJITInfo.h Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc. 2004-07-16 10:31:25 +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
PowerPCRegisterInfo.td * Do not allocate r0 as we use it indiscriminantly in the instr selector. 2004-07-01 21:24:50 +00:00
PowerPCTargetMachine.cpp Define double alignment as 8 bytes now that assert(DoubleAlignment == PointerSize) 2004-07-16 19:32:12 +00:00
PowerPCTargetMachine.h Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC 2004-07-12 23:36:12 +00:00
PPC32AsmPrinter.cpp * Output non-lazy linking stubs for external global variables 2004-07-16 20:29:04 +00:00
PPC32CodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PPC32ISelSimple.cpp Patches towards fixing PR341 2004-07-15 02:14:30 +00:00