summaryrefslogtreecommitdiff
path: root/lib/Analysis/PointerTracking.cpp
Commit message (Expand)AuthorAge
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Fix bug where array malloc with unexpected computation of the size argument r...Victor Hernandez2009-10-15
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Enhance analysis passes so that they apply the same analysis to malloc calls ...Victor Hernandez2009-09-18
* remove a few dead insertion methods.Chris Lattner2009-08-24
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Introduce a pointertracking pass.Torok Edwin2009-07-14