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