| Age | Commit message (Expand) | Author |
| 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 |
| 2002-10-31 | This fixes all kinds of problems with array handling. There are still bugs to | Chris Lattner |
| 2002-10-22 | - Make sure to only keep track of mappings that the TD pass may need in the | Chris Lattner |
| 2002-10-22 | The callee is not correct, and confuses the TD pass. Null it out. | Chris Lattner |
| 2002-10-21 | Delete unused arguments to DSGraph::cloneInto method | Chris Lattner |
| 2002-10-21 | - Add "ResolvingCaller" to the CallSite record. This keeps track of which | 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 | Don't create a new node for every reference to a global. This caused a huge | Chris Lattner |
| 2002-10-21 | Fix a confusing bug that caused return value and callee pointers to not | 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 | Avoid extra copy | Chris Lattner |
| 2002-10-20 | Simplify code a bit, add comment flyer | Chris Lattner |
| 2002-10-20 | Split some long lines | 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 | Fix previous checkin :( | Chris Lattner |
| 2002-10-20 | Avoid extra callSite copy | Chris Lattner |
| 2002-10-20 | Print the array flag | 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 | Print Mod/ref info | Chris Lattner |
| 2002-10-17 | Calculate mod/ref info | Chris Lattner |
| 2002-10-17 | Remove more obsolete code | Chris Lattner |