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
/
PassNameParser.h
Age
Commit message (
Expand
)
Author
2007-08-21
Doxygenize comments.
David Greene
2007-08-20
Add FilteredPassNameParser along with PassArgFilter to filter passes
David Greene
2007-04-06
rearchitect the registration mechanism used by the command line option stuff.
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-01
Start moving pass registration over to using the ManagedStatic mechanism.
Chris Lattner
2006-12-01
remove 'target constructor' support.
Chris Lattner
2006-11-17
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-08-27
Remove a dead class.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-04-24
Remove support for "targetdata pass ctors"
Chris Lattner
2002-12-07
Give better error message if two passes of the same argument are registered
Chris Lattner
2002-11-19
Ignore options that are ""
Chris Lattner
2002-09-16
*** empty log message ***
Vikram S. Adve
2002-07-26
Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...
Chris Lattner