Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to...
[oota-llvm.git] / lib / Target / PowerPC / Makefile
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-03-06 Chris LattnerSwitch PPC return lower to use an autogenerated CC...
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-04-13 Reid SpencerAdd the README files to the distribution.
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-09-03 Chris Lattnerask for a dag isel
2005-08-13 Nate BegemanRemove support for 64b PPC, it's been broken for a...
2004-12-16 Chris LattnerSpecify all of the targets built.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-23 Misha BrukmanRemove extraneous blank line
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-14 Misha Brukman* Make a PPC32-specific code emitter because we have...
2004-09-05 Misha Brukman* Change PPC32AsmPrinter => PowerPCAsmPrinter since...
2004-08-17 Misha BrukmanRewrite targets/rules to generate files for just PowerP...
2004-08-14 Nate BegemanAdd generation of asm writer from tablegen files to...
2004-08-09 Misha BrukmanGenerate a code emitter for PowerPC as well, this will...
2004-08-05 Misha BrukmanSimplify makefile by combining all TableGen dependencie...
2004-08-04 Misha BrukmanAlign dependencies so they don't hurt the eyes to look...
2004-08-04 Misha BrukmanMake tablegen targets depend on PowerPCInstrFormats...
2004-07-27 Misha BrukmanRenamed files:
2004-07-16 Misha BrukmanThe generated instruction selector isn't (yet) functional
2004-07-15 Chris LattnerRevert stuff that I didn't mean to checkin
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-06-21 Misha BrukmanInitial revision