| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r128140 for now. | Anders Carlsson | 2011-03-23 | 1 | -33/+0 |
* | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson | 2011-03-23 | 1 | -0/+33 |
* | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman | 2011-01-24 | 1 | -5/+5 |
* | Teach BasicAA to return PartialAlias in cases where both pointers | Dan Gohman | 2011-01-18 | 1 | -12/+35 |
* | fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiom | Chris Lattner | 2011-01-03 | 1 | -0/+2 |
* | Reapply r121886, and also update DecomposeGEPExpression to keep | Dan Gohman | 2010-12-15 | 1 | -0/+9 |
* | Move Value::getUnderlyingObject to be a standalone | Dan Gohman | 2010-12-15 | 1 | -8/+8 |
* | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 2010-12-13 | 1 | -0/+11 |
* | Revert r121520, which may have introduced miscompilations. | Dan Gohman | 2010-12-10 | 1 | -11/+0 |
* | Implement PartialAlias checking in BasicAA. | Dan Gohman | 2010-12-10 | 1 | -0/+11 |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -4/+4 |
* | enhance basicaa to return "Mod" for a memcpy call when the | Chris Lattner | 2010-11-30 | 1 | -0/+5 |
* | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner | 2010-11-30 | 1 | -0/+2 |
* | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman | 2010-11-10 | 1 | -5/+9 |
* | Re-introduce the MaxLookup limit to BasicAliasAnalysis' | Dan Gohman | 2010-11-08 | 1 | -2/+8 |
* | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman | 2010-11-08 | 1 | -11/+54 |
* | Teach BasicAliasAnalysis::getModRefBehavior(const Function *F) | Dan Gohman | 2010-11-08 | 1 | -3/+11 |
* | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman | 2010-10-19 | 1 | -81/+8 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 1 | -24/+26 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 1 | -26/+24 |
* | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman | 2010-10-19 | 1 | -24/+26 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -3/+7 |
* | Fix BasicAA to pass TBAAInfo through to the chained analysis. | Dan Gohman | 2010-10-18 | 1 | -26/+47 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -11/+25 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -2/+2 |
* | PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit | Eli Friedman | 2010-09-15 | 1 | -3/+3 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 1 | -55/+34 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 1 | -1/+8 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 1 | -0/+20 |
* | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner | 2010-08-18 | 1 | -11/+30 |
* | GetLinearExpression is only called when TD is non-null, pass as | Chris Lattner | 2010-08-18 | 1 | -4/+4 |
* | rework GEP decomposition to make a new VariableGEPIndex struct instead of | Chris Lattner | 2010-08-18 | 1 | -19/+39 |
* | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner | 2010-08-18 | 1 | -34/+229 |
* | Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The | Daniel Dunbar | 2010-08-18 | 1 | -213/+34 |
* | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner | 2010-08-18 | 1 | -34/+213 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -7/+7 |
* | Move all the logic for function attributes and call attributes out of the | Dan Gohman | 2010-08-06 | 1 | -120/+119 |
* | Fix botched revert. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Fix 80-column violations. | Dan Gohman | 2010-08-05 | 1 | -6/+6 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -7/+7 |
* | Implement AccessesArguments checking in the two-callsite form | Dan Gohman | 2010-08-05 | 1 | -2/+32 |
* | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman | 2010-08-05 | 1 | -1/+6 |
* | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman | 2010-08-05 | 1 | -2/+2 |
* | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman | 2010-08-04 | 1 | -2/+2 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 1 | -9/+15 |
* | The singular of "indices" is "index". | Dan Gohman | 2010-08-03 | 1 | -3/+3 |
* | Delete an unused function. | Dan Gohman | 2010-08-03 | 1 | -5/+0 |
* | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman | 2010-08-03 | 1 | -7/+8 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 1 | -10/+6 |