- Nov 16, 2004
-
-
Reid Spencer authored
llvm-svn: 17886
-
Reid Spencer authored
*Implement/Document the cl::extrahelp feature instead of the MoreHelp ptr. llvm-svn: 17871
-
- Nov 14, 2004
-
-
Reid Spencer authored
Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. llvm-svn: 17774
-
- Nov 07, 2004
-
-
Misha Brukman authored
llvm-svn: 17549
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Sep 01, 2004
-
-
Reid Spencer authored
llvm-svn: 16129
-
- Aug 13, 2004
-
-
Reid Spencer authored
absolute position on the command line. Similarly allow any cl::list to use the method getPosition(n) to retrieve the absolute position of the nth option in the list. This provides support for two things: (a) options like -l that are actually positional and their order of occurrence matters when they are intermixed with positional arguments like "a.o"; and (b) options like -x LANG which affect only the positional arguments that come after the option. In both cases, knowing the absolute position of a given option helps. llvm-svn: 15725
-
- Aug 04, 2004
-
-
Reid Spencer authored
Low Level Virtual Machine ($PACKAGE_NAME) $PACKAGE_VERSION llvm-svn: 15454
-
- Jul 18, 2004
-
-
Chris Lattner authored
llvm-svn: 14976
-
- Jul 03, 2004
-
-
Chris Lattner authored
llvm-svn: 14588
-
- May 07, 2004
-
-
Chris Lattner authored
llvm-svn: 13388
-
- Mar 04, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 12118
-
- Dec 14, 2003
-
-
Chris Lattner authored
llvm-svn: 10464
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9010
-
- Sep 16, 2003
-
-
Brian Gaeke authored
No really, years. llvm-svn: 8566
-
Misha Brukman authored
llvm-svn: 8559
-
- Aug 15, 2003
-
-
Brian Gaeke authored
Many changes suggested by Chris. It's okay, I'll recover from the emotional damage...maybe someday. :-) Collapse ParseCStringVector into ParseStringVector. Comment it. Make it take a const input. Use std::string::npos instead of -1 (what a mouthful!) Make ParseEnvironmentOptions take const inputs. Check its args at the very beginning. Strdup all the contents of newArgv and free them all at the end. include/Support/CommandLine.h: Constify progName and envVar arguments to ParseEnvironmentOptions(). llvm-svn: 7905
-
Brian Gaeke authored
llvm-svn: 7851
-
- Jul 30, 2003
-
-
Chris Lattner authored
llvm-svn: 7421
-
- Jul 10, 2003
-
-
Misha Brukman authored
llvm-svn: 7160
-
Misha Brukman authored
llvm-svn: 7142
-
Misha Brukman authored
llvm-svn: 7140
-
- Jun 28, 2003
-
-
Chris Lattner authored
llvm-svn: 6928
-
- May 22, 2003
-
-
Chris Lattner authored
llvm-svn: 6294
-
Chris Lattner authored
llvm-svn: 6291
-
- Aug 07, 2002
-
-
Chris Lattner authored
llvm-svn: 3256
-
- Aug 02, 2002
-
-
Chris Lattner authored
llvm-svn: 3226
-
- Jul 31, 2002
-
-
Chris Lattner authored
llvm-svn: 3176
-
- Jul 29, 2002
-
-
Chris Lattner authored
the map was freed. * Cleanup code a bit llvm-svn: 3121
-
- Jul 27, 2002
-
-
Chris Lattner authored
llvm-svn: 3117
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3075
-
- Jul 24, 2002
-
-
Chris Lattner authored
llvm-svn: 3049
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 2999
-
- Jul 22, 2002
-
-
Chris Lattner authored
llvm-svn: 2989
-
Chris Lattner authored
llvm-svn: 2982
-
- May 22, 2002
-
-
Chris Lattner authored
to certain classes. This is nice because it means that in header files we can just declare a value, and still have that value be set based on a command-line argument. The difference is now that the #include of CommandLine.h does not need to go into the header file as well. llvm-svn: 2708
-
- Apr 29, 2002
-
-
Chris Lattner authored
llvm-svn: 2397
-
- Feb 25, 2002
-
-
Chris Lattner authored
llvm-svn: 1789
-