summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.h
Commit message (Expand)AuthorAge
* 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
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-08
* start using PPC predicates more consistently.Chris Lattner2006-11-17
* encode BLR predicate info for the JITChris Lattner2006-11-04
* Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner2006-11-04
* The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPassChris Lattner2006-09-20
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-06
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* Remove what little AIX support we have. It has never been tested and isn'tChris Lattner2006-07-15
* Remove the -darwin and -aix llc options, inferring darwinism and aixism fromChris Lattner2006-06-16
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-22
* Moved PICEnabled to include/llvm/Target/TargetOptions.hEvan Cheng2006-02-18
* Goodbye PPC pattern isel. You have served us well, but it is now time forChris Lattner2006-01-12
* add an option to generate completely non-pic code, corresponding to whatChris Lattner2005-11-17
* First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman2005-10-18
* Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner2005-10-14
* Remove the X86 and PowerPC Simple instruction selectors; their time hasNate Begeman2005-08-18
* add prototype, remove dead protoChris Lattner2005-08-17
* Consolidate the GPOpt stuff to all use the Subtarget, instead of stillChris Lattner2005-08-05
* Use the new subtarget support to automatically choose the correct ABINate Begeman2005-08-04
* Support building non-PICNate Begeman2005-07-21
* Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to beingNate Begeman2005-07-19
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make pattern isel default for ppcNate Begeman2005-04-15
* Remove 64 bit simple ISel, it never worked correctlyNate Begeman2005-04-05
* Addition of the PPC32 Pattern ISel. While it is far from complete, it willNate Begeman2005-03-24
* Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)Misha Brukman2004-11-14
* All PPC instructions are now auto-printedNate Begeman2004-09-04