aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPC.h
Commit message (Expand)AuthorAgeFilesLines
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+1
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-6/+12
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-4/+1
* Code clean up.Evan Cheng2011-07-251-5/+0
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-251-5/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-14/+1
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+4
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+2
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-091-1/+1
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-151-0/+4
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-151-1/+6
* convert the operand bits into bitfields since they are all combinable inChris Lattner2010-11-151-25/+25
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-151-1/+16
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-141-0/+16
* switch PPC to a simplified MCInstLowering model.Chris Lattner2010-11-141-0/+6
* fix PPC.h to not pull in TargetMachine.hChris Lattner2010-11-141-2/+2
* tidy some targets.Chris Lattner2010-02-021-2/+0
* remove dead code.Chris Lattner2010-02-021-4/+0
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-3/+0
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-0/+4
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-1/+1
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-1/+1
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+3
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-1/+4
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-3/+2
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+3
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-1/+1
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-3/+0
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-081-2/+0
* start using PPC predicates more consistently.Chris Lattner2006-11-171-15/+0
* encode BLR predicate info for the JITChris Lattner2006-11-041-10/+10
* Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner2006-11-041-8/+23
* The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPassChris Lattner2006-09-201-2/+2
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-1/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-5/+5
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-1/+8
* Remove what little AIX support we have. It has never been tested and isn'tChris Lattner2006-07-151-1/+0
* Remove the -darwin and -aix llc options, inferring darwinism and aixism fromChris Lattner2006-06-161-7/+0
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-4/+4
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-1/+0