| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman | 2010-08-05 | 1 | -0/+1 |
* | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman | 2010-08-04 | 2 | -85/+85 |
* | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman | 2010-08-04 | 2 | -4/+16 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 22 | -0/+886 |
* | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 2 | -1747/+262 |
* | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman | 2010-07-01 | 2 | -7/+1739 |
* | Revert the part of r107257 which introduced new logic for using | Dan Gohman | 2010-06-30 | 1 | -3/+4 |
* | Add a testcase for scev-aa's new capability. | Dan Gohman | 2010-06-30 | 1 | -3/+24 |
* | Add a few more interesting testcases. | Dan Gohman | 2010-06-29 | 1 | -0/+21 |
* | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman | 2010-06-29 | 1 | -0/+42 |
* | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman | 2010-06-28 | 1 | -0/+16 |
* | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman | 2010-06-22 | 1 | -0/+19 |
* | Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid | Dan Gohman | 2010-06-19 | 1 | -0/+31 |
* | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Workaround SCEV non-determinism on this test, for now, to get buildbots back to | Daniel Dunbar | 2010-06-09 | 1 | -1/+1 |
* | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman | 2010-06-07 | 1 | -1/+1 |
* | Add a comment to this test. | Dan Gohman | 2010-04-26 | 1 | -0/+3 |
* | ScalarEvolution support for <= and >= loops. | Dan Gohman | 2010-04-24 | 4 | -4/+31 |
* | fix some failures my callgraph dump format change broke. | Chris Lattner | 2010-04-23 | 2 | -3/+2 |
* | Don't attempt to analyze values which are obviously undef. This fixes some | Dan Gohman | 2010-04-22 | 1 | -0/+39 |
* | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman | 2010-04-12 | 1 | -0/+29 |
* | Pointers to zero-sized objects don't point to overlapping objects. | Dan Gohman | 2010-04-08 | 1 | -0/+10 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -2/+2 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -2/+2 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -2/+2 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -2/+2 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -2/+2 |
* | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman | 2010-03-09 | 1 | -0/+13 |
* | remove andersen's tests. | Chris Lattner | 2010-03-01 | 10 | -137/+0 |
* | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman | 2010-02-19 | 1 | -0/+76 |
* | -disable-output is no longer needed with -analyze. | Dan Gohman | 2010-01-26 | 58 | -59/+59 |
* | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman | 2010-01-26 | 2 | -2/+411 |
* | Fix PR6047 | Tobias Grosser | 2010-01-16 | 4 | -0/+205 |
* | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman | 2010-01-09 | 18 | -27/+27 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -2/+2 |
* | gvn is optimizing this better now. | Chris Lattner | 2009-12-06 | 1 | -2/+2 |
* | Add a comment about A[i+(j+1)]. | Dan Gohman | 2009-12-01 | 1 | -1/+1 |
* | @test9 is a testcase for r89958. Before 89958, we misanalyzed the | Chris Lattner | 2009-11-26 | 1 | -1/+39 |
* | Implement PR1143 (at -m64) by making basicaa look through extensions. We | Chris Lattner | 2009-11-26 | 1 | -1/+16 |
* | teach GetLinearExpression to be a bit more aggressive. | Chris Lattner | 2009-11-26 | 1 | -0/+15 |
* | update status of this. basicaa is much improved now, | Chris Lattner | 2009-11-26 | 1 | -2/+2 |
* | Teach basicaa that x|c == x+c when the c bits of x are clear. This | Chris Lattner | 2009-11-26 | 1 | -0/+14 |
* | teach basicaa that A[i] != A[i+1]. | Chris Lattner | 2009-11-26 | 1 | -0/+16 |
* | rename test | Chris Lattner | 2009-11-26 | 1 | -0/+0 |
* | Change the other half of aliasGEP (which handles GEP differencing) to use Dec... | Chris Lattner | 2009-11-26 | 1 | -2/+59 |
* | add a new random feature test | Chris Lattner | 2009-11-26 | 1 | -1/+17 |
* | remove a silly condition that doesn't make a lot of sense anymore. | Chris Lattner | 2009-11-22 | 1 | -0/+17 |
* | Update computeArraySize() to use ComputeMultiple() to determine the array siz... | Victor Hernandez | 2009-11-10 | 1 | -9/+1 |