llvm-6502/test/Analysis
Torok Edwin 969f28dfb6 Introduce a pointertracking pass.
For now this only computes the allocated size of the memory pointed to by a
pointer, and offset a pointer from allocated pointer.
The actual checkLimits part will come later, after another round of review.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75657 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-14 18:44:28 +00:00
..
Andersens Check that the function prototypes are correct before assuming that the 2008-12-27 16:20:53 +00:00
BasicAA Teach BasicAliasAnalysis to understand constant gep indices that fall 2009-05-27 01:48:27 +00:00
CallGraph
Dominators
GlobalsModRef
LoopDependenceAnalysis Array accesses are independent if the underlying arrays differ. 2009-06-30 02:12:10 +00:00
LoopInfo Update this test for the LoopInfo::print changes. 2009-02-27 00:17:49 +00:00
PointerTracking Introduce a pointertracking pass. 2009-07-14 18:44:28 +00:00
PostDominators
ScalarEvolution Add testcases for PR4538, PR4537, and PR4534. 2009-07-13 22:30:31 +00:00