Age | Commit message (Expand) | Author |
2006-12-13 | Remove DSA. | John Criswell |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-11-28 | Convert to using llvm streams instead of iostreams. | Bill Wendling |
2006-11-17 | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling |
2006-10-23 | Make these hack flags hidden, like other dsa hack flags | Andrew Lenharth |
2006-10-23 | Revert the aggressive inlining for now, it doesn't handle external correctly | Andrew Lenharth |
2006-10-13 | Move some warnings to debug mode. | Andrew Lenharth |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner |
2006-06-19 | Do partial inlining in BU. This resolves more call sites. Also add options ... | Andrew Lenharth |
2006-04-19 | friendlier error message | Andrew Lenharth |
2006-01-22 | Add explicit iostream #includes | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-04-25 | Correctly handle global-argument aliases induced in main | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | add support for taking and resolving the address of free. | Chris Lattner |
2005-03-25 | Grow the EQ classes for globals at the end of the BU pass. This shrinks | Chris Lattner |
2005-03-25 | remove a debugging timer. | Chris Lattner |
2005-03-25 | Two changes here: | Chris Lattner |
2005-03-24 | don't bother |'ing in 0's | Chris Lattner |
2005-03-24 | Fix a crash while promoting a value out of a loop from a global variable | Chris Lattner |
2005-03-23 | a hack to allow count-aa to work with ds-aa :( | Chris Lattner |
2005-03-22 | Mark external globals incomplete in the BU Globals graph, fixing | Chris Lattner |
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 |