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
*
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-03
1
-1
/
+1
*
Remove duplicated colons and spaces.
Benjamin Kramer
2009-08-02
1
-7
/
+7
*
Fix comment.
Mikhail Glushenkov
2009-06-17
1
-2
/
+2
*
Add support for a character after a command line option. Like '-Os'.
Bill Wendling
2009-04-29
1
-0
/
+23
*
Remove AllowInverse: it leaks memory and is not the right
Chris Lattner
2009-04-08
1
-5
/
+1
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-2
/
+3
*
* Fixed spelling of `invertible'
Misha Brukman
2009-04-01
1
-5
/
+2
*
Constify check. This fixes PR3900.
Bill Wendling
2009-03-29
1
-1
/
+1
*
move a large method out of line.
Chris Lattner
2009-03-28
1
-16
/
+2
*
Allow invertable -xno- style optins as well.
Mike Stump
2009-03-27
1
-4
/
+8
*
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-19
1
-2
/
+2
*
Improve -fno-opt style option processing to not require an extra
Mike Stump
2009-02-02
1
-34
/
+25
*
Add opposite_of and inverse_opt to support -fno- style options. This
Mike Stump
2009-01-30
1
-0
/
+33
*
Support for multi-valued options in CommandLine
Mikhail Glushenkov
2009-01-16
1
-2
/
+21
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
1
-3
/
+3
*
Silence a warning about "*/" outside a comment.
Steve Naroff
2008-05-20
1
-1
/
+1
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-7
/
+7
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-16
/
+18
*
Add support for response files to the CommandLine library.
Mikhail Glushenkov
2008-04-28
1
-21
/
+23
*
Add explicit keywords.
Dan Gohman
2008-02-20
1
-1
/
+1
*
Add 'sink' cmdline option. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Remove an unnecessary friend declaration.
Dan Gohman
2007-10-09
1
-1
/
+0
*
update prototype, fixing build error
Chris Lattner
2007-10-09
1
-1
/
+1
*
Pass argc by value, not by reference, since it isn't modified.
Dan Gohman
2007-10-09
1
-1
/
+1
*
Fix grammar in a comment.
Dan Gohman
2007-10-08
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2007-10-08
1
-5
/
+5
*
Add explicit keywords.
Dan Gohman
2007-07-05
1
-1
/
+1
*
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-05-22
1
-0
/
+22
*
improve the patch for PR1318 to also support grouped options with custom
Chris Lattner
2007-04-12
1
-0
/
+5
*
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2007-04-06
1
-19
/
+37
*
Switch some vectors to smallvectors. This reduces amount of malloc'd
Chris Lattner
2007-04-06
1
-6
/
+8
*
Eliminate unneeded virtual methods
Chris Lattner
2007-04-06
1
-49
/
+44
*
eliminate a virtual method
Chris Lattner
2007-04-05
1
-42
/
+39
*
remove the dead removeArgument method, rename Options to OptionsMap.
Chris Lattner
2007-04-05
1
-1
/
+0
*
Add PrintVersionMessage() that tools can use to print version number
Devang Patel
2007-02-01
1
-0
/
+1
*
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
[next]