summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PointerTracking.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a pointertracking pass.Torok Edwin2009-07-141-0/+261
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. llvm-svn: 75657
OpenPOWER on IntegriCloud