aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetSubtarget.cpp
AgeCommit message (Expand)Author
2011-07-01Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng
2009-11-13Allow target to specify regclass for which antideps will only be broken along...David Goodwin
2009-11-10Fixed to address code review. No functional changes.David Goodwin
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-12I don't know how this ever compiled with gcc, but VC++ correctly rejects it.Jeff Cohen
2005-07-12Implement Subtarget supportNate Begeman