summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPU.h
Commit message (Expand)AuthorAge
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Add a "nop filler" pass to SPU.Kalle Raiskila2011-01-11
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-29
* From Kalle Raiskila:Chris Lattner2010-03-29
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-25
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-25
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* 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
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* 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 template to distinguish between function variants.Duncan Sands2008-10-08
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* More cleanups for CellSPU:Scott Michel2008-01-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Start committing working test cases for CellSPU.Scott Michel2007-12-15
* Updated source file headers to llvm coding standard.Scott Michel2007-12-05
* More CellSPU files... more to follow.Scott Michel2007-12-03