Age | Commit message (Expand) | Author |
2002-11-27 | Fix logical error in TD pass: we should clear Mod/Ref bits of each caller | Vikram S. Adve |
2002-11-25 | Keep global nodes in each DS Graph (by forcing them to be marked live). | Vikram S. Adve |
2002-11-18 | Add peak memory usage measurement stuff | Chris Lattner |
2002-11-12 | Fix two bugs: | Chris Lattner |
2002-11-11 | Elimiante calls to a node with nothing in it. | Chris Lattner |
2002-11-11 | Mark stuff reachable by _AUX_ calls as incomplete in the BU graph | Chris Lattner |
2002-11-11 | Use call site mergeWith method to simplify code | Chris Lattner |
2002-11-10 | Fix a bug that could trigger when varargs call sites had non-matching number ... | Chris Lattner |
2002-11-10 | * Dramatically rework liveness evaluation. | Chris Lattner |
2002-11-09 | eliminate the ability to remove global nodes from deadNodeElminate... for now. | Chris Lattner |
2002-11-09 | Move maskNodeTypes to header file | Chris Lattner |
2002-11-09 | Clean up DSGraph::removeDeadNodes interface | Chris Lattner |
2002-11-09 | Make removeTriviallyDeadNodes a private interface of DSGraph | Chris Lattner |
2002-11-09 | Add initial support for a globals graph | Chris Lattner |
2002-11-09 | Tighten up array handling | Chris Lattner |
2002-11-09 | Fix warning & release build | Chris Lattner |
2002-11-08 | Fold arrays down to a single element. This causes huge wins on some benchmarks | Chris Lattner |
2002-11-08 | Allow specification of whether the call sites should be copied, AND whether | Chris Lattner |
2002-11-08 | - Add a bunch of checking to make sure that dead nodes are not used after they | Chris Lattner |
2002-11-08 | Use DSNodeHandleMap instead to be safe | Chris Lattner |
2002-11-08 | Add flush | Chris Lattner |
2002-11-07 | Instead of using a bool that constant has to be explained, use a self | Chris Lattner |
2002-11-07 | Implement a new mergeInGraph method, which basically factors code out of | Chris Lattner |
2002-11-07 | Rename DataStructureAnalysis namespace to DS | Chris Lattner |
2002-11-07 | Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and | Chris Lattner |
2002-11-07 | Move printouts to be wrapped in DEBUG() macros | Chris Lattner |
2002-11-06 | Make PointerSize & Shift be enums | Chris Lattner |
2002-11-06 | Dramatically simplify internal DSNode representation, get implementation | Chris Lattner |
2002-11-05 | Attempted fixes to the mergemap to make it work better. | Chris Lattner |
2002-11-04 | Change the "Cannot merge two portions of the same node yet" from an assertion | Chris Lattner |
2002-11-03 | Rename ValueMap to ScalarMap | Chris Lattner |
2002-11-03 | Rename NewNode flag to HeapNode | Chris Lattner |
2002-11-02 | Stop representing scalars as explicit nodes in the graph. Now the only | Chris Lattner |
2002-10-31 | * Minor optimization: when merging nodes, merge the smaller one into the | Chris Lattner |
2002-10-31 | This fixes all kinds of problems with array handling. There are still bugs to | Chris Lattner |
2002-10-21 | Delete unused arguments to DSGraph::cloneInto method | Chris Lattner |
2002-10-21 | Add another copy ctor form | Chris Lattner |
2002-10-21 | As it turns out, we don't need a fully generic mapping copy ctor, we just need | Chris Lattner |
2002-10-21 | Remove some unneccesary 'using' directives | Chris Lattner |
2002-10-21 | Fix bug with prior checkin | Chris Lattner |
2002-10-21 | - Make DSCallSite not inherit from std::vector. Renamed methods slightly. | Chris Lattner |
2002-10-20 | Simplify code a bit, add comment flyer | Chris Lattner |
2002-10-20 | Remove spurious caller pointer in DSCallSite. | Vikram S. Adve |
2002-10-20 | This function can be static | Chris Lattner |
2002-10-20 | Added a first-class representation for each call site that can be | Vikram S. Adve |
2002-10-18 | Convert typerec to be a structure instead of a pair | Chris Lattner |
2002-10-17 | * Make the DSGraph cloner automatically merge global nodes | Chris Lattner |
2002-10-17 | Remove obsolete code | Chris Lattner |
2002-10-03 | Prune function nodes that are no longer referenced due to inlining | Chris Lattner |
2002-10-03 | Handle bug exposed by power benchmark | Chris Lattner |