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