aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPU.h
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of integer width predicate functions in favor of MathExtras.Benjamin Kramer2010-03-291-128/+0
* From Kalle Raiskila:Chris Lattner2010-03-291-3/+64
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-251-64/+3
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-251-3/+64
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* 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/+3
* 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/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+0
* 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/+3
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Use template to distinguish between function variants.Duncan Sands2008-10-081-5/+14
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* More cleanups for CellSPU:Scott Michel2008-01-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-3/+2
* Start committing working test cases for CellSPU.Scott Michel2007-12-151-1/+28
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
* More CellSPU files... more to follow.Scott Michel2007-12-031-0/+64