llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / include / llvm / Support / PassNameParser.h
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-05-05 Bill WendlingUsing "unsigned" was masking the "size_t" version of...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-21 David GreeneDoxygenize comments.
2007-08-20 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-04-06 Chris Lattnerrearchitect the registration mechanism used by the...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-08-27 Chris LattnerRemove a dead class.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
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...