Age | Commit message (Expand) | Author | Files | Lines |
2012-10-15 | Resubmit the changes to llvm core to update the functions to support differen... | Micah Villmow | 1 | -3/+4 |
2012-10-11 | Revert 165732 for further review. | Micah Villmow | 1 | -4/+3 |
2012-10-11 | Add in the first iteration of support for llvm/clang/lldb to allow variable p... | Micah Villmow | 1 | -3/+4 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -11/+11 |
2012-09-19 | GCC doesn't understand that OrigAliasResult having a value is correlated with | Duncan Sands | 1 | -1/+1 |
2012-09-06 | BasicAA: Recognize cyclic NoAlias phis | Arnold Schwaighofer | 1 | -0/+35 |
2012-09-06 | BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias | Arnold Schwaighofer | 1 | -9/+65 |
2012-09-05 | Switch BasicAliasAnalysis' cache to SmallDenseMap. | Benjamin Kramer | 1 | -9/+7 |
2012-08-29 | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer | 1 | -9/+11 |
2012-06-21 | refactor the MemoryBuiltin analysis: | Nuno Lopes | 1 | -41/+4 |
2012-02-27 | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman | 1 | -4/+4 |
2012-02-27 | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman | 1 | -9/+26 |
2012-02-25 | Move isKnownNonNull from private implementation detail of BasicAA to a public | Nick Lewycky | 1 | -16/+0 |
2012-02-17 | Remove a comment about an alternative approach that wouldn't | Dan Gohman | 1 | -4/+1 |
2011-11-20 | Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. | Nick Lewycky | 1 | -2/+1 |
2011-10-06 | Remove the old atomic instrinsics. autoupgrade functionality is included wit... | Eli Friedman | 1 | -20/+0 |
2011-09-28 | PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio... | Eli Friedman | 1 | -1/+1 |
2011-09-08 | A couple minor corrections to r139276. | Eli Friedman | 1 | -14/+14 |
2011-09-08 | Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab... | Eli Friedman | 1 | -33/+33 |
2011-09-06 | memset_pattern16 uses a 16 BYTE pattern, not a 16 BIT pattern. Add comments ... | Owen Anderson | 1 | -2/+4 |
2011-09-06 | Teach BasicAA about the aliasing properties of memset_pattern16. | Owen Anderson | 1 | -1/+40 |
2011-07-27 | Explicitly cast narrowing conversions inside {}s that will become errors in | Jeffrey Yasskin | 1 | -1/+2 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -2/+2 |
2011-06-10 | Initialize BasicAA's AliasCache to set it to use fewer buckets by | Dan Gohman | 1 | -1/+7 |
2011-06-04 | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman | 1 | -1/+11 |
2011-06-04 | Revert r131781 again. Apparently there is more going on here. | Dan Gohman | 1 | -11/+1 |
2011-06-04 | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman | 1 | -1/+11 |
2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman | 1 | -37/+27 |
2011-06-03 | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman | 1 | -10/+21 |
2011-05-24 | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman | 1 | -9/+12 |
2011-05-23 | fix a really nasty basicaa mod/ref calculation bug that was causing miscompil... | Chris Lattner | 1 | -2/+5 |
2011-05-21 | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands | 1 | -11/+1 |
2011-05-21 | When BasicAA can determine that two pointers have the same base but | Dan Gohman | 1 | -1/+11 |
2011-04-27 | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman | 1 | -0/+20 |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 1 | -2/+2 |
2011-03-23 | Revert r128140 for now. | Anders Carlsson | 1 | -33/+0 |
2011-03-23 | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson | 1 | -0/+33 |
2011-01-24 | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman | 1 | -5/+5 |
2011-01-18 | Teach BasicAA to return PartialAlias in cases where both pointers | Dan Gohman | 1 | -12/+35 |
2011-01-03 | fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom | Chris Lattner | 1 | -0/+2 |
2010-12-15 | Reapply r121886, and also update DecomposeGEPExpression to keep | Dan Gohman | 1 | -0/+9 |
2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 1 | -8/+8 |
2010-12-13 | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 1 | -0/+11 |
2010-12-10 | Revert r121520, which may have introduced miscompilations. | Dan Gohman | 1 | -11/+0 |
2010-12-10 | Implement PartialAlias checking in BasicAA. | Dan Gohman | 1 | -0/+11 |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 1 | -4/+4 |
2010-11-30 | enhance basicaa to return "Mod" for a memcpy call when the | Chris Lattner | 1 | -0/+5 |
2010-11-30 | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner | 1 | -0/+2 |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 1 | -5/+9 |
2010-11-08 | Re-introduce the MaxLookup limit to BasicAliasAnalysis' | Dan Gohman | 1 | -2/+8 |