aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CaptureTracking.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove a check of isFreeCall: the argument to free is already nocapture so th...Chris Lattner2009-11-031-4/+0
* 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 FreeInst.Victor Hernandez2009-10-261-3/+4
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Revert r70876 and add a testcase (@c7) showing the problem:Duncan Sands2009-05-071-47/+30
* Restore minor deletion.Mike Stump2009-05-041-28/+47
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-181-0/+110