aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-1/+1
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-3/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-0/+1
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-151-1/+2
* stub out a powerpc MCInstPrinter implementation.Chris Lattner2010-11-141-1/+1
* move PPCAsmPrinter into the main PPC library, like ARM and X86.Chris Lattner2010-11-141-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-151-1/+1
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-091-2/+2
* Use correct name for PPC codegen libraryAnton Korobeynikov2008-08-171-1/+1
* Factor out asmprinter out of ppcAnton Korobeynikov2008-08-171-1/+3
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Switch PPC return lower to use an autogenerated CC description.Chris Lattner2007-03-061-1/+2
* don't dist internal readme'sChris Lattner2006-10-281-1/+0
* Add the README files to the distribution.Reid Spencer2006-04-131-0/+1
* Plugin new subtarget backend into the build.Jim Laskey2005-10-211-1/+1
* Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner2005-10-141-5/+5
* ask for a dag iselChris Lattner2005-09-031-1/+2
* Remove support for 64b PPC, it's been broken for a long time. It'll beNate Begeman2005-08-131-3/+2
* Specify all of the targets built.Chris Lattner2004-12-161-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Remove extraneous blank lineMisha Brukman2004-10-231-1/+0
* Adjust to changes in Makefile.rulesReid Spencer2004-10-221-36/+4
* * Make a PPC32-specific code emitter because we have separate classes for 32-Misha Brukman2004-10-141-6/+6
* * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared betweenMisha Brukman2004-09-051-1/+1
* Rewrite targets/rules to generate files for just PowerPC or PPC{32,64}Misha Brukman2004-08-171-19/+18
* Add generation of asm writer from tablegen files to MakefileNate Begeman2004-08-141-1/+6
* Generate a code emitter for PowerPC as well, this will be used in the JIT.Misha Brukman2004-08-091-1/+5
* Simplify makefile by combining all TableGen dependencies into one variableMisha Brukman2004-08-051-22/+15
* Align dependencies so they don't hurt the eyes to look at themMisha Brukman2004-08-041-12/+12
* Make tablegen targets depend on PowerPCInstrFormats.td as wellMisha Brukman2004-08-041-0/+2
* Renamed files:Misha Brukman2004-07-271-5/+5
* The generated instruction selector isn't (yet) functionalMisha Brukman2004-07-161-7/+1
* Revert stuff that I didn't mean to checkinChris Lattner2004-07-151-2/+1
* Patches towards fixing PR341Chris Lattner2004-07-151-1/+2
* Initial revisionMisha Brukman2004-06-211-0/+55