Age | Commit message (Expand) | Author |
2013-01-07 | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-31 | Replace some instances of UniqueVector with SetVector, which is slightly chea... | Benjamin Kramer |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling |
2012-10-15 | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling |
2012-10-15 | Attributes Rewrite | Bill Wendling |
2012-10-10 | Remove the final bits of Attributes being declared in the Attribute | Bill Wendling |
2012-10-09 | Use the attribute enums to query if a parameter has an attribute. | Bill Wendling |
2012-10-08 | Give CaptureTracker::shouldExplore a base implementation. Most users want to do | Nick Lewycky |
2012-10-04 | Add method to query for 'NoAlias' attribute on call/invoke instructions. | Bill Wendling |
2012-01-05 | SCCCaptured is trivially false on entry to this loop and not modified inside it. | Nick Lewycky |
2011-12-28 | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky |
2011-08-16 | Revert a bit of r137667; the logic in question can safely handle atomic load/... | Eli Friedman |
2011-08-15 | Update inter-procedural optimizations for atomic load/store. | Eli Friedman |
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 | Factor out the code for testing whether a function accesses | Dan Gohman |
2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
2010-11-09 | Teach FunctionAttrs about the VAArg instruction. | Dan Gohman |
2010-11-09 | Use the AliasAnalysis interface to determine how a Function accesses | Dan Gohman |
2010-11-09 | Teach FunctionAttrs about AccessesArgumentsReadonly. | Dan Gohman |
2010-11-08 | Fix a thinko that Duncan spotted. | Dan Gohman |
2010-11-08 | Make FunctionAttrs TBAA-aware. | Dan Gohman |
2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
2010-11-08 | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman |
2010-11-03 | Rename PointsToLocalMemory to PointsToLocalOrConstantMemory to make | Duncan Sands |
2010-10-30 | Now that the MallocInst no longer exists, this workaround for | Duncan Sands |
2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-13 | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-01-07 | Be less stingy as to how many selects and phi nodes we | Duncan Sands |
2010-01-06 | Fix a README item: have functionattrs look through selects and | Duncan Sands |
2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands |
2009-11-19 | Extend CaptureTracking to indicate when a value is never stored, even | Dan Gohman |
2009-10-27 | Rename MallocFreeHelper as MemoryBuiltins | Victor Hernandez |
2009-10-26 | Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t... | Victor Hernandez |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |