1. a74129a Symbol hygiene: Make sure declarations and definitions match, make helper functions static. by Benjamin Kramer · 13 years ago
  2. 54b69d4 Remove template from function that is only used with one type after r165092. by Craig Topper · 13 years ago
  3. 85e7a40 Remove unused function that used to get itineraries from SubTargetFeatures. This is done from MCSubTargetInfo these days. by Craig Topper · 13 years ago
  4. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  5. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  6. 77198de Constify subtarget info properly so that we dont cast away the const in by Roman Divacky · 13 years ago
  7. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  8. 20baffb Replace (Lower|Upper)caseString in favor of StringRef's newest methods. by Benjamin Kramer · 14 years ago
  9. cc863b2 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 14 years ago
  10. 91111d2 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  11. 1a72add6 Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
  12. c88d6d4 Eliminate one extra conversion. by Evan Cheng · 14 years ago
  13. 92da450 Another misuse of StringRef. MSVC is very sensitive to that kind of error. by Francois Pichet · 14 years ago
  14. 968af4f Fix use after free. by Rafael Espindola · 14 years ago
  15. d8e27a5 Switch SubtargetFeatures from std::string to StringRef. by Evan Cheng · 14 years ago
  16. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  17. 8264e27 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 14 years ago[Renamed (99%) from llvm/lib/Target/SubtargetFeature.cpp]
  18. a2e6129 Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some targets are getting very close to 32 subtarget features. Also teach tablegen to error when there are more than 64 features to guard against undefined behavior. rdar://9282332 by Evan Cheng · 15 years ago
  19. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  20. b71afe8 Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> by Nick Lewycky · 15 years ago
  21. 508f661 Simplify this logic of creating a default Features object. by Bill Wendling · 15 years ago
  22. ea31737 Don't create a StringRef with a NULL value. by Bill Wendling · 15 years ago
  23. a12c1ff The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 15 years ago
  24. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  25. 24328b9 Change errs() to dbgs(). by David Greene · 16 years ago
  26. 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
  27. 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
  28. c3e2b6b Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 16 years ago
  29. f31ef09 Switch SubtargetFeature off of ostreams by Chris Lattner · 16 years ago
  30. 08bf4c0 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 16 years ago
  31. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  32. f413419 Set implied features based upon the CPU's feature list. by Bill Wendling · 18 years ago
  33. e618226 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 18 years ago
  34. 30c0f33 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  35. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  36. 864e444 Clean up some commentary. by Jim Laskey · 20 years ago
  37. 15a8c15 Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 20 years ago
  38. db4621a Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago
  39. 8ff9df2 If a user requests help, give them help on both features and processors by Chris Lattner · 20 years ago
  40. f64f840 Improve help output. by Chris Lattner · 20 years ago
  41. 18a70c3 Move static functions from .h file, reduce #includes, pass strings by const&, by Chris Lattner · 20 years ago
  42. 8d0e9d9 Print: '' is not a recognized processor for this target (ignoring processor) by Chris Lattner · 20 years ago
  43. 27d628d Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  44. a6dde99 Fix VC++ build errors by Jeff Cohen · 20 years ago
  45. 3fee6a5 This new class provides support for platform specific "features". The intent by Jim Laskey · 20 years ago