aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Verifier.h
Commit message (Expand)AuthorAgeFilesLines
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Make the verifier API more complete and usefulChris Lattner2004-04-021-10/+36
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-101-2/+2
* Fix comments.Chris Lattner2002-08-301-2/+4
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+2
* s/Method/FunctionChris Lattner2002-04-141-4/+4
* Rename Method to FunctionChris Lattner2002-03-231-2/+2
* Expose verifier for method and module, and accept constant structuresChris Lattner2002-02-261-1/+6
* Modernize verifier interfaceChris Lattner2002-02-201-8/+9
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Initial revisionChris Lattner2001-06-061-0/+28