aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PassNameParser.h
AgeCommit message (Expand)Author
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