llvm-6502/lib/Target/PowerPC
Misha Brukman e9c6551fed * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode
* If SetCondInst is folded into BranchInst (and it is the only user), do not
  emit code for SetCondInst
* Fix assembly opcodes in comments in visitSetCondInst()
* Fix codegen of conditional branches


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14643 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-06 15:32:44 +00:00
..
Makefile Initial revision 2004-06-21 16:55:25 +00:00
PowerPC.h
PowerPC.td Initial revision 2004-06-21 16:55:25 +00:00
PowerPCAsmPrinter.cpp Check if operand has an allocated reg before requesting it. 2004-07-01 21:09:12 +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
PowerPCInstrs.td
PowerPCISelSimple.cpp * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode 2004-07-06 15:32:44 +00:00
PowerPCJITInfo.h
PowerPCReg.td
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
PowerPCTargetMachine.cpp
PowerPCTargetMachine.h Initial revision 2004-06-21 16:55:25 +00:00
PPC32AsmPrinter.cpp Check if operand has an allocated reg before requesting it. 2004-07-01 21:09:12 +00:00
PPC32ISelSimple.cpp * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode 2004-07-06 15:32:44 +00:00
PPC.h Initial revision 2004-06-21 16:55:25 +00:00
PPCAsmPrinter.cpp Check if operand has an allocated reg before requesting it. 2004-07-01 21:09:12 +00:00
PPCCodeEmitter.cpp Initial revision 2004-06-21 16:55:25 +00:00
PPCInstrBuilder.h Initial revision 2004-06-21 16:55:25 +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 Fix all of those problems that the PPC backend has running 176.gcc :) 2004-07-02 05:48:42 +00:00