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
/
lib
/
Support
/
CommandLine.cpp
Age
Commit message (
Expand
)
Author
2004-11-24
Implement and document prefix options with arbitrary values including an
Reid Spencer
2004-11-20
Fixed assertion from triggering. We need to check if the commandline map is e...
Tanya Lattner
2004-11-19
Patches to avoid "leaking" memory on process exit. Patch contributed by
Chris Lattner
2004-11-16
Add a comment to some code that at first glance just doesn't look right.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Implement the MoreHelp utility that calls a function to printmore help inform...
Reid Spencer
2004-11-07
Replace uses of llvm.org with llvm.cs.uiuc.edu
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-09-01
Make CommandLine prefix error output with the name of the program.
Reid Spencer
2004-08-13
Allow any cl::opt to use the method getPosition() to retrieve the option's
Reid Spencer
2004-08-04
Add a --version option for every tool that prints out:
Reid Spencer
2004-07-18
Add a workaround for a GCC 3.3.2 bug
Chris Lattner
2004-07-03
Fix compilation on internix
Chris Lattner
2004-05-06
Implement the new cl::PositionalEatsArgs flag, refactor code a bit
Chris Lattner
2004-03-04
Hide variable from other functions.
Alkis Evlogimenos
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Change to use strtoul instead of strtoll.
Brian Gaeke
2003-09-16
Add missing apostrophe. It's been bugging me for years.
Brian Gaeke
2003-09-16
Fixed spelling & grammar.
Misha Brukman
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-07-30
Add support for "named positional arguments"
Chris Lattner
2003-07-10
Fixed grammatical error.
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-28
Add support for 'unsigned' command line arguments
Chris Lattner
2003-05-22
Add new CommaSeparated option modifier
Chris Lattner
2003-05-22
Destroy using declarations
Chris Lattner
2002-08-07
Simplify writing custom parsers.
Chris Lattner
2002-08-02
Fix lli with no arguments
Chris Lattner
2002-07-31
Fix bug that was causing problems for lli
Chris Lattner
2002-07-29
* Fix assertion failure caused by command line argument getting removed after
Chris Lattner
2002-07-27
Remove needless #include
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
Fix a bug exposed by lli
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Minor bugfix, prevents error in LLI
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-02-24
64 bit clean now
Chris Lattner
2002-01-31
If an invalid alternative is listed for an argument, print the valid options
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
* Implement support for folding multiple single letter arguments together like
Chris Lattner
2001-10-27
Provide option to enable eating of all arguments following a specific one
Chris Lattner
2001-10-24
Clean up error handling a bit. Add / as a seperator for command line argumen...
Chris Lattner
2001-10-13
Add StringList support
Chris Lattner
[next]