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
/
lib
/
VMCore
/
Verifier.cpp
Age
Commit message (
Expand
)
Author
2003-06-05
Fix (bogus) possibly uninitialized warning
Chris Lattner
2003-05-17
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-08
llvm.va_start only takes on argument now
Chris Lattner
2003-05-08
Add more support for intrinsic functions and for varargs stuff
Chris Lattner
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2003-04-19
Remove arbitrary limitation
Chris Lattner
2003-04-16
Add code to verify correctly linkages
Chris Lattner
2003-01-14
Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.ll
Chris Lattner
2002-11-21
User defined operators are not supposed to live beyond the lifetime of the
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-06
Check that we don't have external varaibles with internal linkage
Chris Lattner
2002-10-06
PHI nodes are not allowed to exist with zero incoming values, check that
Chris Lattner
2002-09-19
Make sure that we abort if an error happens as early as neccesary. Before
Chris Lattner
2002-09-10
Fix typeo in assertion message
Chris Lattner
2002-09-09
Do not allow adds of pointer types, or many other operations on pointer types.
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-02
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-07-23
Register Verifier pass
Chris Lattner
2002-07-18
Add a hack to check for a subset of true dominance properties
Chris Lattner
2002-06-25
changes for 64bit gcc
Anand Shukla
2002-06-25
* Update to work with Megapatch
Chris Lattner
2002-05-08
Verify that function call arguments match the function signature
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
Remove extra unused argument from CheckFailed method
Chris Lattner
2002-04-28
The check to see if an external function was marked internal was not reachable!
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-24
* Abort program on verification errors
Chris Lattner
2002-04-18
Add some basic checks of CallInst's.
Chris Lattner
2002-04-18
* Convert the verifier to use an InstVisitor to be better structured
Chris Lattner
2002-04-13
* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
Chris Lattner
2002-04-12
Add new check of return value type matching ret instruction values types
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-03-29
* s/Method/Function
Chris Lattner
2002-03-15
Checkin new test for problem anand ran into
Chris Lattner
2002-03-14
Add a check to ensure that only PHI nodes are self referential. Code
Chris Lattner
2002-02-26
Expose more entry points to the verifier
Chris Lattner
2002-02-24
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-20
Actually implement some checking in the verifier.
Chris Lattner
2002-01-31
Convert analyses to new pass structure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-06
Add notes
Chris Lattner
2001-09-07
Remove #include of nonexistant header file
Chris Lattner
2001-06-29
Added a note about a new verification the verifier should do
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
[next]