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-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-06-29 | RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni... | Nuno Lopes |
2011-08-29 | Reapply r138695. Fix PassManager stack depths. | Andrew Trick |
2011-08-27 | Reverting r138695 to see if it fixes clang self host. | Andrew Trick |
2011-08-27 | Fix PassManager stack depths. | Andrew Trick |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-06-09 | Teach the CallGraph to ignore calls to intrinsics. | John McCall |
2010-09-04 | dead method. | Chris Lattner |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
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-07-28 | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif |
2010-05-01 | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner |
2010-05-01 | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner |
2010-04-22 | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner |
2010-04-21 | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner |
2010-04-17 | reenable r101565, removing a problematic assertion. | Chris Lattner |
2010-04-17 | disable r101565: an assert is getting triggered. More lurking badness no doubt. | Chris Lattner |
2010-04-16 | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner |
2010-04-16 | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner |
2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
2010-04-16 | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner |
2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene |
2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng |
2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene |
2010-04-01 | Revert r100143. | Eric Christopher |
2010-04-01 | Add some switches helpful for debugging: | David Greene |
2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner |
2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner |
2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner |
2010-01-22 | eliminate dynamic_cast from this file. | Chris Lattner |
2010-01-22 | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner |
2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
2009-12-23 | Change dbgs() back to errs() for assert messages as Chris requested. | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-09-28 | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman |
2009-09-15 | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner |
2009-09-10 | Fix uppercaseo. | Dale Johannesen |
2009-09-02 | revert my patch, duncan points out what is wrong with my logic. Add | Chris Lattner |
2009-09-02 | one more try at making this simpler, hopefully it won't break everything :) | Chris Lattner |
2009-09-02 | Complicate Chris's simplification, avoiding complaints | Duncan Sands |
2009-09-01 | debug intrinsics do not go in the callgraph, this fixes a couple | Chris Lattner |
2009-09-01 | Fix a regression I introduced in r80708, found by llvm-test. | Chris Lattner |
2009-09-01 | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner |
2009-09-01 | doxygenate RefreshCallGraph, add a new 'verification mode', and run it after | Chris Lattner |