aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-9/+8
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-3/+3
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-213-3/+0
* Minor changes to DEBUG()'sChris Lattner2002-08-072-3/+6
* Reorder #includes to be rightChris Lattner2002-08-071-1/+1
* Changes to be GCC3.1 friendlyChris Lattner2002-07-313-12/+13
* Add new -only-print-main-ds option that causes mains ds graph to beChris Lattner2002-07-311-1/+4
* Add GlobalDSGraph -- a common graph that holds externally visible nodes.Vikram S. Adve2002-07-301-4/+8
* Print globals graph after either the BU or the TD pass.Vikram S. Adve2002-07-301-17/+41
* This file implements the top-down propagation pass for data structure graphs.Vikram S. Adve2002-07-301-0/+224
* Use a separate globals graph to hold externally visible nodes.Vikram S. Adve2002-07-302-107/+484
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-274-11/+16
* * Add support for different "PassType's"Chris Lattner2002-07-262-0/+4
* Changes for GCC 3.1Chris Lattner2002-07-241-3/+3
* *** empty log message ***Chris Lattner2002-07-231-2/+1
* Always create a shadow node for a store instruction, even if it's storingChris Lattner2002-07-221-3/+3
* Ignore some common varargs functions.Chris Lattner2002-07-191-0/+6
* * Inline CopyFunctionCallsListChris Lattner2002-07-181-35/+88
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-181-1/+3
* Add support for a top-down propagation pass:Vikram S. Adve2002-07-181-6/+13
* Add support for a top-down propagation pass.Vikram S. Adve2002-07-181-17/+39
* Implement cast nodes correctly.Chris Lattner2002-07-182-14/+19
* The graph is more accurate when I don't completely ignore the return value.Chris Lattner2002-07-181-0/+3
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-184-71/+482
* added std:: to stringAnand Shukla2002-07-161-4/+4
* * Pass the DSGraph around instead of the Function to printing fnsChris Lattner2002-07-111-16/+26
* * Nodes now keep track of any global variables in themChris Lattner2002-07-111-0/+15
* * Nodes now keep track of any global variables in themChris Lattner2002-07-111-17/+35
* New implementation of data structure analysis. Only local analysis has beenChris Lattner2002-07-103-130/+531
* Reimplement data structure analysisChris Lattner2002-07-105-1601/+0
* Fix anand's last checkinChris Lattner2002-06-306-47/+43
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-15/+15
* changes to make it compatible with 64bit gccAnand Shukla2002-06-255-64/+75
* *** empty log message ***Chris Lattner2002-06-254-86/+80
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Fix signed/unsigned comparison warningChris Lattner2002-04-281-1/+1
* Add support for tracking array allocationsChris Lattner2002-04-272-2/+13
* Allow the inline limit to be modified on the commandline for debuggingChris Lattner2002-04-271-1/+6
* Print argument scalars as ellipses instead of boxesChris Lattner2002-04-181-1/+2
* Inline indirect function calls that are only capable of calling one functionChris Lattner2002-04-172-10/+13
* Make data structure acurately get ALL edges, even loads of null fields ofChris Lattner2002-04-173-29/+30
* * Remove the concept of a critical shadow nodeChris Lattner2002-04-165-55/+79
* * Eliminate ArgDSNode's completely, now rely on scalar mapChris Lattner2002-04-165-100/+94
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-9/+12
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+2
* Play around with #includesChris Lattner2002-04-082-4/+1
* Call nodes are never equivalentChris Lattner2002-04-041-3/+4
* Add hack to get timing of analysisChris Lattner2002-04-041-0/+23
* * Eliminate commented out codeChris Lattner2002-04-041-10/+4