Age | Commit message (Expand) | Author |
2005-03-22 | Now that the dead ctor is gone, nothing uses the old node mapping exported by | Chris Lattner |
2005-03-22 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | remove the second argument to cloneInto | Chris Lattner |
2005-03-21 | Fix a major problem where we didn't add call graph edges for call sites with | Chris Lattner |
2005-03-20 | remove some pointless asserts | Chris Lattner |
2005-03-20 | Transform BU pass to not use the horrible DSCallSiteIterator class. | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-18 | do not bother inlining nullary functions without return values. The only | Chris Lattner |
2005-03-15 | fix crashes when we only have a prototype for main. | Chris Lattner |
2005-03-15 | Start using retnodes_* for iteration. | Chris Lattner |
2005-03-13 | Make sure to remove incomplete markers before we add to them! :) | Chris Lattner |
2005-03-13 | After finishing BU analysis, move all global variables from the globals | Chris Lattner |
2005-02-07 | IndCallGraphMap is now a pointer to a new'd map. | Chris Lattner |
2005-02-04 | If we have an indirect call site that calls N functions, inline the N functions | Chris Lattner |
2005-02-01 | Eliminate some duplicated debug code | Chris Lattner |
2005-02-01 | Eliminate self-recursion as a special case. | Chris Lattner |
2005-02-01 | Eliminate use of DSCallSiteIterator in key loop. This is a half step to | Chris Lattner |
2005-02-01 | Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. | Chris Lattner |
2005-01-31 | Fix some scary bugs that VC++ detected. | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-24 | Make -ds-aa more useful, allowing it to be updated as xforms hack on the prog... | Chris Lattner |
2004-11-08 | Fix a bug that was preventing povray and namd from pool allocating correctly. | Chris Lattner |
2004-10-31 | Fix comment | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-07 | Headers moved | Chris Lattner |
2004-03-04 | Minor changes, remove some debugging code that got checked in somehow. | Chris Lattner |
2004-02-27 | Only clone global nodes between graphs if both graphs have the global. | Chris Lattner |
2004-02-21 | Instead of cloning the globals for main into the globals graph at the end of | Chris Lattner |
2004-02-20 | There is no need to merge the globals graph into the function graphs at the | Chris Lattner |
2004-02-17 | When we complete the bottom-up pass, make sure to merge the globals in 'main'... | Chris Lattner |
2004-02-08 | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner |
2004-01-31 | Avoid referencing deleted DSgraphs when merging an SCC into a larger SCC. This | Chris Lattner |
2004-01-27 | Get clone flags right, so we don't build InlinedGlobals only to clear them | Chris Lattner |
2004-01-23 | Initial support for implementing clonePartiallyInto in terms of cloneReachabl... | Chris Lattner |
2003-11-13 | Minor code cleanup | Chris Lattner |
2003-11-12 | Fine-grainify namespaces for this library | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-20 | Functions reachable from the arguments of unresolvable call nodes should | Chris Lattner |
2003-09-20 | The Globals graph must become complete at the end of the BU phase! | Chris Lattner |
2003-09-20 | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner |
2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
2003-07-16 | Rematerialize nodes from the globals graph into the current graph | Vikram S. Adve |
2003-07-02 | Fix how we are handling unreachable functions. This DRAMATICALLY improves ef... | Chris Lattner |
2003-07-02 | Keep track of how many inlinings are performed | Chris Lattner |
2003-07-02 | Make the BU closure keep track of which actual calls happen | Chris Lattner |
2003-07-01 | Minor cleanups | Chris Lattner |
2003-06-30 | Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit | Chris Lattner |
2003-06-30 | Reimplement the BU closure to collapse all SCC graphs into a single graph. | Chris Lattner |