add patterns to the addi/addis/mulli etc instructions. Define predicates
[oota-llvm.git] / lib / Target / PowerPC / PowerPCTargetMachine.h
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-23 Chris LattnerDo not provide the non-specialized PowerPCJITInfo objec...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-08-17 Misha BrukmanMove variables and methods which need PPC{32,64}* disti...
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-11 Misha Brukman* Move AIX into the llvm namespace to be accessed from...
2004-08-11 Nate BegemanClean up 32/64bit and Darwin/AIX split. Next steps...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-07-23 Misha Brukman* Codegen of GEPs dramatically improved by folding...
2004-07-12 Misha BrukmanImplement getModuleMatchQuality and getJITMatchQuality...
2004-06-21 Misha BrukmanInitial revision