2010-04-02 |
David Greene | Let's try this again. Re-apply 100143 including an... |
blob | commitdiff | raw |
2010-04-01 |
Eric Christopher | Revert r100143. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
David Greene | Add some switches helpful for debugging: |
blob | commitdiff | raw |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate dynamic_cast from this file. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate a bunch more unneeded dynamic_cast's. |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | eliminate a bunch of dynamic_cast's. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Change dbgs() back to errs() for assert messages as... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Convert debug messages to use dbgs(). Generally this... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Dan Gohman | Extend the StartPassTimer and StopPassTimer functions... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Chris Lattner | make -debug-pass=Executions show information about... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Dale Johannesen | Fix uppercaseo. |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Chris Lattner | revert my patch, duncan points out what is wrong with... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Chris Lattner | one more try at making this simpler, hopefully it won... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Duncan Sands | Complicate Chris's simplification, avoiding complaints |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | debug intrinsics do not go in the callgraph, this fixes... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | Fix a regression I introduced in r80708, found by llvm... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | remove CallGraphNode::replaceCallSite, it is redundant... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | doxygenate RefreshCallGraph, add a new 'verification... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | simpler solution to iterator invalidation "problem... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Duncan Sands | Do not manipulate invalid iterators. This fixes the |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Chris Lattner | Change CallGraphNode to maintain it's Function as an... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | cleanups pointed out by duncan |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | Step #1 to giving Callgraph some sane invariants. ... |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | cleanups, factor some code out to a helper function |
blob | commitdiff | raw | diff to current |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Remove Value::getName{Start,End}, the last of the old... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Nick Lewycky | Reapply r64300: |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Bill Wendling | Revert r64300 and r64301. These were causing the follow... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Duncan Sands | Make sure the SCC pass manager initializes any contained |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Chris Lattner | Don't call getAnalysisUsage unless -debug-pass is enabl... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-05-02 |
Devang Patel | Add assert. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-08-10 |
Devang Patel | Do not overuse std::string. Pass around char * directly. |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Dan Gohman | More explicit keywords. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Verify loop info. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Duncan Sands | Replace mysterious code causing a g++-4.2 warning |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Devang Patel | CallGraphSCCPass manager may require other passes. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Anton Korobeynikov | Removed tabs everywhere except autogenerated & external... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Devang Patel | Avoid constructing std::strings unless pass debugging... |
blob | commitdiff | raw | diff to current |
2007-02-27 |
Devang Patel | Make getPassManagerType() const. |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Devang Patel | Dump function names when debug-pass=Executions is used. |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Devang Patel | Pretty print pass manager |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Devang Patel | Use StartPassTimer() and StopPassManager() |
blob | commitdiff | raw | diff to current |
2007-01-29 |
Devang Patel | Measure timings. |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Devang Patel | Fix typo. |
blob | commitdiff | raw | diff to current |
2007-01-23 |
Devang Patel | Add CallGraphSCCPass::assignPassManager(). |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Devang Patel | Add CGPassManager. |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Chris Lattner | Pass the callgraph not the module |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Chris Lattner | Add the ability for SCC passes to initialize and finali... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Chris Lattner | Rename TarjanSCCIterator -> scc_iterator |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Chris Lattner | The tarjan iterator now returns a reference to the... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Chris Lattner | Initial checkin of the CallGraphSCCPass class |
blob | commitdiff | raw | diff to current |
|