aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/SPUSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-1/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-011-1/+1
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-011-3/+3
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-1/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+3
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-2/+1
* Enable PostRA scheduling for SPU. Kalle Raiskila2010-11-291-0/+4
* Change v64 datalayout in SPU.Kalle Raiskila2010-10-261-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-7/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+3
* CellSPU:Scott Michel2009-01-061-1/+1
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-141-0/+1
* More cleanups for CellSPU:Scott Michel2008-01-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-6/+5
* Updated source file headers to llvm coding standard.Scott Michel2007-12-051-3/+2
* Main CellSPU backend files checked in. Intrinsics and autoconf filesScott Michel2007-12-051-0/+95