aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PassNameParser.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Remove support for "targetdata pass ctors"Chris Lattner2003-04-241-2/+1
* Give better error message if two passes of the same argument are registeredChris Lattner2002-12-071-2/+6
* Ignore options that are ""Chris Lattner2002-11-191-1/+1
* *** empty log message ***Vikram S. Adve2002-09-161-1/+2
* Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner2002-07-261-0/+106