| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify | Gabor Greif | 2010-07-28 | 1 | -1/+1 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | Reuse the Threshold value to size these containers because it's | Dan Gohman | 2009-12-09 | 1 | -2/+2 |
* | Fix a typo in a comment, and adjust SmallSet and SmallVector sizes, | Dan Gohman | 2009-12-09 | 1 | -7/+7 |
* | Put a threshold on the number of users PointerMayBeCaptured | Dan Gohman | 2009-12-08 | 1 | -0/+16 |
* | Use stripPointerCasts(). Thanks Duncan! | Dan Gohman | 2009-11-20 | 1 | -1/+1 |
* | Revert the rule that considers comparisons between two pointers in the | Dan Gohman | 2009-11-20 | 1 | -9/+4 |
* | Simplify this code; it's not necessary to check isIdentifiedObject here | Dan Gohman | 2009-11-20 | 1 | -7/+5 |
* | Refine the capture tracking rules for comparisons to be more | Dan Gohman | 2009-11-20 | 1 | -6/+19 |
* | Use isVoidTy(). | Dan Gohman | 2009-11-20 | 1 | -2/+1 |
* | Refine this to only apply to null in the default address space. | Dan Gohman | 2009-11-19 | 1 | -2/+4 |
* | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman | 2009-11-19 | 1 | -2/+9 |
* | Comparing a pointer with null is not a capture. | Dan Gohman | 2009-11-19 | 1 | -0/+5 |
* | remove a check of isFreeCall: the argument to free is already nocapture so th... | Chris Lattner | 2009-11-03 | 1 | -4/+0 |
* | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez | 2009-10-27 | 1 | -1/+1 |
* | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez | 2009-10-26 | 1 | -1/+1 |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -3/+4 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands | 2009-05-07 | 1 | -47/+30 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -28/+47 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 1 | -0/+110 |