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