Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / Verifier.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-04-02 Chris LattnerMake the verifier API more complete and useful
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-09-30 Chris LattnerStandardize header file comments
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2002-08-30 Chris LattnerFix comments.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-14 Chris Lattners/Method/Function
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Chris LattnerExpose verifier for method and module, and accept const...
2002-02-20 Chris LattnerModernize verifier interface
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-06-06 Chris LattnerInitial revision