Age | Commit message (Expand) | Author |
2010-10-20 | Add some comments. | Dan Gohman |
2010-10-18 | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman |
2010-10-18 | Add a basic testcase for TBAA-aware LICM. | Dan Gohman |
2010-10-18 | Run tbaa before basicaa, since that's how it's expected to be used. | Dan Gohman |
2010-10-18 | Make TypeBasedAliasAnalysis default to doing nothing, with a command-line | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2010-10-11 | Add a simple testcase for tbaa. | Dan Gohman |
2010-09-29 | Remove PointerTracking tests. | Benjamin Kramer |
2010-09-15 | PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit | Eli Friedman |
2010-09-02 | remove some noise from tests. | Chris Lattner |
2010-08-30 | Fix constant-over-index.ll test on windows. | Michael J. Spencer |
2010-08-18 | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner |
2010-08-18 | fix a buggy test | Chris Lattner |
2010-08-18 | fix PR7589: In brief: | Chris Lattner |
2010-08-18 | filecheckize and detrivialize. | Chris Lattner |
2010-08-11 | When analyzing loop exit conditions combined with and and or, don't | Dan Gohman |
2010-08-10 | RegionInfo: Do not assert if a BB is not part of the dominance tree. | Tobias Grosser |
2010-08-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
2010-08-05 | Implement AccessesArguments checking in the two-callsite form | Dan Gohman |
2010-08-05 | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman |
2010-08-05 | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman |
2010-08-04 | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman |
2010-08-04 | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman |
2010-07-22 | Add new RegionInfo pass. | Tobias Grosser |
2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |
2010-07-01 | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman |
2010-06-30 | Revert the part of r107257 which introduced new logic for using | Dan Gohman |
2010-06-30 | Add a testcase for scev-aa's new capability. | Dan Gohman |
2010-06-29 | Add a few more interesting testcases. | Dan Gohman |
2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
2010-06-28 | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman |
2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
2010-06-19 | Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid | Dan Gohman |
2010-06-18 | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman |
2010-06-18 | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman |
2010-06-09 | Workaround SCEV non-determinism on this test, for now, to get buildbots back to | Daniel Dunbar |
2010-06-07 | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman |
2010-04-26 | Add a comment to this test. | Dan Gohman |
2010-04-24 | ScalarEvolution support for <= and >= loops. | Dan Gohman |
2010-04-23 | fix some failures my callgraph dump format change broke. | Chris Lattner |
2010-04-22 | Don't attempt to analyze values which are obviously undef. This fixes some | Dan Gohman |
2010-04-12 | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman |
2010-04-08 | Pointers to zero-sized objects don't point to overlapping objects. | Dan Gohman |
2010-04-07 | add newlines at the end of files. | Chris Lattner |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-09 | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman |