Age | Commit message (Expand) | Author |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-28 | Add support for response files to the CommandLine library. | Mikhail Glushenkov |
2008-02-20 | Add explicit keywords. | Dan Gohman |
2008-02-20 | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! | Anton Korobeynikov |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-10-09 | Remove an unnecessary friend declaration. | Dan Gohman |
2007-10-09 | update prototype, fixing build error | Chris Lattner |
2007-10-09 | Pass argc by value, not by reference, since it isn't modified. | Dan Gohman |
2007-10-08 | Fix grammar in a comment. | Dan Gohman |
2007-10-08 | Add explicit keywords. | Dan Gohman |
2007-07-05 | Add explicit keywords. | Dan Gohman |
2007-05-22 | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen |
2007-04-12 | improve the patch for PR1318 to also support grouped options with custom | Chris Lattner |
2007-04-06 | rearchitect the registration mechanism used by the command line option stuff. | Chris Lattner |
2007-04-06 | Switch some vectors to smallvectors. This reduces amount of malloc'd | Chris Lattner |
2007-04-06 | Eliminate unneeded virtual methods | Chris Lattner |
2007-04-05 | eliminate a virtual method | Chris Lattner |
2007-04-05 | remove the dead removeArgument method, rename Options to OptionsMap. | Chris Lattner |
2007-02-01 | Add PrintVersionMessage() that tools can use to print version number | Devang Patel |
2006-10-12 | simplify trivial function | Chris Lattner |
2006-08-27 | Add external definitions for commonly-used template specializations and add | Chris Lattner |
2006-07-18 | Add an out-of-line virtual method to provide a home for the cl::option class. | Chris Lattner |
2006-06-05 | Make it possible to override the standard version printer. Not all tools | Reid Spencer |
2006-05-12 | Don't use old-style casts. This prevents compiler warnings when CommandLine.h | Reid Spencer |
2005-10-24 | Move the END_WITH_NULL marker. Vladimir suggests that this works better with | Chris Lattner |
2005-10-23 | Work around GCC's dislike of attributes on function definitions. | Jeff Cohen |
2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
2005-10-14 | Fix errors when compiling with -pedantic | Chris Lattner |
2005-08-26 | Change unsigned lng to unsigned. | Jim Laskey |
2005-08-25 | Added cl::bits option type (bit vectors). See "Collecting options as a set | Jim Laskey |
2005-07-27 | Eliminate tabs and trailing spaces. | Jeff Cohen |
2005-06-18 | Make sure a variable is initialized before use to clean up a warning from | Reid Spencer |
2005-06-17 | silence a huge number of bogus warnings with GCC 4 on Reid's tester. | Chris Lattner |
2005-04-22 | Change some old-style casts to C++ style casts to avoid warnings in XPS | Reid Spencer |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-12-13 | Added a size_type typedef to LLVM containers to make Visual Studio shut up | Reid Spencer |
2004-12-05 | Make a const method const | Reid Spencer |
2004-11-16 | Per code review: | Reid Spencer |
2004-11-14 | Add the MoreHelp function pointer. If non-null, this specifies a function to ... | Reid Spencer |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-13 | Allow any cl::opt to use the method getPosition() to retrieve the option's | Reid Spencer |
2004-07-16 | Add a new macro to be used for the end of enum lists. | Chris Lattner |
2004-07-11 | Provide better support for pointer-valued command line arguments | Chris Lattner |
2004-06-03 | The prototype for ParseCommandLineOptions changed at some point, but this | Chris Lattner |
2004-05-07 | Add the enum corresponding to the source change I made earlier | Chris Lattner |
2004-02-24 | Use the new LLVM is_class template instead of the boost one, allowing us to | Chris Lattner |
2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM notice. | John Criswell |