summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/DataStructure.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify code a bit, add comment flyerChris Lattner2002-10-201-10/+11
* Remove spurious caller pointer in DSCallSite.Vikram S. Adve2002-10-201-5/+10
* This function can be staticChris Lattner2002-10-201-2/+2
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-201-22/+37
* Convert typerec to be a structure instead of a pairChris Lattner2002-10-181-4/+4
* * Make the DSGraph cloner automatically merge global nodesChris Lattner2002-10-171-4/+15
* Remove obsolete codeChris Lattner2002-10-171-9/+0
* Prune function nodes that are no longer referenced due to inliningChris Lattner2002-10-031-2/+2
* Handle bug exposed by power benchmarkChris Lattner2002-10-031-1/+1
* * Significant rework of DSNode to support arbitrary aliasing due to mergingChris Lattner2002-10-021-20/+146
* Checkin some major reworks of data structure analysis. This is not done,Chris Lattner2002-10-011-165/+261
* Reorder #includes to be rightChris Lattner2002-08-071-1/+1
* Changes to be GCC3.1 friendlyChris Lattner2002-07-311-6/+6
* Use a separate globals graph to hold externally visible nodes.Vikram S. Adve2002-07-301-64/+406
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-4/+0
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* * Inline CopyFunctionCallsListChris Lattner2002-07-181-35/+88
* Add support for a top-down propagation pass.Vikram S. Adve2002-07-181-17/+39
* Implement cast nodes correctly.Chris Lattner2002-07-181-2/+2
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-181-12/+216
* * Nodes now keep track of any global variables in themChris Lattner2002-07-111-0/+15
* New implementation of data structure analysis. Only local analysis has beenChris Lattner2002-07-101-130/+92
* Fix anand's last checkinChris Lattner2002-06-301-1/+0
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-6/+8
* *** empty log message ***Chris Lattner2002-06-251-10/+9
* * Remove the concept of a critical shadow nodeChris Lattner2002-04-161-4/+7
* Add hack to get timing of analysisChris Lattner2002-04-041-0/+23
* Many changesChris Lattner2002-03-281-0/+22
* Initial checkin of Datastructure analysis.Chris Lattner2002-03-261-0/+117
OpenPOWER on IntegriCloud