aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PointerTracking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-151-2/+3
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-181-0/+9
* remove a few dead insertion methods.Chris Lattner2009-08-241-8/+2
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-4/+4
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-12/+13
* Introduce a pointertracking pass.Torok Edwin2009-07-141-0/+261