1. 508f661 Simplify this logic of creating a default Features object. by Bill Wendling · 15 years ago
  2. ea31737 Don't create a StringRef with a NULL value. by Bill Wendling · 15 years ago
  3. a12c1ff The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 15 years ago
  4. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  5. 24328b9 Change errs() to dbgs(). by David Greene · 16 years ago
  6. 8981b3a Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
  7. 7dcca8f Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
  8. c3e2b6b Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 16 years ago
  9. f31ef09 Switch SubtargetFeature off of ostreams by Chris Lattner · 16 years ago
  10. 08bf4c0 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 16 years ago
  11. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. f413419 Set implied features based upon the CPU's feature list. by Bill Wendling · 18 years ago
  13. e618226 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 19 years ago
  14. 30c0f33 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  15. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  16. 864e444 Clean up some commentary. by Jim Laskey · 20 years ago
  17. 15a8c15 Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 20 years ago
  18. db4621a Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago
  19. 8ff9df2 If a user requests help, give them help on both features and processors by Chris Lattner · 20 years ago
  20. f64f840 Improve help output. by Chris Lattner · 20 years ago
  21. 18a70c3 Move static functions from .h file, reduce #includes, pass strings by const&, by Chris Lattner · 20 years ago
  22. 8d0e9d9 Print: '' is not a recognized processor for this target (ignoring processor) by Chris Lattner · 20 years ago
  23. 27d628d Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  24. a6dde99 Fix VC++ build errors by Jeff Cohen · 20 years ago
  25. 3fee6a5 This new class provides support for platform specific "features". The intent by Jim Laskey · 20 years ago