Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | DataStructure.h doesn't include DSGraph.h | Chris Lattner | 2002-10-02 | 1 | -0/+1 | |
| | | | | llvm-svn: 4029 | |||||
* | * Implement fully general merging of array subscripts on demand! This | Chris Lattner | 2002-10-02 | 1 | -3/+27 | |
| | | | | | | does not handle the initial pointer index case yet though. llvm-svn: 4012 | |||||
* | Checkin some major reworks of data structure analysis. This is not done, | Chris Lattner | 2002-10-01 | 1 | -142/+208 | |
| | | | | | | | nor does it work very well, but I need to get it checked in before I break the tree unintentionally. llvm-svn: 3996 | |||||
* | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 1 | -9/+8 | |
| | | | | llvm-svn: 3488 | |||||
* | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner | 2002-08-22 | 1 | -3/+3 | |
| | | | | | | to handle indexing anymore llvm-svn: 3485 | |||||
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -1/+0 | |
| | | | | llvm-svn: 3416 | |||||
* | Add GlobalDSGraph -- a common graph that holds externally visible nodes. | Vikram S. Adve | 2002-07-30 | 1 | -4/+8 | |
| | | | | llvm-svn: 3173 | |||||
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -0/+4 | |
| | | | | | | | | | | methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3115 | |||||
* | Always create a shadow node for a store instruction, even if it's storing | Chris Lattner | 2002-07-22 | 1 | -3/+3 | |
| | | | | | | a scalar value. Likewise for load instructions. llvm-svn: 2990 | |||||
* | Rename removeDeadNodes to removeTriviallyDeadNodes | Chris Lattner | 2002-07-18 | 1 | -1/+3 | |
| | | | | llvm-svn: 2969 | |||||
* | Implement cast nodes correctly. | Chris Lattner | 2002-07-18 | 1 | -12/+17 | |
| | | | | llvm-svn: 2964 | |||||
* | Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. | Chris Lattner | 2002-07-18 | 1 | -47/+55 | |
| | | | | llvm-svn: 2945 | |||||
* | * Nodes now keep track of any global variables in them | Chris Lattner | 2002-07-11 | 1 | -17/+35 | |
| | | | | | | | * Only dead-node-eliminate nodes with no flags * Don't merge scalars, only merge what they point to. llvm-svn: 2878 | |||||
* | New implementation of data structure analysis. Only local analysis has been | Chris Lattner | 2002-07-10 | 1 | -0/+283 | |
implemented so far. llvm-svn: 2871 |