Revision tags: llvmorg-1.2.0 |
|
#
33cb4260 |
| 04-Mar-2004 |
Alkis Evlogimenos <alkis@evlogimenos.com> |
Hide variable from other functions.
llvm-svn: 12118
|
Revision tags: llvmorg-1.1.0 |
|
#
c9499b6a |
| 14-Dec-2003 |
Chris Lattner <sabre@nondot.org> |
Finegrainify namespacification
llvm-svn: 10464
|
#
960707c3 |
| 11-Nov-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
Revision tags: llvmorg-1.0.0 |
|
#
482202a6 |
| 20-Oct-2003 |
John Criswell <criswell@uiuc.edu> |
Added LLVM project notice to the top of every C++ source file. Header files will be on the way.
llvm-svn: 9298
|
#
e5e53229 |
| 10-Oct-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Change to use strtoul instead of strtoll.
llvm-svn: 9010
|
#
6d069fcd |
| 16-Sep-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Add missing apostrophe. It's been bugging me for years.
No really, years.
llvm-svn: 8566
|
#
c08758a5 |
| 16-Sep-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Fixed spelling & grammar.
llvm-svn: 8559
|
#
497216dc |
| 15-Aug-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
lib/Support/CommandLine.cpp: Many changes suggested by Chris. It's okay, I'll recover from the emotional damage...maybe someday. :-)
Collapse ParseCStringVector into ParseStringVector. Comment it.
lib/Support/CommandLine.cpp: 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
show more ...
|
#
ca782d9f |
| 14-Aug-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Add support for reading command line arguments from an environment variable.
llvm-svn: 7851
|
#
2da046f0 |
| 30-Jul-2003 |
Chris Lattner <sabre@nondot.org> |
Add support for "named positional arguments"
llvm-svn: 7421
|
#
5258e599 |
| 10-Jul-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Fixed grammatical error.
llvm-svn: 7160
|
#
c18333ac |
| 10-Jul-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Lowercase versions of `occurrence' need to be spelled correctly, too.
llvm-svn: 7142
|
#
069e6b5b |
| 10-Jul-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
`Occurrence' has no `a' and the `r' is doubled.
llvm-svn: 7140
|
#
719c7156 |
| 28-Jun-2003 |
Chris Lattner <sabre@nondot.org> |
Add support for 'unsigned' command line arguments
llvm-svn: 6928
|
#
929f27a3 |
| 22-May-2003 |
Chris Lattner <sabre@nondot.org> |
Add new CommaSeparated option modifier
llvm-svn: 6294
|
#
a87170a3 |
| 22-May-2003 |
Chris Lattner <sabre@nondot.org> |
Destroy using declarations
llvm-svn: 6291
|
#
b4101b13 |
| 07-Aug-2002 |
Chris Lattner <sabre@nondot.org> |
Simplify writing custom parsers.
llvm-svn: 3256
|
#
551e1205 |
| 02-Aug-2002 |
Chris Lattner <sabre@nondot.org> |
Fix lli with no arguments
llvm-svn: 3226
|
#
150e46b6 |
| 31-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
Fix bug that was causing problems for lli
llvm-svn: 3176
|
#
1f790afa |
| 29-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
* Fix assertion failure caused by command line argument getting removed after the map was freed. * Cleanup code a bit
llvm-svn: 3121
|
#
e04258db |
| 27-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
Remove needless #include
llvm-svn: 3117
|
#
10073a90 |
| 25-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
*** empty log message ***
llvm-svn: 3075
|
#
ca0e79ea |
| 24-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
Fix a bug exposed by lli
llvm-svn: 3049
|
#
494c0b07 |
| 23-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
*** empty log message ***
llvm-svn: 2999
|
#
d49ea884 |
| 22-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
Minor bugfix, prevents error in LLI
llvm-svn: 2989
|