aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAgeFilesLines
* Move the loads after the calls so that the fix forRafael Espindola2011-07-091-48/+48
* Use CHECK-NEXT.Rafael Espindola2011-07-091-259/+260
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-182-13/+15
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-2/+0
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-172-42/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-15/+0
* Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman2011-06-041-1/+1
* Revert r131781 again. Apparently there is more going on here.Dan Gohman2011-06-041-1/+1
* Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman2011-06-041-1/+1
* Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman2011-06-041-0/+41
* When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman2011-06-031-0/+39
* Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman2011-05-241-0/+25
* I missed a checking with my GVN change. Chris Lattner2011-05-221-2/+2
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-211-1/+1
* When BasicAA can determine that two pointers have the same base butDan Gohman2011-05-211-1/+1
* Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman2011-04-271-0/+16
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-271-0/+23
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-071-1/+1
* Revert r128140 for now.Anders Carlsson2011-03-231-19/+0
* A global variable with internal linkage where all uses are in one function an...Anders Carlsson2011-03-231-0/+19
* Add another rdar number.Dan Gohman2011-01-241-1/+1
* Teach BasicAA to return PartialAlias in cases where both pointersDan Gohman2011-01-181-0/+33
* fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiomChris Lattner2011-01-031-0/+22
* filecheckizeChris Lattner2011-01-031-6/+8
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-151-2/+2
* remove fixme comment too.Chris Lattner2010-11-301-3/+3
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-301-1/+1
* Delete unneeded ssp attributes.Dan Gohman2010-11-112-2/+2
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-1825-25/+25
* PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman2010-09-151-0/+15
* remove some noise from tests.Chris Lattner2010-09-021-64/+64
* Fix constant-over-index.ll test on windows.Michael J. Spencer2010-08-301-2/+3
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-181-7/+7
* fix a buggy testChris Lattner2010-08-181-3/+3
* fix PR7589: In brief:Chris Lattner2010-08-181-0/+21
* filecheckize and detrivialize.Chris Lattner2010-08-181-3/+26
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-061-0/+11
* Implement AccessesArguments checking in the two-callsite formDan Gohman2010-08-051-1/+15
* Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman2010-08-051-1/+0
* Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman2010-08-051-0/+1
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-042-85/+85
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-042-4/+16
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-072-1747/+262
* Remove context sensitivity concerns from interprocedural-basic-aa, andDan Gohman2010-07-012-7/+1739
* Add a few more interesting testcases.Dan Gohman2010-06-291-0/+21
* Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman2010-06-291-0/+42
* Fix Value::stripPointerCasts and BasicAA to avoid trouble onDan Gohman2010-06-281-0/+16
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-081-0/+10
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-2/+2