| Commit message (Expand) | Author | Age | Files | Lines |
* | Set blockBegin to point to the beginning of the block, | Dan Gohman | 2008-03-31 | 1 | -2/+2 |
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+9 |
* | minor code cleanups, allow constant folding sinf/cosf. | Chris Lattner | 2008-03-30 | 1 | -20/+26 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 3 | -4/+4 |
* | enable -analyze for andersens | Andrew Lenharth | 2008-03-20 | 1 | -19/+39 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 19 | -23/+23 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 20 | -37/+39 |
* | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 10 | -53/+12 |
* | Fix PR 2160 by making sure arguments to external functions get marked as poin... | Daniel Berlin | 2008-03-18 | 1 | -18/+36 |
* | Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the | Scott Michel | 2008-03-18 | 1 | -4/+4 |
* | Identify Analysis pass. | Devang Patel | 2008-03-18 | 10 | -0/+41 |
* | Add Hybrid Cycle Detection to Andersen's analysis. | Daniel Berlin | 2008-03-05 | 1 | -32/+272 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w... | Gabor Greif | 2008-02-28 | 1 | -5/+12 |
* | De-tabify. | Bill Wendling | 2008-02-26 | 1 | -8/+8 |
* | Temporarily reverting 46959. | Evan Cheng | 2008-02-25 | 1 | -2/+2 |
* | Change a C-style cast to const_cast, to avoid a -Wcast-qual warning. | Dan Gohman | 2008-02-21 | 1 | -1/+1 |
* | Simplify this code, no functionality change. | Nick Lewycky | 2008-02-21 | 1 | -5/+2 |
* | GlobalValues are Constants, remove redundant code. Also fix typo in a comment. | Nick Lewycky | 2008-02-21 | 1 | -3/+1 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 4 | -4/+7 |
* | Use getConstant for ConstantInts. | Nick Lewycky | 2008-02-20 | 1 | -2/+2 |
* | Add 'umax' similar to 'smax' SCEV. Closes PR2003. | Nick Lewycky | 2008-02-20 | 2 | -45/+156 |
* | Fix a compiler warning. | Duncan Sands | 2008-02-19 | 1 | -1/+1 |
* | In addition to arguments passed to it, memcpy (and all other calls) can ModRe... | Owen Anderson | 2008-02-19 | 1 | -1/+2 |
* | don't bother calling getUnderlyingObject for non-pointers. | Chris Lattner | 2008-02-18 | 1 | -1/+2 |
* | Since we're not checking for the more general AllocationInst first, we need t... | Owen Anderson | 2008-02-18 | 1 | -1/+1 |
* | This check is not correct for mallocs, so exclude them earlier. | Owen Anderson | 2008-02-18 | 1 | -2/+2 |
* | Fix a comment, and a bug where we weren't applying the tail call logic in cas... | Owen Anderson | 2008-02-18 | 1 | -6/+8 |
* | Fix bugs that Chris noticed in my last patch. | Owen Anderson | 2008-02-18 | 1 | -9/+17 |
* | bitcasts of pointers are always pointers. | Chris Lattner | 2008-02-18 | 1 | -5/+2 |
* | Teach getModRefInfo that memcpy, memmove, and memset don't "capture" memory a... | Owen Anderson | 2008-02-17 | 1 | -3/+13 |
* | Fix typo. Thanks to Duncan for noticing. | Wojciech Matyjewicz | 2008-02-13 | 1 | -1/+1 |
* | Add comments as per review feedback. | Wojciech Matyjewicz | 2008-02-13 | 1 | -5/+13 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -1/+41 |
* | Fix PR2002. Suppose n is the initial value for the induction | Wojciech Matyjewicz | 2008-02-12 | 1 | -6/+4 |
* | If the LHS of the comparison is a loop-invariant we also want to move it | Wojciech Matyjewicz | 2008-02-11 | 1 | -2/+2 |
* | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz | 2008-02-11 | 1 | -49/+100 |
* | We should check that existing cast operation has the appropriate opcode befor... | Wojciech Matyjewicz | 2008-02-09 | 1 | -19/+21 |
* | Throttle the non-local dependence analysis for basic blocks with more than 50... | Tanya Lattner | 2008-02-06 | 1 | -7/+20 |
* | Fix an obscure read-after-free bug that Duncan found. | Owen Anderson | 2008-02-05 | 1 | -10/+20 |
* | Avoid unnecessarily casting away const, fixing a FIXME. | Dan Gohman | 2008-01-31 | 2 | -2/+2 |
* | Fix an issue where, under very specific circumstances, memdep could end up de... | Owen Anderson | 2008-01-30 | 1 | -2/+2 |
* | getUnderlyingObject can return null, handle this. | Chris Lattner | 2008-01-24 | 1 | -2/+3 |
* | Teach basicaa that 'byval' arguments define a new memory location that | Chris Lattner | 2008-01-24 | 1 | -34/+34 |
* | Don't be rude, emit debugging info where asked to. | Nick Lewycky | 2008-01-02 | 1 | -5/+5 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 29 | -58/+58 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 2 | -4/+4 |
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -4/+0 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Make these loops follow GetGEPOperands() behavior. | Wojciech Matyjewicz | 2007-12-13 | 1 | -11/+13 |