aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreSubtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+14
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+20
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* 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-2/+2
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-011-2/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+3
* Remove xs1b predicate since it is no longer needed to differentiate betweemRichard Osborne2009-10-061-3/+0
* Remove xs1a subtarget. xs1a is a preproduction device used inRichard Osborne2009-10-061-2/+0
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-4/+2
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-1/+2
* Add XCore backend.Richard Osborne2008-11-071-0/+45