aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/Makefile
AgeCommit message (Expand)Author
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2010-11-15Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner
2010-11-14stub out a powerpc MCInstPrinter implementation.Chris Lattner
2010-11-14move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-07-15Add TargetInfo libraries for all targets.Daniel Dunbar
2009-01-09Removed trailing whitespace from Makefiles.Misha Brukman
2008-08-17Use correct name for PPC codegen libraryAnton Korobeynikov
2008-08-17Factor out asmprinter out of ppcAnton Korobeynikov
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-03-06Switch PPC return lower to use an autogenerated CC description.Chris Lattner
2006-10-28don't dist internal readme'sChris Lattner
2006-04-13Add the README files to the distribution.Reid Spencer
2005-10-21Plugin new subtarget backend into the build.Jim Laskey
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner
2005-09-03ask for a dag iselChris Lattner
2005-08-13Remove support for 64b PPC, it's been broken for a long time. It'll beNate Begeman
2004-12-16Specify all of the targets built.Chris Lattner
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-23Remove extraneous blank lineMisha Brukman
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-14* Make a PPC32-specific code emitter because we have separate classes for 32-Misha Brukman
2004-09-05* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared betweenMisha Brukman
2004-08-17Rewrite targets/rules to generate files for just PowerPC or PPC{32,64}Misha Brukman
2004-08-14Add generation of asm writer from tablegen files to MakefileNate Begeman
2004-08-09Generate a code emitter for PowerPC as well, this will be used in the JIT.Misha Brukman
2004-08-05Simplify makefile by combining all TableGen dependencies into one variableMisha Brukman
2004-08-04Align dependencies so they don't hurt the eyes to look at themMisha Brukman
2004-08-04Make tablegen targets depend on PowerPCInstrFormats.td as wellMisha Brukman
2004-07-27Renamed files:Misha Brukman
2004-07-16The generated instruction selector isn't (yet) functionalMisha Brukman
2004-07-15Revert stuff that I didn't mean to checkinChris Lattner
2004-07-15Patches towards fixing PR341Chris Lattner
2004-06-21Initial revisionMisha Brukman