aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSubtargetInfo.h
AgeCommit message (Expand)Author
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-10-08misched: remove the unused getSpecialAddressLatency hook.Andrew Trick
2012-09-18TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...NAKAMURA Takumi
2012-09-17TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-14whitespaceAndrew Trick
2012-03-25Prune some includes and forward declarations.Craig Topper
2012-02-22Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng