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