aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Verifier.h
AgeCommit message (Expand)Author
2010-04-08Fix a comment.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-07-06Change the verifier to never throw an exception. Instead verifyModule canChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-04-02Make the verifier API more complete and usefulChris Lattner
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-09-30Standardize header file commentsChris Lattner
2003-09-10Make createVerifierPass return a FunctionPass *.Brian Gaeke
2002-08-30Fix comments.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-14s/Method/FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-26Expose verifier for method and module, and accept constant structuresChris Lattner
2002-02-20Modernize verifier interfaceChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-06-06Initial revisionChris Lattner