Age | Commit message (Expand) | Author |
2006-12-13 | Remove DSA. | John Criswell |
2006-12-07 | Removed more <iostream> includes | Bill Wendling |
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-27 | For PR950: | Reid Spencer |
2006-11-17 | Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. | Bill Wendling |
2006-11-07 | Allow loop detection during debug in forwarding nodes, and revert auxcall pat... | Andrew Lenharth |
2006-11-02 | For PR786: | Reid Spencer |
2006-06-19 | Fix a bug, don't drop indirect call sites, especially if there is nothing kno... | Andrew Lenharth |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-04-19 | Another simple case type merge case to try | Andrew Lenharth |
2006-03-27 | If adding a link to a collapsed, node, ignore offset. | Andrew Lenharth |
2006-03-15 | allow field sensitivity to be a tunable parameter | Andrew Lenharth |
2006-03-15 | Handle one offset with growth case seen in povray. Namely, if we have an off... | Andrew Lenharth |
2006-01-22 | Add explicit iostream #includes | Chris Lattner |
2005-04-25 | Don't mess up SCC traversal when a node has null edges out of it. | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-12 | Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs | Chris Lattner |
2005-04-02 | Change the ActualCallees callgraph from hash_multimap<Instruction,Function> | Chris Lattner |
2005-03-29 | Fix a problem where we not marking incoming arguments to functions with | Chris Lattner |
2005-03-25 | Make the spliceFrom case where one graph is completely empty be constant time. | Chris Lattner |
2005-03-24 | add a new DSGraph::spliceFrom method, which violently takes the content of | Chris Lattner |
2005-03-24 | This replaces the correct but slow code with a more aggressive scc-finder | Chris Lattner |
2005-03-24 | only look at successors of globals. This gets us down to "only" 22s in the | Chris Lattner |
2005-03-24 | Unfortunately, a previous patch was not safe. Revert it, reimplement | Chris Lattner |
2005-03-23 | turn a dead conditional into an assert. | Chris Lattner |
2005-03-23 | Totally gut mergeInGraph. There is absolutely no reason to be merging | Chris Lattner |
2005-03-23 | wrap a long line | Chris Lattner |
2005-03-22 | Several changes here: | Chris Lattner |
2005-03-22 | Don't use operator[], use the new method instead, which is faster. This speeds | 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 | remove a dead ctor | Chris Lattner |
2005-03-22 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | now that the valuemapping is always the local scalar map, we can eliminate | Chris Lattner |
2005-03-22 | remove the second argument to cloneInto | Chris Lattner |
2005-03-22 | move this out of line | Chris Lattner |
2005-03-21 | allow passing clone flags down to cloneInto | Chris Lattner |
2005-03-21 | make this const correct | Chris Lattner |
2005-03-21 | Ugh, for some reason, I can't call this unless the reference is const!?!?!? | Chris Lattner |
2005-03-21 | The reachability cloner should add arguments to merged calls when the RHS of | Chris Lattner |
2005-03-20 | Remove the ability to keep track of inlined globals, which is always dead. | Chris Lattner |
2005-03-20 | Add a new DSNode::removeGlobal method. | Chris Lattner |
2005-03-20 | Implement new methods for dealing with DSNode global lists, rename uses of | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-18 | remove a bogus optimization. This only works if there are no globals in the | Chris Lattner |
2005-03-17 | implement a new method. | Chris Lattner |
2005-03-17 | Clean up some code, handle null pointer specially to avoid an assertion | Chris Lattner |
2005-03-17 | Do not create ridiculously huge DSNodes, as described in the comments. | Chris Lattner |
2005-03-16 | remove use of compat_iterator. | Chris Lattner |