2002-11-25 |
Vikram S. Adve | Keep global nodes in each DS Graph (by forcing them... |
tree | commitdiff |
2002-11-18 |
Chris Lattner | Add peak memory usage measurement stuff |
tree | commitdiff |
2002-11-18 |
Chris Lattner | Add peak memory usage support |
tree | commitdiff |
2002-11-18 |
Chris Lattner | Add stats |
tree | commitdiff |
2002-11-17 |
Chris Lattner | Add hack to only consider indirect calls indirect if... |
tree | commitdiff |
2002-11-17 |
Chris Lattner | Add MaxSCC statistics |
tree | commitdiff |
2002-11-17 |
Chris Lattner | Count CallInsts correctly, remove unneccesary initializers |
tree | commitdiff |
2002-11-13 |
Dinakar Dhurjati | Gives the count for various instructions. |
tree | commitdiff |
2002-11-13 |
Vikram S. Adve | Pass to compute various statisics related to DSGraphs. |
tree | commitdiff |
2002-11-12 |
Chris Lattner | Inline graphs from outside the SCC into the SCC before... |
tree | commitdiff |
2002-11-12 |
Chris Lattner | Fix two bugs: |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Fix bug |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Handle a mismatch between # function args and call... |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Elimiante calls to a node with nothing in it. |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Complete rewrite of BU code to use Tarjan's SCC finding... |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Mark stuff reachable by _AUX_ calls as incomplete in... |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Fix infinite loop in the BU algorithm. Unfortunately... |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Print the right call set size |
tree | commitdiff |
2002-11-11 |
Chris Lattner | Use call site mergeWith method to simplify code |
tree | commitdiff |
2002-11-10 |
Chris Lattner | Fix a bug that could trigger when varargs call sites... |
tree | commitdiff |
2002-11-10 |
Chris Lattner | * Dramatically rework liveness evaluation. |
tree | commitdiff |
2002-11-10 |
Chris Lattner | Honor the shouldPrintAuxCalls flag |
tree | commitdiff |
2002-11-10 |
Chris Lattner | Initialize PrintAuxCalls member |
tree | commitdiff |
2002-11-10 |
Chris Lattner | * Bottom-Up graphs print the Aux call vector |
tree | commitdiff |
2002-11-09 |
Chris Lattner | eliminate the ability to remove global nodes from deadN... |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Remove obsolete code |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Fix logic |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Add globals graphs to all three passes |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Move maskNodeTypes to header file |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Clean up DSGraph::removeDeadNodes interface |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Make removeTriviallyDeadNodes a private interface of... |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Don't put constants into the scalar map! |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Add initial support for a globals graph |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Tighten up array handling |
tree | commitdiff |
2002-11-09 |
Chris Lattner | #include Datastructure.h first |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Fix warning |
tree | commitdiff |
2002-11-09 |
Chris Lattner | Fix warning & release build |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Fold arrays down to a single element. This causes... |
tree | commitdiff |
2002-11-08 |
Chris Lattner | ONLY merge in the aux call sites, this causes a HUGE... |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Allow specification of whether the call sites should... |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Reenable 'quick exit' case |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Reduce amount of work needed to compute ip/modref |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Reimplement TD pass completely it now works |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Cannot modify original call sites vector |
tree | commitdiff |
2002-11-08 |
Chris Lattner | - Add a bunch of checking to make sure that dead nodes... |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Remove gunk used by broken TD pass |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Fix IPModRef to use new DS interface |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Use DSNodeHandleMap instead to be safe |
tree | commitdiff |
2002-11-08 |
Chris Lattner | * actually handle constants (especially constantexprs... |
tree | commitdiff |
2002-11-08 |
Chris Lattner | Add flush |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Implement ResolveCallSiteModRefInfo for IPModRef. ... |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Instead of using a bool that constant has to be explain... |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Implement a new mergeInGraph method, which basically... |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Rename DataStructureAnalysis namespace to DS |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Fix problem with dangling referrers |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Minor bugfix to enable generation of methcall.llvm... |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Compute total number of nodes and # call nodes |
tree | commitdiff |
2002-11-07 |
Chris Lattner | Move printouts to be wrapped in DEBUG() macros |
tree | commitdiff |
2002-11-07 |
Chris Lattner | When the -only-print-main-ds option is specified, still... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Allow the ResolveCallSiteModRefInfo method to return... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Add a stub to implement the context sensitive mod/ref... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Give a back pointer to the IPModRef object to the Funct... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Remove a couple of #includes, move some code from ... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Change Steens class to build with Vikram's changes |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Make PointerSize & Shift be enums |
tree | commitdiff |
2002-11-06 |
Vikram S. Adve | Make query operations non-const to allow demand-driven... |
tree | commitdiff |
2002-11-06 |
Vikram S. Adve | An interprocedural analysis pass that computes flow... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Dramatically simplify internal DSNode representation... |
tree | commitdiff |
2002-11-06 |
Chris Lattner | Delete "StripScalars" argument to cloneInto method |
tree | commitdiff |
2002-11-05 |
Chris Lattner | Attempted fixes to the mergemap to make it work better. |
tree | commitdiff |
2002-11-04 |
Vikram S. Adve | Simple passes that print out SCCs in the CFGs or in... |
tree | commitdiff |
2002-11-04 |
Chris Lattner | Change the "Cannot merge two portions of the same node... |
tree | commitdiff |
2002-11-04 |
Chris Lattner | Give a better error message in an unhandled case |
tree | commitdiff |
2002-11-04 |
Chris Lattner | Allow the call graph to be called from analyze naturall... |
tree | commitdiff |
2002-11-03 |
Chris Lattner | Rename ValueMap to ScalarMap |
tree | commitdiff |
2002-11-03 |
Chris Lattner | Rename NewNode flag to HeapNode |
tree | commitdiff |
2002-11-03 |
Chris Lattner | Change the letters used to represent stack and heap... |
tree | commitdiff |
2002-11-02 |
Chris Lattner | Implement the "unknown flag" which mainly consists... |
tree | commitdiff |
2002-11-02 |
Chris Lattner | Oops, this was not meant to be checked in |
tree | commitdiff |
2002-11-02 |
Chris Lattner | Stop representing scalars as explicit nodes in the... |
tree | commitdiff |
2002-11-01 |
Chris Lattner | Fix comments, steens is context sensitive, we just... |
tree | commitdiff |
2002-10-31 |
Chris Lattner | Add a fixme |
tree | commitdiff |
2002-10-31 |
Chris Lattner | * Minor optimization: when merging nodes, merge... |
tree | commitdiff |
2002-10-31 |
Chris Lattner | Remove dead code |
tree | commitdiff |
2002-10-31 |
Chris Lattner | This fixes all kinds of problems with array handling... |
tree | commitdiff |
2002-10-31 |
Chris Lattner | Use new isCommutative interface, which gives us SetEQ... |
tree | commitdiff |
2002-10-29 |
Misha Brukman | Fix spelling of `propagate'. |
tree | commitdiff |
2002-10-28 |
Chris Lattner | Eliminate uses of MachineBasicBlock::get |
tree | commitdiff |
2002-10-28 |
Chris Lattner | Rename MachineCodeForBasicBlock to MachineBasicBlock |
tree | commitdiff |
2002-10-22 |
Chris Lattner | - Make sure to only keep track of mappings that the... |
tree | commitdiff |
2002-10-22 |
Chris Lattner | The callee is not correct, and confuses the TD pass... |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Delete unused arguments to DSGraph::cloneInto method |
tree | commitdiff |
2002-10-21 |
Chris Lattner | - Add "ResolvingCaller" to the CallSite record. ... |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Add another copy ctor form |
tree | commitdiff |
2002-10-21 |
Chris Lattner | As it turns out, we don't need a fully generic mapping... |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Don't create a new node for every reference to a global... |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Fix a confusing bug that caused return value and callee... |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Remove some unneccesary 'using' directives |
tree | commitdiff |
2002-10-21 |
Chris Lattner | Fix bug with prior checkin |
tree | commitdiff |
2002-10-21 |
Chris Lattner | - Make DSCallSite not inherit from std::vector. ... |
tree | commitdiff |
next |