summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Trying to get the dsgraph for an external function is bad for DSA's healthChris Lattner2003-11-131-11/+12
* Implement the CompleteBU passChris Lattner2003-11-132-7/+142
* Minor code cleanupChris Lattner2003-11-131-2/+2
* Disable integer tracking by defaultChris Lattner2003-11-131-1/+6
* Add an initial version of the CompleteBUDataStructures class, which is currentlyChris Lattner2003-11-131-0/+75
* Fine-grainify namespaces for this libraryChris Lattner2003-11-1210-36/+14
* Add new argument to disable checkingChris Lattner2003-11-121-3/+5
* Print return nodes for graphs with multiple functions in them correctlyChris Lattner2003-11-121-2/+2
* Don't crash if no ggChris Lattner2003-11-121-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1111-6/+46
* Compute node offsets correctlyChris Lattner2003-11-111-2/+2
* Add new method for computing node mappings. This is used by the pool allocatorChris Lattner2003-11-111-0/+31
* Add support for memmoveChris Lattner2003-11-091-0/+9
* Handle bzero and memset in the local analysis, because we were missing the factChris Lattner2003-11-082-4/+17
* This doesn't use DSCallSiteIteratorChris Lattner2003-11-081-1/+1
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-023-20/+27
* Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.llChris Lattner2003-11-021-6/+8
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-2010-0/+70
* Use std::string::size_type for for ColonPos to stop gcc from giving a warningAlkis Evlogimenos2003-10-011-1/+1
* DOn't crash if program calls the null pointerChris Lattner2003-09-241-1/+7
* Functions reachable from the arguments of unresolvable call nodes shouldChris Lattner2003-09-202-2/+17
* The Globals graph must become complete at the end of the BU phase!Chris Lattner2003-09-201-0/+5
* Do not mark incoming arguments to functions complete if the function is point...Chris Lattner2003-09-201-10/+30
* Make sure to add global variable initializers to the Globals graph!Chris Lattner2003-09-201-15/+69
* Don't consider incomplete nodes to be typesafe!Chris Lattner2003-09-201-1/+1
* Remove trivially dead nodes was not removing nodes that were dead due to forw...Chris Lattner2003-09-201-0/+14
* Add special case handling for calloc and reallocChris Lattner2003-09-201-0/+16
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-205-23/+35
* Make this work better for constants that aren't necessarily in ANY graph, suc...Chris Lattner2003-09-201-4/+15
* Keep track of the number of typed/untyped memory accesses theyre are in the p...Chris Lattner2003-09-201-30/+62
* Fixed spelling and grammar.Misha Brukman2003-09-113-5/+5
* Add more verbose commentChris Lattner2003-08-051-10/+9
* Added function mergeInGlobalsGraph which merges in the entire globals graph w...Sumant Kowshik2003-08-051-0/+29
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-015-3/+6
* Fix another minor bugChris Lattner2003-07-261-2/+2
* Dont' try to parse the colonChris Lattner2003-07-251-2/+2
* Add a more general check-flags which can be used to ensure arbitrary flags ar...Chris Lattner2003-07-251-11/+35
* Fix comment.Vikram S. Adve2003-07-221-3/+3
* Fix typo in call to isUnresolvableFunc, which was breaking the build.Brian Gaeke2003-07-171-1/+1
* Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-161-3/+9
* (1) Rematerialize nodes from the globals graph into the current graphVikram S. Adve2003-07-161-57/+84
* Implement 2 important changes: (1) rematerialization from the globals graph,Vikram S. Adve2003-07-161-65/+250
* Factor out the test for unresolvable external functions intoVikram S. Adve2003-07-161-14/+19
* Remove globals more aggressively from graphs.Chris Lattner2003-07-031-11/+32
* INCLUDE_PARENT_GRAPH is required!Chris Lattner2003-07-021-21/+4
* Disable incorrect mustalias codeChris Lattner2003-07-021-1/+4
* Remove space at end of lineChris Lattner2003-07-021-1/+1
* Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...Chris Lattner2003-07-022-36/+38
OpenPOWER on IntegriCloud