aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* 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-2014-0/+98
* Fix spelling.Misha Brukman2003-10-101-3/+3
* 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-206-50/+59
* 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-114-6/+6
* Final cleanup: remove dead codeChris Lattner2003-09-011-39/+0
* Not only is this a lot smaller, it actually works if there is already aChris Lattner2003-09-011-5/+1
* If "These should be used only by the auto-parallelization pass", we might asChris Lattner2003-09-011-1/+31
* Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is notChris Lattner2003-09-011-1/+1
* Minor cleanupsChris Lattner2003-09-011-13/+8
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-311-5/+4
* Remove dead varChris Lattner2003-08-311-1/+0
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-311-1/+1
* Remove explicit passing of SCC's around as objects.Chris Lattner2003-08-311-6/+5
* Move the getAnalysisUsage method from the header fileChris Lattner2003-08-311-2/+12
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-311-1/+1
* Minor cleanupsChris Lattner2003-08-311-14/+9
* Remove unnecessary use of NonCopyableChris Lattner2003-08-062-9/+7
* 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
* Keep track of how many inlinings are performedChris Lattner2003-07-021-0/+2
* Try using trivially dead deletionChris Lattner2003-07-021-0/+1
* Remove dead Nodes listChris Lattner2003-07-021-6/+4