| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Support/IncludeFile.h and its only user. This is actively harmful, since | Richard Smith | 2014-08-07 | 1 | -3/+0 |
* | Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r... | David Blaikie | 2014-07-19 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -5/+5 |
* | [Modules] Move CallSite into the IR library where it belogs. It is | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [PM] Add a definition for the static PassID in the CallGraphAnalysis. | Chandler Carruth | 2014-01-05 | 1 | -0/+6 |
* | [PM] Split the CallGraph out from the ModulePass which creates the | Chandler Carruth | 2013-11-26 | 1 | -67/+84 |
* | [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionality | Chandler Carruth | 2013-11-26 | 1 | -3/+3 |
* | Merge CallGraph and BasicCallGraph. | Rafael Espindola | 2013-10-31 | 1 | -156/+78 |
* | Call destroy from ~BasicCallGraph. | Rafael Espindola | 2013-10-25 | 1 | -0/+4 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) | Duncan Sands | 2012-09-26 | 1 | -4/+5 |
* | Release build: guard dump functions with | Manman Ren | 2012-09-12 | 1 | -2/+2 |
* | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 2012-09-06 | 1 | -0/+4 |
* | Simplify; no intended functional change. | Eli Friedman | 2011-10-20 | 1 | -10/+3 |
* | Teach the CallGraph to ignore calls to intrinsics. | John McCall | 2011-06-09 | 1 | -1/+1 |
* | Add spliceFunction to the CallGraph interface. This allows users to efficiently | Nick Lewycky | 2011-01-03 | 1 | -1/+15 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Analysis groups need to initialize their default implementations. | Owen Anderson | 2010-10-13 | 1 | -1/+1 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -2/+2 |
* | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson | 2010-10-06 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -3/+3 |
* | use Value* constructor of CallSite to create potentially improper site | Gabor Greif | 2010-07-28 | 1 | -2/+2 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 1 | -3/+2 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -1/+1 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -1/+1 |
* | do not repeatedly dereference use_iterator | Gabor Greif | 2010-07-09 | 1 | -3/+5 |
* | fix callgraph dump to not print 0x0x1234 for nodes. | Chris Lattner | 2010-04-23 | 1 | -6/+8 |
* | PR6880: Don't dereference CallsExternalNode if it's NULL. | Benjamin Kramer | 2010-04-20 | 1 | -3/+5 |
* | make CallGraphNode dtor abort if a node is deleted when there are still | Chris Lattner | 2010-04-20 | 1 | -0/+9 |
* | adopt getAdjustedAnalysisPointer in BasicCallGraph. | Chris Lattner | 2010-01-20 | 1 | -1/+11 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -2/+3 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+0 |
* | Don't #include Pass.h from CallGraph.h. | Dan Gohman | 2009-11-01 | 1 | -0/+1 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | add a new CallGraphNode::replaceCallEdge method and use it from | Chris Lattner | 2009-09-15 | 1 | -0/+17 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 1 | -22/+0 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -19/+4 |
* | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner | 2009-08-31 | 1 | -24/+34 |
* | fix a crash building SPASS by tolerating a callsite that doesn't exist | Chris Lattner | 2009-08-31 | 1 | -8/+13 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -14/+23 |
* | use an accessor instead of poking internals of a node. | Chris Lattner | 2009-08-31 | 1 | -1/+1 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -16/+9 |
* | add a dump() method on callgraph. | Chris Lattner | 2009-08-30 | 1 | -0/+3 |