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