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
Misha Brukman 7089b3d426 * Allow more registers to be allocated from the general register pool
* Define the condition register class

llvm-svn: 14510
2004-06-30 21:54:50 +00:00
..
Makefile Initial revision 2004-06-21 16:55:25 +00:00
PowerPC.h Add comments describing how you would add prototypes for factory methods for 2004-02-02 19:05:28 +00:00
PowerPC.td Initial revision 2004-06-21 16:55:25 +00:00
PowerPCAsmPrinter.cpp * Inquire about the number of operands from the instruction directly 2004-06-30 21:54:12 +00:00
PowerPCCodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PowerPCInstrBuilder.h 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
PowerPCInstrInfo.td * Use LA instead of LWZ for LoadLoAddr 2004-06-29 23:37:36 +00:00
PowerPCInstrs.td Import of skeletal PowerPC backend I have had laying around for months... 2004-01-21 21:13:19 +00:00
PowerPCISelSimple.cpp * Don't save LR when outputting globals: it's already saved on the stack once 2004-06-29 23:45:05 +00:00
PowerPCJITInfo.h Add CodeEmitter and JITInfo stubs. Dump the old 2004-01-23 06:35:43 +00:00
PowerPCReg.td Add file comment. 2004-06-14 15:13:59 +00:00
PowerPCRegisterInfo.cpp Always assume a function may have calls because the printer may add `bl' to get 2004-06-30 00:09:12 +00:00
PowerPCRegisterInfo.h Initial revision 2004-06-21 16:55:25 +00:00
PowerPCRegisterInfo.td * Allow more registers to be allocated from the general register pool 2004-06-30 21:54:50 +00:00
PowerPCTargetMachine.cpp Fix the fixed stack offset, patch contributed by Vladimir Prus 2004-06-10 06:19:25 +00:00
PowerPCTargetMachine.h Initial revision 2004-06-21 16:55:25 +00:00
PPC32AsmPrinter.cpp * Inquire about the number of operands from the instruction directly 2004-06-30 21:54:12 +00:00
PPC32CodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PPC32ISelSimple.cpp * Don't save LR when outputting globals: it's already saved on the stack once 2004-06-29 23:45:05 +00:00
PPC.h Initial revision 2004-06-21 16:55:25 +00:00
PPCJITInfo.h Initial revision 2004-06-21 16:55:25 +00:00
PPCTargetMachine.cpp Lower ConstantExpressions before the code generator. 2004-06-29 23:33:20 +00:00