summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PassNameParser.h
Commit message (Expand)AuthorAge
* Using "unsigned" was masking the "size_t" version of this method.Bill Wendling2008-05-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Doxygenize comments.David Greene2007-08-21
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-20
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-06
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Start moving pass registration over to using the ManagedStatic mechanism.Chris Lattner2006-12-01
* remove 'target constructor' support.Chris Lattner2006-12-01
* Used llvm_ostream instead of std::ostream objects. This will reduce useBill Wendling2006-11-17
* Remove a dead class.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Remove support for "targetdata pass ctors"Chris Lattner2003-04-24
* Give better error message if two passes of the same argument are registeredChris Lattner2002-12-07
* Ignore options that are ""Chris Lattner2002-11-19
* *** empty log message ***Vikram S. Adve2002-09-16
* Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner2002-07-26