llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / Support / CommandLine.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
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 Misha Brukman* Fixed spelling of `invertible'
2009-03-28 Chris Lattnermove a large method out of line.
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-28 Mikhail GlushenkovClarify comment.
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2008-12-23 Steve NaroffTweak --version to include the date and time.
2008-12-09 Nuno Lopesremove unused var
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
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-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-02-23 Dan GohmanFix a bug that caused opt and other tools to silently...
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
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-11 Chris LattnerFix PR1318 by reacting appropriately to a mutating...
2007-04-07 Chris LattnerFix a bug in my earlier commit which exposed positional...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2007-04-05 Chris Lattnerremove the dead removeArgument method, rename Options...
2007-02-01 Devang PatelAdd PrintVersionMessage() that tools can use to print...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-10-13 Chris Lattneravoid a ctor/dtor issue with the ProgramName global.
2006-10-12 Chris Lattnershrink anon-ns and mark stuff static. No functionality...
2006-10-04 Chris LattnerFix more static dtor issues
2006-08-27 Chris LattnerMinor code cleanups
2006-08-27 Chris LattnerAdd external definitions for commonly-used template...
2006-08-23 Reid SpencerMake the ProgramName variable a std::string so we can...
2006-08-21 Reid SpencerFor PR797:
2006-08-02 Jim LaskeyIf the Program name was NULL then all further output...
2006-07-18 Chris LattnerAdd an out-of-line virtual method to provide a home...
2006-07-06 Chris LattnerPrint LLVM version info like this:
2006-06-05 Reid SpencerMake it possible to override the standard version print...
2006-04-28 Chris LattnerFix PR743: emit -help output of a tool to cout, not...
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2005-12-26 Duraid MadinaMERRY CHRISTMAS EVERYONE!!! (what better way to spend...
2005-11-16 Chris Lattnerindicate when a tool is a debug build.
2005-08-08 Chris LattnerAllow tools with "consume after" options (like lli...
2005-08-08 Chris LattnerReject command lines that have too many positional...
2005-05-13 Chris LattnerCapitalize
2005-05-10 Chris LattnerDo not use "" as a sentinal for a missing argument...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-14 Chris LattnerWork around GCC PR19958, which causes programs to somet...
2004-11-24 Reid SpencerImplement and document prefix options with arbitrary...
2004-11-20 Tanya LattnerFixed assertion from triggering. We need to check if...
2004-11-19 Chris LattnerPatches to avoid "leaking" memory on process exit....
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerImplement the MoreHelp utility that calls a function...
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-04 Reid SpencerAdd a --version option for every tool that prints out:
2004-07-18 Chris LattnerAdd a workaround for a GCC 3.3.2 bug
2004-07-03 Chris LattnerFix compilation on internix
2004-05-06 Chris LattnerImplement the new cl::PositionalEatsArgs flag, refactor...
2004-03-04 Alkis EvlogimenosHide variable from other functions.
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Brian GaekeChange to use strtoul instead of strtoll.
2003-09-16 Brian GaekeAdd missing apostrophe. It's been bugging me for years.
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-07-30 Chris LattnerAdd support for "named positional arguments"
2003-07-10 Misha BrukmanFixed grammatical error.
2003-07-10 Misha BrukmanLowercase versions of `occurrence' need to be spelled...
2003-07-10 Misha Brukman`Occurrence' has no `a' and the `r' is doubled.
2003-06-28 Chris LattnerAdd support for 'unsigned' command line arguments
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerDestroy using declarations
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-02 Chris LattnerFix lli with no arguments
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-27 Chris LattnerRemove needless #include
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerMinor bugfix, prevents error in LLI
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-05-22 Chris LattnerAdd ability to update existing variables with values...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-02-24 Chris Lattner64 bit clean now
next