| Commit message (Expand) | Author | Age | Files | Lines |
* | Be less stingy as to how many selects and phi nodes we | Duncan Sands | 2010-01-07 | 1 | -2/+2 |
* | Fix a README item: have functionattrs look through selects and | Duncan Sands | 2010-01-06 | 1 | -10/+41 |
* | Partially address a README by having functionattrs consider calls to | Duncan Sands | 2010-01-06 | 1 | -0/+15 |
* | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman | 2009-11-19 | 1 | -2/+2 |
* | 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 includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Malloc calls are marked NoAlias, so the code below the isMalloc() check makes... | Victor Hernandez | 2009-10-19 | 1 | -2/+0 |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -2/+1 |
* | remove special handling of bitcast(malloc), it will be handled | Chris Lattner | 2009-09-27 | 1 | -5/+4 |
* | unlike the malloc instruction, "malloc" calls do not claim to be readonly, ju... | Chris Lattner | 2009-09-27 | 1 | -1/+1 |
* | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez | 2009-09-18 | 1 | -3/+9 |
* | simplify some code by making the SCCNodes set contain Function*'s | Chris Lattner | 2009-08-31 | 1 | -12/+9 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -2/+2 |
* | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands | 2009-05-06 | 1 | -0/+5 |
* | This debug info special case should no longer | Duncan Sands | 2009-03-09 | 1 | -4/+0 |
* | Fix comments, pointed out by Duncan Sands. | Nick Lewycky | 2009-03-08 | 1 | -3/+3 |
* | Mark function returns as noalias. | Nick Lewycky | 2009-03-08 | 1 | -0/+127 |
* | Ignore debug info intrinsics. | Devang Patel | 2009-03-03 | 1 | -1/+5 |
* | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands | 2009-01-18 | 1 | -81/+2 |
* | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands | 2009-01-07 | 1 | -69/+16 |
* | Reorder these. | Duncan Sands | 2009-01-07 | 1 | -24/+24 |
* | Use a switch rather than a sequence of "isa" tests. | Duncan Sands | 2009-01-07 | 1 | -16/+32 |
* | Any void readonly functions are provably dead, don't waste time adding | Nick Lewycky | 2009-01-03 | 1 | -14/+0 |
* | Load tracking means that the value analyzed may | Duncan Sands | 2009-01-02 | 1 | -2/+8 |
* | When calculating 'nocapture' argument attributes, allow | Duncan Sands | 2009-01-02 | 1 | -21/+60 |
* | Improve comments and reorganize a bit - no functionality | Duncan Sands | 2009-01-02 | 1 | -56/+44 |
* | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 2009-01-02 | 1 | -3/+27 |
* | Mention that this pass does escape analysis in the | Duncan Sands | 2009-01-01 | 1 | -3/+5 |
* | Look through phi nodes and select instructions when | Duncan Sands | 2008-12-31 | 1 | -3/+8 |
* | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 1 | -1/+2 |
* | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 1 | -0/+280 |