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
2007-02-01
Add PrintVersionMessage() that tools can use to print version number
Devang Patel
2006-10-12
simplify trivial function
Chris Lattner
2006-08-27
Add external definitions for commonly-used template specializations and add
Chris Lattner
2006-07-18
Add an out-of-line virtual method to provide a home for the cl::option class.
Chris Lattner
2006-06-05
Make it possible to override the standard version printer. Not all tools
Reid Spencer
2006-05-12
Don't use old-style casts. This prevents compiler warnings when CommandLine.h
Reid Spencer
2005-10-24
Move the END_WITH_NULL marker. Vladimir suggests that this works better with
Chris Lattner
2005-10-23
Work around GCC's dislike of attributes on function definitions.
Jeff Cohen
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-14
Fix errors when compiling with -pedantic
Chris Lattner
2005-08-26
Change unsigned lng to unsigned.
Jim Laskey
2005-08-25
Added cl::bits option type (bit vectors). See "Collecting options as a set
Jim Laskey
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-06-18
Make sure a variable is initialized before use to clean up a warning from
Reid Spencer
2005-06-17
silence a huge number of bogus warnings with GCC 4 on Reid's tester.
Chris Lattner
2005-04-22
Change some old-style casts to C++ style casts to avoid warnings in XPS
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-13
Added a size_type typedef to LLVM containers to make Visual Studio shut up
Reid Spencer
2004-12-05
Make a const method const
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Add the MoreHelp function pointer. If non-null, this specifies a function to ...
Reid Spencer
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-13
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-07-16
Add a new macro to be used for the end of enum lists.
Chris Lattner
2004-07-11
Provide better support for pointer-valued command line arguments
Chris Lattner
2004-06-03
The prototype for ParseCommandLineOptions changed at some point, but this
Chris Lattner
2004-05-07
Add the enum corresponding to the source change I made earlier
Chris Lattner
2004-02-24
Use the new LLVM is_class template instead of the boost one, allowing us to
Chris Lattner
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-22
Changes to work better with GCC3.4/LLVM G++
Chris Lattner
2003-08-19
Make assertion message more helpful in a case that might happen...
Chris Lattner
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-14
Remove extraneous cl:: namespace qualifiers
Chris Lattner
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-07-25
Add includes of assert
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-07-10
Lowercase versions of `occurrence' need to be spelled correctly, too.
Misha Brukman
2003-07-10
`Occurrence' has no `a' and the `r' is doubled.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-28
Add support for 'unsigned' command line arguments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Add doxygen comment for namespace
Chris Lattner
2003-05-22
Add support for a new "CommaSeparated" modifier
Chris Lattner
2002-09-13
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
[next]