index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
Verifier.h
Age
Commit message (
Expand
)
Author
2010-04-08
Fix a comment.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-07-06
Change the verifier to never throw an exception. Instead verifyModule can
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-04-02
Make the verifier API more complete and useful
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-10
Make createVerifierPass return a FunctionPass *.
Brian Gaeke
2002-08-30
Fix comments.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-14
s/Method/Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-26
Expose verifier for method and module, and accept constant structures
Chris Lattner
2002-02-20
Modernize verifier interface
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-06-06
Initial revision
Chris Lattner