Age | Commit message (Expand) | Author |
2013-03-06 | Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo... | Shuxin Yang |
2013-02-22 | Use references to attribute groups on the call/invoke instructions. | Bill Wendling |
2013-02-20 | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling |
2012-12-10 | Optimistically analyse Phi cycles | Arnold Schwaighofer |
2012-11-17 | Phi speculation improvement for BasicAA | Hal Finkel |
2012-11-05 | Don't infer whether a value is captured in the current function from the | Richard Osborne |
2012-09-06 | BasicAA: Recognize cyclic NoAlias phis | Arnold Schwaighofer |
2012-09-06 | BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias | Arnold Schwaighofer |
2012-07-02 | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth |
2012-04-24 | FileCheck-ize these tests. Harden some of them. | Bill Wendling |
2012-02-27 | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman |
2012-02-27 | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2011-12-12 | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-09-28 | PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio... | Eli Friedman |
2011-09-26 | Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias... | Eli Friedman |
2011-09-08 | Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab... | Eli Friedman |
2011-09-06 | Teach BasicAA about the aliasing properties of memset_pattern16. | Owen Anderson |
2011-07-09 | Move the loads after the calls so that the fix for | Rafael Espindola |
2011-07-09 | Use CHECK-NEXT. | Rafael Espindola |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-06-04 | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman |
2011-06-04 | Revert r131781 again. Apparently there is more going on here. | Dan Gohman |
2011-06-04 | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman |
2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman |
2011-06-03 | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman |
2011-05-24 | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman |
2011-05-22 | I missed a checking with my GVN change. | Chris Lattner |
2011-05-21 | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands |
2011-05-21 | When BasicAA can determine that two pointers have the same base but | Dan Gohman |
2011-04-27 | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman |
2011-04-27 | When analyzing functions known to only access argument pointees, | Dan Gohman |
2011-04-07 | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman |
2011-03-23 | Revert r128140 for now. | Anders Carlsson |
2011-03-23 | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson |
2011-01-24 | Add another rdar number. | Dan Gohman |
2011-01-18 | Teach BasicAA to return PartialAlias in cases where both pointers | Dan Gohman |
2011-01-03 | fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom | Chris Lattner |
2011-01-03 | filecheckize | Chris Lattner |
2010-12-15 | Move Sub simplifications and additional Add simplifications out of | Duncan Sands |
2010-11-30 | remove fixme comment too. | Chris Lattner |
2010-11-30 | check in *all* files. This is now handled by my previous DSE commit. | Chris Lattner |
2010-11-11 | Delete unneeded ssp attributes. | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
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 |