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 db4cddea8d * Use several Function* for external functions instead of a std::map
* Non-const FP values must be loaded into int regs (for vararg fns) via memory

llvm-svn: 14701
2004-07-08 18:27:59 +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 * Fix header comment, excise references to X86 2004-07-08 17:58: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
PowerPCInstrs.td
PowerPCISelSimple.cpp * Use several Function* for external functions instead of a std::map 2004-07-08 18:27:59 +00:00
PowerPCJITInfo.h
PowerPCReg.td Add file comment. 2004-06-14 15:13:59 +00:00
PowerPCRegisterInfo.cpp Add FIXME notes for spilling int/fp regs (need to calculate stack space). 2004-07-02 17:54:38 +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 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 * Fix header comment, excise references to X86 2004-07-08 17:58:04 +00:00
PPC32CodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PPC32ISelSimple.cpp * Use several Function* for external functions instead of a std::map 2004-07-08 18:27:59 +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 Fix all of those problems that the PPC backend has running 176.gcc :) 2004-07-02 05:48:42 +00:00