summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PassNameParser.h
Commit message (Expand)AuthorAge
* 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