| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning & release build | Chris Lattner | 2002-11-09 | 1 | -3/+1 |
* | Fold arrays down to a single element. This causes huge wins on some benchmarks | Chris Lattner | 2002-11-08 | 1 | -0/+10 |
* | Allow specification of whether the call sites should be copied, AND whether | Chris Lattner | 2002-11-08 | 1 | -2/+11 |
* | - Add a bunch of checking to make sure that dead nodes are not used after they | Chris Lattner | 2002-11-08 | 1 | -12/+40 |
* | Use DSNodeHandleMap instead to be safe | Chris Lattner | 2002-11-08 | 1 | -11/+17 |
* | Add flush | Chris Lattner | 2002-11-08 | 1 | -27/+17 |
* | Instead of using a bool that constant has to be explained, use a self | Chris Lattner | 2002-11-07 | 1 | -6/+5 |
* | Implement a new mergeInGraph method, which basically factors code out of | Chris Lattner | 2002-11-07 | 1 | -0/+52 |
* | Rename DataStructureAnalysis namespace to DS | Chris Lattner | 2002-11-07 | 1 | -6/+2 |
* | Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and | Chris Lattner | 2002-11-07 | 1 | -2/+2 |
* | Move printouts to be wrapped in DEBUG() macros | Chris Lattner | 2002-11-07 | 1 | -7/+7 |
* | Make PointerSize & Shift be enums | Chris Lattner | 2002-11-06 | 1 | -6/+1 |
* | Dramatically simplify internal DSNode representation, get implementation | Chris Lattner | 2002-11-06 | 1 | -268/+236 |
* | Attempted fixes to the mergemap to make it work better. | Chris Lattner | 2002-11-05 | 1 | -15/+28 |
* | Change the "Cannot merge two portions of the same node yet" from an assertion | Chris Lattner | 2002-11-04 | 1 | -6/+13 |
* | Rename ValueMap to ScalarMap | Chris Lattner | 2002-11-03 | 1 | -27/+27 |
* | Rename NewNode flag to HeapNode | Chris Lattner | 2002-11-03 | 1 | -2/+3 |
* | Stop representing scalars as explicit nodes in the graph. Now the only | Chris Lattner | 2002-11-02 | 1 | -34/+30 |
* | * Minor optimization: when merging nodes, merge the smaller one into the | Chris Lattner | 2002-10-31 | 1 | -3/+13 |
* | This fixes all kinds of problems with array handling. There are still bugs to | Chris Lattner | 2002-10-31 | 1 | -52/+164 |
* | Delete unused arguments to DSGraph::cloneInto method | Chris Lattner | 2002-10-21 | 1 | -2/+1 |
* | Add another copy ctor form | Chris Lattner | 2002-10-21 | 1 | -0/+5 |
* | As it turns out, we don't need a fully generic mapping copy ctor, we just need | Chris Lattner | 2002-10-21 | 1 | -19/+1 |
* | Remove some unneccesary 'using' directives | Chris Lattner | 2002-10-21 | 1 | -1/+1 |
* | Fix bug with prior checkin | Chris Lattner | 2002-10-21 | 1 | -2/+2 |
* | - Make DSCallSite not inherit from std::vector. Renamed methods slightly. | Chris Lattner | 2002-10-21 | 1 | -30/+56 |
* | Simplify code a bit, add comment flyer | Chris Lattner | 2002-10-20 | 1 | -10/+11 |
* | Remove spurious caller pointer in DSCallSite. | Vikram S. Adve | 2002-10-20 | 1 | -5/+10 |
* | This function can be static | Chris Lattner | 2002-10-20 | 1 | -2/+2 |
* | Added a first-class representation for each call site that can be | Vikram S. Adve | 2002-10-20 | 1 | -22/+37 |
* | Convert typerec to be a structure instead of a pair | Chris Lattner | 2002-10-18 | 1 | -4/+4 |
* | * Make the DSGraph cloner automatically merge global nodes | Chris Lattner | 2002-10-17 | 1 | -4/+15 |
* | Remove obsolete code | Chris Lattner | 2002-10-17 | 1 | -9/+0 |
* | Prune function nodes that are no longer referenced due to inlining | Chris Lattner | 2002-10-03 | 1 | -2/+2 |
* | Handle bug exposed by power benchmark | Chris Lattner | 2002-10-03 | 1 | -1/+1 |
* | * Significant rework of DSNode to support arbitrary aliasing due to merging | Chris Lattner | 2002-10-02 | 1 | -20/+146 |
* | Checkin some major reworks of data structure analysis. This is not done, | Chris Lattner | 2002-10-01 | 1 | -165/+261 |
* | Reorder #includes to be right | Chris Lattner | 2002-08-07 | 1 | -1/+1 |
* | Changes to be GCC3.1 friendly | Chris Lattner | 2002-07-31 | 1 | -6/+6 |
* | Use a separate globals graph to hold externally visible nodes. | Vikram S. Adve | 2002-07-30 | 1 | -64/+406 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -4/+0 |
* | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -0/+2 |
* | * Inline CopyFunctionCallsList | Chris Lattner | 2002-07-18 | 1 | -35/+88 |
* | Add support for a top-down propagation pass. | Vikram S. Adve | 2002-07-18 | 1 | -17/+39 |
* | Implement cast nodes correctly. | Chris Lattner | 2002-07-18 | 1 | -2/+2 |
* | Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. | Chris Lattner | 2002-07-18 | 1 | -12/+216 |
* | * Nodes now keep track of any global variables in them | Chris Lattner | 2002-07-11 | 1 | -0/+15 |
* | New implementation of data structure analysis. Only local analysis has been | Chris Lattner | 2002-07-10 | 1 | -130/+92 |
* | Fix anand's last checkin | Chris Lattner | 2002-06-30 | 1 | -1/+0 |
* | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -6/+8 |