aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Factor out some duplicated code, implement the rest of the cases inChris Lattner2003-12-111-43/+40
* Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...Chris Lattner2003-12-111-121/+251
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23
* Fix a glaring bugChris Lattner2003-12-111-0/+1
* Realize the gep P, <zeros> must aliases P.Chris Lattner2003-12-111-1/+11
* With Brian's change to AA.h we can now clean out this uglynessChris Lattner2003-12-111-1/+1
* IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.hBrian Gaeke2003-12-111-0/+2
* Finegrainify namespacificationChris Lattner2003-12-101-4/+1
* Finegrainify namespacificationChris Lattner2003-12-101-10/+8
* Finegrainify namespacificationChris Lattner2003-12-071-3/+38
* Do not depend on index type to determine whether it is a structure or sequent...Chris Lattner2003-11-251-11/+12
* Fix file headerChris Lattner2003-11-251-1/+1
* Remove dead variableChris Lattner2003-11-251-1/+0
* Use gep_type_begin/end instead of looking for ubytesChris Lattner2003-11-251-4/+7
* Finegrainify namespacificationChris Lattner2003-11-251-4/+2
* Finegrainify namespacificationChris Lattner2003-11-211-3/+1
* Implement a small optimization to handling of GEP's that are equivalent to ca...Chris Lattner2003-11-141-0/+18
* 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
* CleanupsChris Lattner2003-11-122-8/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1145-22/+175
* 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
* More additionsChris Lattner2003-11-091-3/+4
* Add more functionsChris Lattner2003-11-091-0/+8
* None of the __llvm_* functions call into the program. This makes theChris Lattner2003-11-091-0/+3
* 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
* Fix name collisionChris Lattner2003-11-052-4/+4
* 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
* Including the symbol table in the FindUsedTypes analysis was the WRONG wayChris Lattner2003-11-021-13/+3
* Make the call graph more precise despite the hated constantpointerrefs.Chris Lattner2003-10-311-16/+36
* When someone includes CallGraph.h, make sure that they link in CallGraph.cppChris Lattner2003-10-301-0/+1
* Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.llChris Lattner2003-10-281-5/+20
* Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eonChris Lattner2003-10-231-0/+11
* This is a disgusting hack that improves code substantially, by makingChris Lattner2003-10-221-2/+122
* Do not add unreachable code to a natural loop!Chris Lattner2003-10-221-1/+4
* Make sure to print labels on nodes without namesChris Lattner2003-10-221-1/+7
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-221-1/+7
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-221-0/+144
* Added LLVM copyright header.John Criswell2003-10-212-0/+14