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
*
simplify trivial function
Chris Lattner
2006-10-12
1
-5
/
+1
*
Add external definitions for commonly-used template specializations and add
Chris Lattner
2006-08-27
1
-2
/
+37
*
Add an out-of-line virtual method to provide a home for the cl::option class.
Chris Lattner
2006-07-18
1
-0
/
+3
*
Make it possible to override the standard version printer. Not all tools
Reid Spencer
2006-06-05
1
-0
/
+7
*
Don't use old-style casts. This prevents compiler warnings when CommandLine.h
Reid Spencer
2006-05-12
1
-2
/
+2
*
Move the END_WITH_NULL marker. Vladimir suggests that this works better with
Chris Lattner
2005-10-24
1
-7
/
+2
*
Work around GCC's dislike of attributes on function definitions.
Jeff Cohen
2005-10-23
1
-1
/
+6
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
1
-1
/
+2
*
Fix errors when compiling with -pedantic
Chris Lattner
2005-10-14
1
-5
/
+5
*
Change unsigned lng to unsigned.
Jim Laskey
2005-08-26
1
-7
/
+7
*
Added cl::bits option type (bit vectors). See "Collecting options as a set
Jim Laskey
2005-08-25
1
-0
/
+182
*
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
[next]