Age | Commit message (Expand) | Author |
2002-11-09 | Make removeTriviallyDeadNodes a private interface of DSGraph | Chris Lattner |
2002-11-09 | Don't put constants into the scalar map! | 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 | #include Datastructure.h first | 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 | ONLY merge in the aux call sites, this causes a HUGE speedup | Chris Lattner |
2002-11-08 | Allow specification of whether the call sites should be copied, AND whether | Chris Lattner |
2002-11-08 | Reenable 'quick exit' case | Chris Lattner |
2002-11-08 | Reduce amount of work needed to compute ip/modref | Chris Lattner |
2002-11-08 | Reimplement TD pass completely it now works | Chris Lattner |
2002-11-08 | Cannot modify original call sites vector | 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 | Remove gunk used by broken TD pass | Chris Lattner |
2002-11-08 | Fix IPModRef to use new DS interface | Chris Lattner |
2002-11-08 | Use DSNodeHandleMap instead to be safe | Chris Lattner |
2002-11-08 | * actually handle constants (especially constantexprs) correctly. | Chris Lattner |
2002-11-08 | Add flush | Chris Lattner |
2002-11-07 | Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet d... | 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 | Fix problem with dangling referrers | Chris Lattner |
2002-11-07 | Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and | Chris Lattner |
2002-11-07 | Compute total number of nodes and # call nodes | Chris Lattner |
2002-11-07 | Move printouts to be wrapped in DEBUG() macros | Chris Lattner |
2002-11-07 | When the -only-print-main-ds option is specified, still print out graph size | Chris Lattner |
2002-11-06 | Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, | Chris Lattner |
2002-11-06 | Add a stub to implement the context sensitive mod/ref info for call sites | Chris Lattner |
2002-11-06 | Give a back pointer to the IPModRef object to the FunctionModRefInfo object | Chris Lattner |
2002-11-06 | Remove a couple of #includes, move some code from .h file | Chris Lattner |
2002-11-06 | Change Steens class to build with Vikram's changes | Chris Lattner |
2002-11-06 | Make PointerSize & Shift be enums | Chris Lattner |
2002-11-06 | An interprocedural analysis pass that computes flow-insensitive | Vikram S. Adve |
2002-11-06 | Dramatically simplify internal DSNode representation, get implementation | Chris Lattner |
2002-11-06 | Delete "StripScalars" argument to cloneInto method | 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-04 | Give a better error message in an unhandled case | Chris Lattner |
2002-11-03 | Rename ValueMap to ScalarMap | Chris Lattner |
2002-11-03 | Rename NewNode flag to HeapNode | Chris Lattner |
2002-11-03 | Change the letters used to represent stack and heap allocations to "S" and "H" | Chris Lattner |
2002-11-02 | Implement the "unknown flag" which mainly consists of aligning printing code | Chris Lattner |
2002-11-02 | Oops, this was not meant to be checked in | Chris Lattner |
2002-11-02 | Stop representing scalars as explicit nodes in the graph. Now the only | Chris Lattner |
2002-11-01 | Fix comments, steens is context sensitive, we just haven't implemented | Chris Lattner |
2002-10-31 | Add a fixme | Chris Lattner |
2002-10-31 | * Minor optimization: when merging nodes, merge the smaller one into the | Chris Lattner |
2002-10-31 | Remove dead code | Chris Lattner |