aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SubtargetFeature.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-0/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-26/+26
* Clean up some commentary.Jim Laskey2006-03-241-1/+1
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-261-1/+4
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-21/+46
* If a user requests help, give them help on both features and processorsChris Lattner2005-10-231-24/+40
* Improve help output.Chris Lattner2005-10-231-12/+16
* Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner2005-10-231-45/+99
* Print:Chris Lattner2005-09-071-4/+4
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-0/+27
* Fix VC++ build errorsJeff Cohen2005-09-021-1/+1
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-011-0/+173