Significantly simplify gep_type_iterator, and make its interface more general/powerful
[oota-llvm.git] / include / llvm / Support / PassNameParser.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2002-12-07 Chris LattnerGive better error message if two passes of the same...
2002-11-19 Chris LattnerIgnore options that are ""
2002-09-16 Vikram S. Adve*** empty log message ***
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...