Don't pad spills and temp. stack areas for alignment.
[oota-llvm.git] / lib / VMCore / Verifier.cpp
2002-04-24 Chris Lattner* Abort program on verification errors
2002-04-18 Chris LattnerAdd some basic checks of CallInst's.
2002-04-18 Chris Lattner* Convert the verifier to use an InstVisitor to be...
2002-04-13 Chris Lattner* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
2002-04-12 Chris LattnerAdd new check of return value type matching ret instruc...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-03-29 Chris Lattner* s/Method/Function
2002-03-15 Chris LattnerCheckin new test for problem anand ran into
2002-03-14 Chris LattnerAdd a check to ensure that only PHI nodes are self...
2002-02-26 Chris LattnerExpose more entry points to the verifier
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-20 Chris LattnerActually implement some checking in the verifier.
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-06 Chris LattnerAdd notes
2001-09-07 Chris LattnerRemove #include of nonexistant header file
2001-06-29 Chris LattnerAdded a note about a new verification the verifier...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision