index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
CommandLine.h
Age
Commit message (
Expand
)
Author
2013-05-06
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
Support command line option categories.
Andrew Trick
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
2013-02-19
Simplify code. No functionality change.
Jakub Staszak
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-05
Add missing this->. Fixes pr14238.
Rafael Espindola
2012-10-09
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-07-13
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-05-18
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-02-07
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-24
Reword comment based on feedback by Duncan Sands.
David Blaikie
2012-01-23
Changing bitfield enums to unsigned ints.
David Blaikie
2012-01-23
Simplify llvm::cl::Option by using a bit field instead of manual bit packing.
David Blaikie
2011-12-01
Add some missing anchors.
David Blaikie
2011-09-15
CommandLine: Add support for 64 bit unsigned integer options.
Benjamin Kramer
2011-07-22
Add an extension point to the CommandLine library where clients can
Chandler Carruth
2011-04-22
Comment out some unused parameter names to silence out-of-tree -Wunused warni...
Frits van Bommel
2011-04-05
Fix a typo.
Andrew Trick
2011-04-05
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2010-08-10
Trailing whitespace.
Mikhail Glushenkov
2010-08-06
Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove
Rafael Espindola
2010-02-18
Refer to -help instead of --help since this is what tools themselves say.
Duncan Sands
2010-02-09
enhance bits_storage to work with enums by using a c-style
Chris Lattner
2009-12-11
Add qualifiers for calls to member functions in dependent bases.
Anders Carlsson
2009-11-05
Move llvm::cl::opt's conversion function into the base classes that
Douglas Gregor
2009-11-05
Declare classes with matched tags, pointed out by a clang++ warning.
Chris Lattner
2009-10-14
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-04
Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...
Evan Cheng
2009-09-20
smallvectorize getExtraOptionNames
Chris Lattner
2009-09-20
convert a bunch more stuff to use StringRef. The ArgName arguments are now
Chris Lattner
2009-09-19
convert a bunch of std::strings to use StringRef. This should eliminate
Chris Lattner
2009-08-03
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-02
Remove duplicated colons and spaces.
Benjamin Kramer
2009-06-17
Fix comment.
Mikhail Glushenkov
2009-04-29
Add support for a character after a command line option. Like '-Os'.
Bill Wendling
2009-04-08
Remove AllowInverse: it leaks memory and is not the right
Chris Lattner
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
* Fixed spelling of `invertible'
Misha Brukman
2009-03-29
Constify check. This fixes PR3900.
Bill Wendling
2009-03-28
move a large method out of line.
Chris Lattner
2009-03-27
Allow invertable -xno- style optins as well.
Mike Stump
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-02-02
Improve -fno-opt style option processing to not require an extra
Mike Stump
2009-01-30
Add opposite_of and inverse_opt to support -fno- style options. This
Mike Stump
2009-01-16
Support for multi-valued options in CommandLine
Mikhail Glushenkov
2009-01-02
* Alphabetized system headers per the style guide
Misha Brukman
2008-05-20
Silence a warning about "*/" outside a comment.
Steve Naroff
2008-05-19
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
[next]