Reinstate "Nuke the old JIT."
[oota-llvm.git] / lib / Target / PowerPC / Makefile
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-07-30 Bill Schmidt[PowerPC] Skeletal FastISel support for 64-bit PowerPC...
2013-05-03 Ulrich Weigand[PowerPC] Add assembler parser
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2010-11-15 Chris LattnerImplement a basic MCCodeEmitter for PPC. This doesn...
2010-11-14 Chris Lattnerstub out a powerpc MCInstPrinter implementation.
2010-11-14 Chris Lattnermove PPCAsmPrinter into the main PPC library, like...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-08-17 Anton KorobeynikovUse correct name for PPC codegen library
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
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