index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
CommandLine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Make sure a variable is initialized before use to clean up a warning from
Reid Spencer
2005-06-18
1
-1
/
+2
*
silence a huge number of bogus warnings with GCC 4 on Reid's tester.
Chris Lattner
2005-06-17
1
-1
/
+2
*
Change some old-style casts to C++ style casts to avoid warnings in XPS
Reid Spencer
2005-04-22
1
-4
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-23
/
+23
*
Added a size_type typedef to LLVM containers to make Visual Studio shut up
Reid Spencer
2004-12-13
1
-1
/
+1
*
Make a const method const
Reid Spencer
2004-12-05
1
-1
/
+1
*
Per code review:
Reid Spencer
2004-11-16
1
-7
/
+13
*
Add the MoreHelp function pointer. If non-null, this specifies a function to ...
Reid Spencer
2004-11-14
1
-0
/
+8
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-14
/
+18
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-08-13
1
-24
/
+34
*
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-16
1
-0
/
+1
*
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-07-11
1
-0
/
+3
*
The prototype for ParseCommandLineOptions changed at some point, but this
Chris Lattner
2004-06-03
1
-1
/
+1
*
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-05-07
1
-2
/
+3
*
Use the new LLVM is_class template instead of the boost one, allowing us to
Chris Lattner
2004-02-24
1
-2
/
+3
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-6
/
+11
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+3
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Changes to work better with GCC3.4/LLVM G++
Chris Lattner
2003-08-22
1
-3
/
+6
*
Make assertion message more helpful in a case that might happen...
Chris Lattner
2003-08-19
1
-1
/
+2
*
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-15
1
-1
/
+1
*
Remove extraneous cl:: namespace qualifiers
Chris Lattner
2003-08-14
1
-4
/
+4
*
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-08-14
1
-0
/
+7
*
Add includes of assert
Chris Lattner
2003-07-25
1
-0
/
+1
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Lowercase versions of `occurrence' need to be spelled correctly, too.
Misha Brukman
2003-07-10
1
-6
/
+6
*
`Occurrence' has no `a' and the `r' is doubled.
Misha Brukman
2003-07-10
1
-22
/
+22
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+0
*
Add support for 'unsigned' command line arguments
Chris Lattner
2003-06-28
1
-0
/
+15
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-1
/
+0
*
Regularize the names of #include-guards.
Brian Gaeke
2003-06-17
1
-2
/
+2
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Add doxygen comment for namespace
Chris Lattner
2003-06-03
1
-1
/
+4
*
Add support for a new "CommaSeparated" modifier
Chris Lattner
2003-05-22
1
-3
/
+15
*
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-09-13
1
-0
/
+4
*
Simplify interface to parsers.
Chris Lattner
2002-08-07
1
-92
/
+77
*
Changes to build with GCC 3.1
Chris Lattner
2002-07-24
1
-11
/
+11
*
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
1
-1
/
+16
*
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-23
1
-3
/
+4
*
Checkin CommandLine 2.0
Chris Lattner
2002-07-22
1
-229
/
+762
*
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-05-22
1
-9
/
+48
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-18
/
+18
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-0
/
+399