Initializers for some fields were missing in Option::Option
[oota-llvm.git] / include / llvm / Support / CommandLine.h
2012-07-13 Alexander KornienkoInitializers for some fields were missing in Option...
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-02-07 David BlaikieCorrect use of const in ParseCommandLineOptions
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2011-12-01 David BlaikieAdd some missing anchors.
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-04-22 Frits van BommelComment out some unused parameter names to silence...
2011-04-05 Andrew TrickFix a typo.
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2010-08-10 Mikhail GlushenkovTrailing whitespace.
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-09 Chris Lattnerenhance bits_storage to work with enums by using a...
2009-12-11 Anders CarlssonAdd qualifiers for calls to member functions in depende...
2009-11-05 Douglas GregorMove llvm::cl::opt's conversion function into the base...
2009-11-05 Chris LattnerDeclare classes with matched tags, pointed out by a...
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-04 Evan ChengRename enum NumOccurrences to NumOccurrencesFlag since...
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-06-17 Mikhail GlushenkovFix comment.
2009-04-29 Bill WendlingAdd support for a character after a command line option...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2008-05-20 Steve NaroffSilence a warning about "*/" outside a comment.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-28 Mikhail GlushenkovAdd support for response files to the CommandLine library.
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-09 Dan GohmanRemove an unnecessary friend declaration.
2007-10-09 Chris Lattnerupdate prototype, fixing build error
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-08 Dan GohmanFix grammar in a comment.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-07-05 Dan GohmanAdd explicit keywords.
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-06 Chris LattnerSwitch some vectors to smallvectors. This reduces...
2007-04-06 Chris LattnerEliminate unneeded virtual methods
2007-04-05 Chris Lattnereliminate a virtual method
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2006-10-12 Chris Lattnersimplify trivial function
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-05-12 Reid SpencerDon't use old-style casts. This prevents compiler warni...
2005-10-24 Chris LattnerMove the END_WITH_NULL marker. Vladimir suggests that...
2005-10-23 Jeff CohenWork around GCC's dislike of attributes on function...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-14 Chris LattnerFix errors when compiling with -pedantic
2005-08-26 Jim LaskeyChange unsigned lng to unsigned.
2005-08-25 Jim LaskeyAdded cl::bits option type (bit vectors). See "Collect...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-18 Reid SpencerMake sure a variable is initialized before use to clean...
2005-06-17 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
2005-04-22 Reid SpencerChange some old-style casts to C++ style casts to avoid...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-12-05 Reid SpencerMake a const method const
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Chris LattnerRemove extraneous cl:: namespace qualifiers
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-07-25 Chris LattnerAdd includes of assert
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
next