aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SubtargetFeature.cpp
AgeCommit message (Expand)Author
2006-03-24Clean up some commentary.Jim Laskey
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2005-10-25Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey
2005-10-23If a user requests help, give them help on both features and processorsChris Lattner
2005-10-23Improve help output.Chris Lattner
2005-10-23Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner
2005-09-07Print:Chris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-02Fix VC++ build errorsJeff Cohen
2005-09-01This new class provides support for platform specific "features". The intentJim Laskey