Age | Commit message (Expand) | Author |
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 |
2009-09-01 | simpler solution to iterator invalidation "problem" found | Chris Lattner |
2009-09-01 | Do not manipulate invalid iterators. This fixes the | Duncan Sands |
2009-09-01 | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner |
2009-08-31 | cleanups pointed out by duncan | Chris Lattner |
2009-08-31 | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner |
2009-08-31 | cleanups, factor some code out to a helper function | Chris Lattner |
2009-08-31 | Fix some nasty callgraph dangling pointer problems in | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-02-13 | Reapply r64300: | Nick Lewycky |
2009-02-11 | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling |
2009-02-11 | Make sure the SCC pass manager initializes any contained | Duncan Sands |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-08 | Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds | Chris Lattner |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-02 | Add assert. | Devang Patel |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-08-10 | Do not overuse std::string. Pass around char * directly. | Devang Patel |
2007-08-01 | More explicit keywords. | Dan Gohman |
2007-07-19 | Verify loop info. | Devang Patel |