summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
Commit message (Expand)AuthorAge
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-08
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-20
* Add a PPCCTRLoops verification passHal Finkel2013-05-20
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Generate PPC early conditional returnsHal Finkel2013-04-08
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-26
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-21
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25
* This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt2012-12-13
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Code clean up.Evan Cheng2011-07-25
* Refactor PPC target to separate MC routines from Target routines.Evan Cheng2011-07-25
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* Wire up primitive support in the assembler backend for writing .o filesChris Lattner2010-11-15
* Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner2010-11-15
* convert the operand bits into bitfields since they are all combinable inChris Lattner2010-11-15
* add targetoperand flags for jump tables, constant pool and block addressChris Lattner2010-11-15
* implement support for the MO_DARWIN_STUB TargetOperand flag,Chris Lattner2010-11-14
* switch PPC to a simplified MCInstLowering model.Chris Lattner2010-11-14
* fix PPC.h to not pull in TargetMachine.hChris Lattner2010-11-14
* tidy some targets.Chris Lattner2010-02-02
* remove dead code.Chris Lattner2010-02-02
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29