summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Verifier.h
Commit message (Expand)AuthorAge
* Fix a comment.Dan Gohman2010-04-08
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Change the verifier to never throw an exception. Instead verifyModule canChris Lattner2006-07-06
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make the verifier API more complete and usefulChris Lattner2004-04-02
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-10
* Fix comments.Chris Lattner2002-08-30
* MEGAPATCH checkin.Chris Lattner2002-06-25
* s/Method/FunctionChris Lattner2002-04-14
* Rename Method to FunctionChris Lattner2002-03-23
* Expose verifier for method and module, and accept constant structuresChris Lattner2002-02-26
* Modernize verifier interfaceChris Lattner2002-02-20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Initial revisionChris Lattner2001-06-06