llvm-6502/lib/Target/PowerPC
2004-09-04 14:51:26 +00:00
..
LICENSE.TXT
Makefile
PowerPCInstrInfo.h
PowerPCRegisterInfo.h
PowerPCTargetMachine.h All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPC32.td
PPC32AsmPrinter.cpp Include MathExtras.h to fix build breakage, thanks to Vladimir 2004-09-04 14:51:26 +00:00
PPC32ISelSimple.cpp All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPC32JITInfo.h
PPC32RegisterInfo.td Switch from bytes to bits for alignment. 2004-08-21 20:14:40 +00:00
PPC64.td
PPC64CodeEmitter.cpp
PPC64InstrInfo.cpp
PPC64InstrInfo.h
PPC64ISelSimple.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PPC64JITInfo.h
PPC64RegisterInfo.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PPC64RegisterInfo.h
PPC64RegisterInfo.td Switch from bytes to bits for alignment. 2004-08-21 20:14:40 +00:00
PPC64TargetMachine.h
PPC.h All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPCAsmPrinter.cpp Include MathExtras.h to fix build breakage, thanks to Vladimir 2004-09-04 14:51:26 +00:00
PPCBranchSelector.cpp Convert remaining X-Form and Pseudo instructions over to asm writer 2004-09-02 08:13:00 +00:00
PPCCodeEmitter.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PPCFrameInfo.h
PPCInstrBuilder.h
PPCInstrFormats.td All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPCInstrInfo.cpp
PPCInstrInfo.h
PPCInstrInfo.td All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPCJITInfo.h
PPCRegisterInfo.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PPCRegisterInfo.h
PPCRegisterInfo.td
PPCTargetMachine.cpp All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
PPCTargetMachine.h All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00
README.txt All PPC instructions are now auto-printed 2004-09-04 05:00:00 +00:00

TODO:
* implement not-R0 register GPR class
* fix rlwimi generation to be use-and-def
* implement scheduling info
* implement powerpc-64 for darwin
* implement powerpc-64 for aix
* use stfiwx in float->int
* should hint to the branch select pass that it doesn't need to print the
  second unconditional branch, so we don't end up with things like:
	b .LBBl42__2E_expand_function_8_674	; loopentry.24
	b .LBBl42__2E_expand_function_8_42	; NewDefault
	b .LBBl42__2E_expand_function_8_42	; NewDefault

Currently failing tests that should pass:
* MultiSource
  |- Applications
  |  `- hbd: miscompilation