summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PointerTracking.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add a missing function.Torok Edwin2010-08-041-0/+49
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-111-4/+4
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-1/+1
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-1/+2
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-1/+1
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-261-1/+1
* 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