| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out some duplicated code, implement the rest of the cases in | Chris Lattner | 2003-12-11 | 1 | -43/+40 |
* | Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp... | Chris Lattner | 2003-12-11 | 1 | -121/+251 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-11 | 1 | -5/+23 |
* | Fix a glaring bug | Chris Lattner | 2003-12-11 | 1 | -0/+1 |
* | Realize the gep P, <zeros> must aliases P. | Chris Lattner | 2003-12-11 | 1 | -1/+11 |
* | With Brian's change to AA.h we can now clean out this uglyness | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke | 2003-12-11 | 1 | -0/+2 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -4/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -10/+8 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-07 | 1 | -3/+38 |
* | Do not depend on index type to determine whether it is a structure or sequent... | Chris Lattner | 2003-11-25 | 1 | -11/+12 |
* | Fix file header | Chris Lattner | 2003-11-25 | 1 | -1/+1 |
* | Remove dead variable | Chris Lattner | 2003-11-25 | 1 | -1/+0 |
* | Use gep_type_begin/end instead of looking for ubytes | Chris Lattner | 2003-11-25 | 1 | -4/+7 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-25 | 1 | -4/+2 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -3/+1 |
* | Implement a small optimization to handling of GEP's that are equivalent to ca... | Chris Lattner | 2003-11-14 | 1 | -0/+18 |
* | Trying to get the dsgraph for an external function is bad for DSA's health | Chris Lattner | 2003-11-13 | 1 | -11/+12 |
* | Implement the CompleteBU pass | Chris Lattner | 2003-11-13 | 2 | -7/+142 |
* | Minor code cleanup | Chris Lattner | 2003-11-13 | 1 | -2/+2 |
* | Disable integer tracking by default | Chris Lattner | 2003-11-13 | 1 | -1/+6 |
* | Add an initial version of the CompleteBUDataStructures class, which is currently | Chris Lattner | 2003-11-13 | 1 | -0/+75 |
* | Fine-grainify namespaces for this library | Chris Lattner | 2003-11-12 | 10 | -36/+14 |
* | Add new argument to disable checking | Chris Lattner | 2003-11-12 | 1 | -3/+5 |
* | Print return nodes for graphs with multiple functions in them correctly | Chris Lattner | 2003-11-12 | 1 | -2/+2 |
* | Don't crash if no gg | Chris Lattner | 2003-11-12 | 1 | -1/+1 |
* | Cleanups | Chris Lattner | 2003-11-12 | 2 | -8/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 45 | -22/+175 |
* | Compute node offsets correctly | Chris Lattner | 2003-11-11 | 1 | -2/+2 |
* | Add new method for computing node mappings. This is used by the pool allocator | Chris Lattner | 2003-11-11 | 1 | -0/+31 |
* | More additions | Chris Lattner | 2003-11-09 | 1 | -3/+4 |
* | Add more functions | Chris Lattner | 2003-11-09 | 1 | -0/+8 |
* | None of the __llvm_* functions call into the program. This makes the | Chris Lattner | 2003-11-09 | 1 | -0/+3 |
* | Add support for memmove | Chris Lattner | 2003-11-09 | 1 | -0/+9 |
* | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner | 2003-11-08 | 2 | -4/+17 |
* | This doesn't use DSCallSiteIterator | Chris Lattner | 2003-11-08 | 1 | -1/+1 |
* | Fix name collision | Chris Lattner | 2003-11-05 | 2 | -4/+4 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 3 | -20/+27 |
* | Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll | Chris Lattner | 2003-11-02 | 1 | -6/+8 |
* | Including the symbol table in the FindUsedTypes analysis was the WRONG way | Chris Lattner | 2003-11-02 | 1 | -13/+3 |
* | Make the call graph more precise despite the hated constantpointerrefs. | Chris Lattner | 2003-10-31 | 1 | -16/+36 |
* | When someone includes CallGraph.h, make sure that they link in CallGraph.cpp | Chris Lattner | 2003-10-30 | 1 | -0/+1 |
* | Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll | Chris Lattner | 2003-10-28 | 1 | -5/+20 |
* | Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon | Chris Lattner | 2003-10-23 | 1 | -0/+11 |
* | This is a disgusting hack that improves code substantially, by making | Chris Lattner | 2003-10-22 | 1 | -2/+122 |
* | Do not add unreachable code to a natural loop! | Chris Lattner | 2003-10-22 | 1 | -1/+4 |
* | Make sure to print labels on nodes without names | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
* | If the basic block has no name, make sure to print the % number of it | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
* | Implement the Function::viewCFG* methods, for use in a debugger. Also, the | Chris Lattner | 2003-10-22 | 1 | -0/+144 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 2 | -0/+14 |