Age | Commit message (Expand) | Author |
2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
2010-11-10 | Add a doesAccessArgPointees helper function, and update code to use | Dan Gohman |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-11-09 | Teach AliasAnalysis about AccessesArgumentsReadonly. | Dan Gohman |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
2010-11-08 | Delete getIntrinsicModRefBehavior. Clients can just use the normal | Dan Gohman |
2010-10-25 | Update comments; BasicAA is no longer necessarily the end of the chain. | Dan Gohman |
2010-10-25 | Reintroduce these asserts, now that BasicAA is a normal AliasAnalysis pass. | 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-19 | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman |
2010-10-13 | Analysis groups need to initialize their default implementations. | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-06 | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson |
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-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
2010-08-06 | Be more conservative in the face of volatile. | Dan Gohman |
2010-08-06 | Fix a comment. | Dan Gohman |
2010-08-06 | Move all the logic for function attributes and call attributes out of the | Dan Gohman |
2010-08-05 | Yes, we can do better, but this is not the place for it. | Dan Gohman |
2010-08-03 | Remove PointerAccessInfo, which nothing was using. | Dan Gohman |
2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
2010-08-03 | Make AliasAnalysis::getModRefInfo conservative in the face of volatility. | Dan Gohman |
2010-07-07 | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman |
2010-06-29 | Add an Intraprocedural form of BasicAliasAnalysis, which aims to | Dan Gohman |
2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands |
2009-11-23 | use the new isNoAlias method to simplify some code, only do an escaping check... | Chris Lattner |
2009-11-22 | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner |
2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
2009-08-27 | Global Aliases are not identifiable objects. | Dan Gohman |
2009-07-25 | Make AliasAnalysis and related classes use | Dan Gohman |
2009-02-14 | Generalize some alias analysis logic from atomic | Duncan Sands |
2009-02-13 | If a function only reads memory, then we know that... | Duncan Sands |
2009-02-06 | Fix a crasher: we need to check that the function is non-null before using it! | Owen Anderson |
2009-02-05 | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson |
2009-02-04 | Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl... | Owen Anderson |
2009-02-03 | Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th... | Owen Anderson |
2009-02-03 | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman |
2008-05-30 | Fix a copy+paste error in a comment. | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-12 | Revert r44626, which turned off the use of readonly | Duncan Sands |
2007-12-05 | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands |
2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |