aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/CommandLine.cpp
AgeCommit message (Expand)Author
2004-11-24Implement and document prefix options with arbitrary values including anReid Spencer
2004-11-20Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner
2004-11-19Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner
2004-11-16Add a comment to some code that at first glance just doesn't look right.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer
2004-11-07Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-09-01Make CommandLine prefix error output with the name of the program.Reid Spencer
2004-08-13Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer
2004-08-04Add a --version option for every tool that prints out:Reid Spencer
2004-07-18Add a workaround for a GCC 3.3.2 bugChris Lattner
2004-07-03Fix compilation on internixChris Lattner
2004-05-06Implement the new cl::PositionalEatsArgs flag, refactor code a bitChris Lattner
2004-03-04Hide variable from other functions.Alkis Evlogimenos
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Change to use strtoul instead of strtoll.Brian Gaeke
2003-09-16Add missing apostrophe. It's been bugging me for years.Brian Gaeke
2003-09-16Fixed spelling & grammar.Misha Brukman
2003-08-15lib/Support/CommandLine.cpp:Brian Gaeke
2003-08-14Add support for reading command line arguments from an environment variable.Brian Gaeke
2003-07-30Add support for "named positional arguments"Chris Lattner
2003-07-10Fixed grammatical error.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-05-22Add new CommaSeparated option modifierChris Lattner
2003-05-22Destroy using declarationsChris Lattner
2002-08-07Simplify writing custom parsers.Chris Lattner
2002-08-02Fix lli with no argumentsChris Lattner
2002-07-31Fix bug that was causing problems for lliChris Lattner
2002-07-29* Fix assertion failure caused by command line argument getting removed afterChris Lattner
2002-07-27Remove needless #includeChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-24Fix a bug exposed by lliChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22Minor bugfix, prevents error in LLIChris Lattner
2002-07-22Checkin CommandLine 2.0Chris Lattner
2002-05-22Add ability to update existing variables with values read from the command lineChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-02-2464 bit clean nowChris Lattner
2002-01-31If an invalid alternative is listed for an argument, print the valid optionsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26* Implement support for folding multiple single letter arguments together likeChris Lattner
2001-10-27Provide option to enable eating of all arguments following a specific oneChris Lattner
2001-10-24Clean up error handling a bit. Add / as a seperator for command line argumen...Chris Lattner
2001-10-13Add StringList supportChris Lattner