index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Verifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PHI nodes are not allowed to exist with zero incoming values, check that
Chris Lattner
2002-10-06
1
-0
/
+7
*
Make sure that we abort if an error happens as early as neccesary. Before
Chris Lattner
2002-09-19
1
-5
/
+27
*
Fix typeo in assertion message
Chris Lattner
2002-09-10
1
-1
/
+1
*
Do not allow adds of pointer types, or many other operations on pointer types.
Chris Lattner
2002-09-09
1
-8
/
+47
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-2
/
+3
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-6
/
+4
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-08-02
1
-22
/
+57
*
Register Verifier pass
Chris Lattner
2002-07-23
1
-2
/
+2
*
Add a hack to check for a subset of true dominance properties
Chris Lattner
2002-07-18
1
-4
/
+22
*
changes for 64bit gcc
Anand Shukla
2002-06-25
1
-1
/
+2
*
* Update to work with Megapatch
Chris Lattner
2002-06-25
1
-105
/
+153
*
Verify that function call arguments match the function signature
Chris Lattner
2002-05-08
1
-0
/
+17
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Remove extra unused argument from CheckFailed method
Chris Lattner
2002-04-28
1
-10
/
+10
*
The check to see if an external function was marked internal was not reachable!
Chris Lattner
2002-04-28
1
-4
/
+6
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-2
/
+2
*
* Abort program on verification errors
Chris Lattner
2002-04-24
1
-1
/
+41
*
Add some basic checks of CallInst's.
Chris Lattner
2002-04-18
1
-8
/
+17
*
* Convert the verifier to use an InstVisitor to be better structured
Chris Lattner
2002-04-18
1
-137
/
+154
*
* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
Chris Lattner
2002-04-13
1
-22
/
+47
*
Add new check of return value type matching ret instruction values types
Chris Lattner
2002-04-12
1
-2
/
+17
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Remove some gross code by using the Value::dump method to do debug dumps
Chris Lattner
2002-04-07
1
-3
/
+2
*
* s/Method/Function
Chris Lattner
2002-03-29
1
-10
/
+14
*
Checkin new test for problem anand ran into
Chris Lattner
2002-03-15
1
-3
/
+35
*
Add a check to ensure that only PHI nodes are self referential. Code
Chris Lattner
2002-03-14
1
-1
/
+8
*
Expose more entry points to the verifier
Chris Lattner
2002-02-26
1
-2
/
+2
*
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-6
/
+6
*
Actually implement some checking in the verifier.
Chris Lattner
2002-02-20
1
-36
/
+111
*
Convert analyses to new pass structure
Chris Lattner
2002-01-31
1
-1
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-0
/
+3
*
Add notes
Chris Lattner
2001-11-06
1
-1
/
+3
*
Remove #include of nonexistant header file
Chris Lattner
2001-09-07
1
-1
/
+0
*
Added a note about a new verification the verifier should do
Chris Lattner
2001-06-29
1
-1
/
+1
*
Miscellaneous cleanups:
Chris Lattner
2001-06-27
1
-8
/
+4
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+94
[prev]