aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/BasicAliasAnalysis.cpp
AgeCommit message (Expand)Author
2013-03-26BasicAA: Only query twice if the result of the more general query was MayAliasArnold Schwaighofer
2013-03-02add getUnderlyingObjectSize()Nuno Lopes
2013-02-28Fix a problem in alias analysis. It is about the misinterpretation of "Object".Shuxin Yang
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-10Optimistically analyse Phi cyclesArnold Schwaighofer
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-17Phi speculation improvement for BasicAAHal Finkel
2012-11-05Don't infer whether a value is captured in the current function from theRichard Osborne
2012-11-04Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-19GCC doesn't understand that OrigAliasResult having a value is correlated withDuncan Sands
2012-09-06BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer
2012-09-06BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer
2012-09-05Switch BasicAliasAnalysis' cache to SmallDenseMap.Benjamin Kramer
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes
2012-02-27Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman
2012-02-27Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman
2012-02-25Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky
2012-02-17Remove a comment about an alternative approach that wouldn'tDan Gohman
2011-11-20Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky
2011-10-06Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman
2011-09-28PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman
2011-09-08A couple minor corrections to r139276.Eli Friedman
2011-09-08Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...Eli Friedman
2011-09-06memset_pattern16 uses a 16 BYTE pattern, not a 16 BIT pattern. Add comments ...Owen Anderson
2011-09-06Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson
2011-07-27Explicitly cast narrowing conversions inside {}s that will become errors inJeffrey Yasskin
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-10Initialize BasicAA's AliasCache to set it to use fewer buckets byDan Gohman
2011-06-04Reapply r131781, now that the GVN bug with partially-aliasing loadsDan Gohman
2011-06-04Revert r131781 again. Apparently there is more going on here.Dan Gohman
2011-06-04Reapply r131781 (revert r131809), now that some BasicAA shortcomingsDan Gohman
2011-06-04Fix BasicAA's recursion detection so that it doesn't pessimizeDan Gohman
2011-06-03When merging MustAlias and PartialAlias, chose PartialAlias insteadDan Gohman
2011-05-24Make DecomposeGEPExpression check SimplifyInstruction onlyDan Gohman
2011-05-23fix a really nasty basicaa mod/ref calculation bug that was causing miscompil...Chris Lattner
2011-05-21Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands
2011-05-21When BasicAA can determine that two pointers have the same base butDan Gohman
2011-04-27Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-23Revert r128140 for now.Anders Carlsson
2011-03-23A global variable with internal linkage where all uses are in one function an...Anders Carlsson
2011-01-24Give GetUnderlyingObject a TargetData, to keep it in syncDan Gohman
2011-01-18Teach BasicAA to return PartialAlias in cases where both pointersDan Gohman