1. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  2. 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
  3. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. 05e5fd6 SubtargetFeature: Cleanup; NFC by Matthias Braun · 9 years ago
  6. 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
  7. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  8. 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
  9. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  10. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  11. 8c69923 (NFC) Change SubtargetFeatures::ToggleFeature and by Artyom Skrobov · 10 years ago
  12. 5f16772 Use std::is_sorted instead of manual loops. NFC by Craig Topper · 10 years ago
  13. e4405e9 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
  14. d03d229 [ARM] Add knowledge of FPU subtarget features to TargetParser by John Brawn · 10 years ago
  15. 5377ad6 [MC] Replace custom string join function with the one from StringExtras. by Benjamin Kramer · 10 years ago
  16. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  17. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  18. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  19. f8cfe1d Make llc use getHostCPUFeatures when 'native' is specified for cpu. by Craig Topper · 10 years ago
  20. b2a097a Convert feature strings to lowercase even if they have a '+'/'-' in front of them. by Craig Topper · 11 years ago
  21. 28f550b Update comment to match code behavior. by Craig Topper · 11 years ago
  22. 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
  23. 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  24. efd7a96 Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. by Michael Kuperstein · 11 years ago
  25. ba5b04c Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  26. 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
  27. 4fa2fd1 SubTargetFeature.cpp: it seems the size of this SmallVector should be 3 by Hans Wennborg · 11 years ago
  28. addf51d Make the split function use StringRef::split. by Eric Christopher · 11 years ago
  29. 9c92847 Use a range based for loop for the SubtargetFeatures print function. by Eric Christopher · 11 years ago
  30. 0e6f41c Fix odd formatting that snuck into last patch. by Eric Christopher · 11 years ago
  31. dc5072d ArrayRef-ize the Feature and Processor tables for SubtargetFeatures. by Eric Christopher · 11 years ago
  32. a9f3a5c Have the SubtargetFeature help routine just not return a number and by Eric Christopher · 11 years ago
  33. 7eba3f9 Revert "Walk back commits for unused function parameters - they're still being" by Eric Christopher · 11 years ago
  34. 4b33ec9 Walk back commits for unused function parameters - they're still being by Eric Christopher · 11 years ago
  35. 80f12c2 Remove a now unnecessary function since all calls have one version by Eric Christopher · 11 years ago
  36. fbed044 Remove a call to std::exit in a library. Make "Help" return by Eric Christopher · 11 years ago
  37. 6beaa8a Remove unused argument from AddFeature. by Eric Christopher · 11 years ago
  38. 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
  39. eab7515 Reverting r199886 (Prevent repetitive warnings for unrecognized processors and features) by Artyom Skrobov · 12 years ago
  40. a515896 Prevent repetitive warnings for unrecognized processors and features by Artyom Skrobov · 12 years ago
  41. 5357df6 MC: Don't assume incoming StringRef's are null terminated. by Will Dietz · 12 years ago
  42. 41d630f Fix the documentation of getDefaultSubtargetFeatures. by Rafael Espindola · 12 years ago
  43. a74129a Symbol hygiene: Make sure declarations and definitions match, make helper functions static. by Benjamin Kramer · 13 years ago
  44. 54b69d4 Remove template from function that is only used with one type after r165092. by Craig Topper · 13 years ago
  45. 85e7a40 Remove unused function that used to get itineraries from SubTargetFeatures. This is done from MCSubTargetInfo these days. by Craig Topper · 13 years ago
  46. 49d684e Release build: guard dump functions with by Manman Ren · 13 years ago
  47. c3366cc Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  48. 77198de Constify subtarget info properly so that we dont cast away the const in by Roman Divacky · 13 years ago
  49. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  50. 20baffb Replace (Lower|Upper)caseString in favor of StringRef's newest methods. by Benjamin Kramer · 14 years ago
  51. cc863b2 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 14 years ago
  52. 91111d2 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  53. 1a72add6 Compute feature bits at time of MCSubtargetInfo initialization. by Evan Cheng · 14 years ago
  54. c88d6d4 Eliminate one extra conversion. by Evan Cheng · 14 years ago
  55. 92da450 Another misuse of StringRef. MSVC is very sensitive to that kind of error. by Francois Pichet · 14 years ago
  56. 968af4f Fix use after free. by Rafael Espindola · 14 years ago
  57. d8e27a5 Switch SubtargetFeatures from std::string to StringRef. by Evan Cheng · 14 years ago
  58. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  59. 8264e27 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 14 years ago[Renamed (99%) from llvm/lib/Target/SubtargetFeature.cpp]
  60. 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
  61. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  62. b71afe8 Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> by Nick Lewycky · 15 years ago
  63. 508f661 Simplify this logic of creating a default Features object. by Bill Wendling · 15 years ago
  64. ea31737 Don't create a StringRef with a NULL value. by Bill Wendling · 15 years ago
  65. a12c1ff The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 15 years ago
  66. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  67. 24328b9 Change errs() to dbgs(). by David Greene · 16 years ago
  68. 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
  69. 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
  70. c3e2b6b Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 16 years ago
  71. f31ef09 Switch SubtargetFeature off of ostreams by Chris Lattner · 16 years ago
  72. 08bf4c0 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 16 years ago
  73. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  74. f413419 Set implied features based upon the CPU's feature list. by Bill Wendling · 18 years ago
  75. e618226 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 18 years ago
  76. 30c0f33 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  77. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  78. 864e444 Clean up some commentary. by Jim Laskey · 20 years ago
  79. 15a8c15 Improve compatibility with VC2005, patch by Morten Ofstad! by Jeff Cohen · 20 years ago
  80. db4621a Preparation of supporting scheduling info. Need to find info based on selected by Jim Laskey · 20 years ago
  81. 8ff9df2 If a user requests help, give them help on both features and processors by Chris Lattner · 20 years ago
  82. f64f840 Improve help output. by Chris Lattner · 20 years ago
  83. 18a70c3 Move static functions from .h file, reduce #includes, pass strings by const&, by Chris Lattner · 20 years ago
  84. 8d0e9d9 Print: '' is not a recognized processor for this target (ignoring processor) by Chris Lattner · 20 years ago
  85. 27d628d Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  86. a6dde99 Fix VC++ build errors by Jeff Cohen · 20 years ago
  87. 3fee6a5 This new class provides support for platform specific "features". The intent by Jim Laskey · 20 years ago