2009-08-02 |
Benjamin Kramer | Remove duplicated colons and spaces. |
blob | commitdiff | raw |
2009-07-26 |
Daniel Dunbar | Sort list of targets in --version. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Daniel Dunbar | Add registered target list to --version output. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Bill Wendling | Add support for a character after a command line option... |
blob | commitdiff | raw | diff to current |
2009-04-08 |
Chris Lattner | Remove AllowInverse: it leaks memory and is not the... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Misha Brukman | * Fixed spelling of `invertible' |
blob | commitdiff | raw | diff to current |
2009-03-28 |
Chris Lattner | move a large method out of line. |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Mike Stump | Improve -fno-opt style option processing to not require... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Mike Stump | Add opposite_of and inverse_opt to support -fno- style... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Mikhail Glushenkov | Clarify comment. |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Mikhail Glushenkov | Mimic gcc behaviour with regard to response files. |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Mikhail Glushenkov | Support for multi-valued options in CommandLine |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Steve Naroff | Tweak --version to include the date and time. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Nuno Lopes | remove unused var |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Matthijs Kooijman | Give a proper error message when a command line option... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Mikhail Glushenkov | Add support for response files to the CommandLine library. |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
blob | commitdiff | raw | diff to current |
2008-02-23 |
Dan Gohman | Fix a bug that caused opt and other tools to silently... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Dan Gohman | Pass argc by value, not by reference, since it isn... |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Dale Johannesen | Make tail merging the default, except on powerPC. ... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Chris Lattner | improve the patch for PR1318 to also support grouped... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Chris Lattner | Fix PR1318 by reacting appropriately to a mutating... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Chris Lattner | Fix a bug in my earlier commit which exposed positional... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Chris Lattner | rearchitect the registration mechanism used by the... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Chris Lattner | remove the dead removeArgument method, rename Options... |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Devang Patel | Add PrintVersionMessage() that tools can use to print... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Don't use <sstream> in Streams.h but <iosfwd> instead. |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-26 |
Bill Wendling | Removed #include <iostream> and replace with llvm_... |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Chris Lattner | avoid a ctor/dtor issue with the ProgramName global. |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Chris Lattner | shrink anon-ns and mark stuff static. No functionality... |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Chris Lattner | Fix more static dtor issues |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | Minor code cleanups |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | Add external definitions for commonly-used template... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
Reid Spencer | Make the ProgramName variable a std::string so we can... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Reid Spencer | For PR797: |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Jim Laskey | If the Program name was NULL then all further output... |
blob | commitdiff | raw | diff to current |
2006-07-18 |
Chris Lattner | Add an out-of-line virtual method to provide a home... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Chris Lattner | Print LLVM version info like this: |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Reid Spencer | Make it possible to override the standard version print... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Chris Lattner | Fix PR743: emit -help output of a tool to cout, not... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Chris Lattner | Add support for programs with a null argv[0] |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Duraid Madina | MERRY CHRISTMAS EVERYONE!!! (what better way to spend... |
blob | commitdiff | raw | diff to current |
2005-11-16 |
Chris Lattner | indicate when a tool is a debug build. |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Chris Lattner | Allow tools with "consume after" options (like lli... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Chris Lattner | Reject command lines that have too many positional... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Chris Lattner | Capitalize |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Chris Lattner | Do not use "" as a sentinal for a missing argument... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Chris Lattner | Work around GCC PR19958, which causes programs to somet... |
blob | commitdiff | raw | diff to current |
2004-11-24 |
Reid Spencer | Implement and document prefix options with arbitrary... |
blob | commitdiff | raw | diff to current |
2004-11-20 |
Tanya Lattner | Fixed assertion from triggering. We need to check if... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | Patches to avoid "leaking" memory on process exit.... |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Reid Spencer | Add a comment to some code that at first glance just... |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Reid Spencer | Per code review: |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Reid Spencer | Implement the MoreHelp utility that calls a function... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Misha Brukman | Replace uses of llvm.org with llvm.cs.uiuc.edu |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Make CommandLine prefix error output with the name... |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Reid Spencer | Allow any cl::opt to use the method getPosition() to... |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Reid Spencer | Add a --version option for every tool that prints out: |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Chris Lattner | Add a workaround for a GCC 3.3.2 bug |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Chris Lattner | Fix compilation on internix |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Chris Lattner | Implement the new cl::PositionalEatsArgs flag, refactor... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alkis Evlogimenos | Hide variable from other functions. |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Chris Lattner | Finegrainify namespacification |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Brian Gaeke | Change to use strtoul instead of strtoll. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Brian Gaeke | Add missing apostrophe. It's been bugging me for years. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Misha Brukman | Fixed spelling & grammar. |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Brian Gaeke | lib/Support/CommandLine.cpp: |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Brian Gaeke | Add support for reading command line arguments from... |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Chris Lattner | Add support for "named positional arguments" |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Misha Brukman | Fixed grammatical error. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Misha Brukman | Lowercase versions of `occurrence' need to be spelled... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Misha Brukman | `Occurrence' has no `a' and the `r' is doubled. |
blob | commitdiff | raw | diff to current |
2003-06-28 |
Chris Lattner | Add support for 'unsigned' command line arguments |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Chris Lattner | Add new CommaSeparated option modifier |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Chris Lattner | Destroy using declarations |
blob | commitdiff | raw | diff to current |
2002-08-07 |
Chris Lattner | Simplify writing custom parsers. |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Chris Lattner | Fix lli with no arguments |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Chris Lattner | Fix bug that was causing problems for lli |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Chris Lattner | * Fix assertion failure caused by command line argument... |
blob | commitdiff | raw | diff to current |
2002-07-27 |
Chris Lattner | Remove needless #include |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Chris Lattner | Fix a bug exposed by lli |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Chris Lattner | Minor bugfix, prevents error in LLI |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Chris Lattner | Checkin CommandLine 2.0 |
blob | commitdiff | raw | diff to current |
next |