Age | Commit message (Expand) | Author |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-11-08 | Re-introduce the MaxLookup limit to BasicAliasAnalysis' | Dan Gohman |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
2010-11-08 | Teach BasicAliasAnalysis::getModRefBehavior(const Function *F) | Dan Gohman |
2010-10-19 | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
2010-10-19 | Change AliasAnalysis and its clients to use uint64_t instead of unsigned | Dan Gohman |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-18 | Fix BasicAA to pass TBAAInfo through to the chained analysis. | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-15 | PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit | Eli Friedman |
2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman |
2010-09-09 | Extend the getDependence query with support for PHI translation. | Dan Gohman |
2010-09-08 | Add a new experimental generalized dependence query interface to | Dan Gohman |
2010-08-18 | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner |
2010-08-18 | GetLinearExpression is only called when TD is non-null, pass as | Chris Lattner |
2010-08-18 | rework GEP decomposition to make a new VariableGEPIndex struct instead of | Chris Lattner |
2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
2010-08-18 | Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The | Daniel Dunbar |
2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Move all the logic for function attributes and call attributes out of the | Dan Gohman |
2010-08-06 | Fix botched revert. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Fix 80-column violations. | Dan Gohman |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-05 | Implement AccessesArguments checking in the two-callsite form | Dan Gohman |
2010-08-05 | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman |
2010-08-05 | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman |
2010-08-04 | The two-callsite form of AliasAnalysis::getModRefInfo is documented | Dan Gohman |
2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
2010-08-03 | The singular of "indices" is "index". | Dan Gohman |
2010-08-03 | Delete an unused function. | Dan Gohman |
2010-08-03 | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman |
2010-07-21 | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
2010-07-07 | Minore code simplification. | Dan Gohman |
2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |
2010-07-01 | Remove context sensitivity concerns from interprocedural-basic-aa, and | Dan Gohman |
2010-06-29 | Fix whitespace style. | Dan Gohman |
2010-06-29 | Use a more obvious way to avoid compiling functions which are only used when ... | Benjamin Kramer |
2010-06-29 | Jump through some silly hoops to make GCC accept that a function may not always | Chandler Carruth |
2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
2010-06-28 | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman |
2010-06-23 | use ArgOperand accessors | Gabor Greif |