- 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
- 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
- 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 05e5fd6 SubtargetFeature: Cleanup; NFC by Matthias Braun · 9 years ago
- 44d9512 [MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
- eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
- 8c69923 (NFC) Change SubtargetFeatures::ToggleFeature and by Artyom Skrobov · 10 years ago
- 5f16772 Use std::is_sorted instead of manual loops. NFC by Craig Topper · 10 years ago
- e4405e9 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
- d03d229 [ARM] Add knowledge of FPU subtarget features to TargetParser by John Brawn · 10 years ago
- 5377ad6 [MC] Replace custom string join function with the one from StringExtras. by Benjamin Kramer · 10 years ago
- db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
- c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
- aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
- f8cfe1d Make llc use getHostCPUFeatures when 'native' is specified for cpu. by Craig Topper · 10 years ago
- b2a097a Convert feature strings to lowercase even if they have a '+'/'-' in front of them. by Craig Topper · 11 years ago
- 28f550b Update comment to match code behavior. by Craig Topper · 11 years ago
- 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
- 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
- efd7a96 Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. by Michael Kuperstein · 11 years ago
- ba5b04c Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
- 6dc4a8bc Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. by Craig Topper · 11 years ago
- 4fa2fd1 SubTargetFeature.cpp: it seems the size of this SmallVector should be 3 by Hans Wennborg · 11 years ago
- addf51d Make the split function use StringRef::split. by Eric Christopher · 11 years ago
- 9c92847 Use a range based for loop for the SubtargetFeatures print function. by Eric Christopher · 11 years ago
- 0e6f41c Fix odd formatting that snuck into last patch. by Eric Christopher · 11 years ago
- dc5072d ArrayRef-ize the Feature and Processor tables for SubtargetFeatures. by Eric Christopher · 11 years ago
- a9f3a5c Have the SubtargetFeature help routine just not return a number and by Eric Christopher · 11 years ago
- 7eba3f9 Revert "Walk back commits for unused function parameters - they're still being" by Eric Christopher · 11 years ago
- 4b33ec9 Walk back commits for unused function parameters - they're still being by Eric Christopher · 11 years ago
- 80f12c2 Remove a now unnecessary function since all calls have one version by Eric Christopher · 11 years ago
- fbed044 Remove a call to std::exit in a library. Make "Help" return by Eric Christopher · 11 years ago
- 6beaa8a Remove unused argument from AddFeature. by Eric Christopher · 11 years ago
- bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- eab7515 Reverting r199886 (Prevent repetitive warnings for unrecognized processors and features) by Artyom Skrobov · 12 years ago
- a515896 Prevent repetitive warnings for unrecognized processors and features by Artyom Skrobov · 12 years ago
- 5357df6 MC: Don't assume incoming StringRef's are null terminated. by Will Dietz · 12 years ago
- 41d630f Fix the documentation of getDefaultSubtargetFeatures. by Rafael Espindola · 12 years ago
- 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 · 14 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