| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make Value::replaceAllUsesWith work with constants correctly. This fixes | Chris Lattner | 2002-10-09 | 1 | -16/+18 |
* | - Add new Constant::replaceUsesOfWithOnConstant which has an end result | Chris Lattner | 2002-10-09 | 1 | -0/+106 |
* | Almost a complete rewrite of FunctionResolution to now resolve functions | Chris Lattner | 2002-10-09 | 1 | -122/+213 |
* | Minor, non-functionality changing, formatting fix | Chris Lattner | 2002-10-09 | 1 | -6/+6 |
* | - Remove Value::use_remove | Chris Lattner | 2002-10-09 | 1 | -7/+0 |
* | - Rename MTy to FTy (no methods exist anymore) | Chris Lattner | 2002-10-09 | 1 | -9/+13 |
* | Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to | Chris Lattner | 2002-10-08 | 1 | -6/+12 |
* | Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by using | Chris Lattner | 2002-10-08 | 1 | -2/+4 |
* | - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll | Chris Lattner | 2002-10-08 | 1 | -1/+39 |
* | - Fix bug: cee/2002-10-07-NoImmediateDominator.ll | Chris Lattner | 2002-10-08 | 2 | -2/+4 |
* | Changes to support PHINode::removeIncoming changes | Chris Lattner | 2002-10-08 | 2 | -9/+8 |
* | Changes to support PHINode::removeIncoming changes | Chris Lattner | 2002-10-08 | 1 | -9/+2 |
* | - Change PHINode::removeIncomingValue to delete the phi node if the last | Chris Lattner | 2002-10-08 | 1 | -1/+10 |
* | - Checkin LARGE number of Changes to CEE pass that will make it much more | Chris Lattner | 2002-10-08 | 1 | -53/+394 |
* | Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass | Chris Lattner | 2002-10-08 | 2 | -18/+20 |
* | Expose new "recalculate" method from dominatorset | Chris Lattner | 2002-10-08 | 1 | -4/+8 |
* | It is illegal for PHI nodes to have zero values, delete the code to handle them | Chris Lattner | 2002-10-08 | 1 | -2/+0 |
* | Fold ashr -1, X into -1 | Chris Lattner | 2002-10-08 | 1 | -0/+6 |
* | Non-functionality change just to make it more clear what is going on | Chris Lattner | 2002-10-07 | 1 | -1/+1 |
* | Global variables are now external if they don't have initializers, not | Chris Lattner | 2002-10-06 | 1 | -1/+1 |
* | Check that we don't have external varaibles with internal linkage | Chris Lattner | 2002-10-06 | 1 | -1/+5 |
* | The parser now accepts "external" global variables, in addition to the backwards | Chris Lattner | 2002-10-06 | 2 | -4/+5 |
* | PHI nodes are not allowed to exist with zero incoming values, check that | Chris Lattner | 2002-10-06 | 1 | -0/+7 |
* | Bug fix: In preventing static global variables from being printed twice, | Vikram S. Adve | 2002-10-05 | 2 | -6/+4 |
* | Added #include<unistd.h> to compile with solaris gcc3.2 | Anand Shukla | 2002-10-04 | 1 | -0/+1 |
* | added cast to unsigned to compile with gcc3.2 (sparc) | Anand Shukla | 2002-10-04 | 1 | -2/+4 |
* | Handle post dominance correctly in the case where blocks do not have a path to | Chris Lattner | 2002-10-04 | 1 | -0/+12 |
* | Fix a nasty problem with dominance calculation for unreachable blocks. | Chris Lattner | 2002-10-04 | 1 | -5/+20 |
* | Prune function nodes that are no longer referenced due to inlining | Chris Lattner | 2002-10-03 | 2 | -2/+3 |
* | sgefa uses truely huge data structures nodes. Only print part of them if they | Chris Lattner | 2002-10-03 | 1 | -2/+7 |
* | Handle bug exposed by power benchmark | Chris Lattner | 2002-10-03 | 1 | -1/+1 |
* | Add parens around constant calls to getelemptr to properly associate the refe... | Nick Hildenbrandt | 2002-10-03 | 2 | -4/+4 |
* | Reimplement/port the Bottom Up Closure pass | Chris Lattner | 2002-10-03 | 2 | -38/+61 |
* | DataStructure.h doesn't include DSGraph.h | Chris Lattner | 2002-10-02 | 3 | -0/+3 |
* | I was wrong on the removing of those references on the last commit. | Nick Hildenbrandt | 2002-10-02 | 2 | -0/+6 |
* | * Implement the getc() function | Chris Lattner | 2002-10-02 | 1 | -11/+86 |
* | Cleanup #includes, expose module | Chris Lattner | 2002-10-02 | 1 | -4/+2 |
* | Expose TD to ExternalFunctions.cpp | Chris Lattner | 2002-10-02 | 1 | -1/+1 |
* | - Print the predecessors of a basic block instead of the number of uses of | Chris Lattner | 2002-10-02 | 1 | -3/+17 |
* | Fix bug: 2002-10-02-SignExtensionProblem.ll | Chris Lattner | 2002-10-02 | 1 | -3/+2 |
* | Removed unneeded reference and dereferences. | Nick Hildenbrandt | 2002-10-02 | 2 | -6/+0 |
* | Cleaned up my last check-in. | Nick Hildenbrandt | 2002-10-02 | 2 | -122/+2 |
* | No longer include malloc.h. If protoypes are needed for memory functions the... | Nick Hildenbrandt | 2002-10-02 | 2 | -4/+122 |
* | * Implement fully general merging of array subscripts on demand! This | Chris Lattner | 2002-10-02 | 1 | -3/+27 |
* | When printing DS nodes, print the mergemap index as well to allow easier | Chris Lattner | 2002-10-02 | 1 | -1/+1 |
* | * Significant rework of DSNode to support arbitrary aliasing due to merging | Chris Lattner | 2002-10-02 | 1 | -20/+146 |
* | Changes to work with Statistics rework | Chris Lattner | 2002-10-01 | 1 | -7/+1 |
* | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 27 | -145/+137 |
* | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 6 | -19/+12 |
* | Build subdirs in parallel | Chris Lattner | 2002-10-01 | 1 | -1/+1 |