- Jul 30, 2002
-
-
Chris Lattner authored
* Internalize global variables with initializers * Add new stat to track global variable internalization * Only count functions that were not internal before in internalized function count llvm-svn: 3163
-
Chris Lattner authored
llvm-svn: 3162
-
Chris Lattner authored
Cleanup ConstantExpr handling: * Correctly delete TypeHandles in AsmParser. In addition to not leaking memory, this prevents a bug that could have occurred when a type got resolved that the constexpr was using * Check for errors in the AsmParser instead of hitting assertion failures deep in the code * Simplify the interface to the ConstantExpr class, removing unneccesary parameters to the ::get* methods. * Rename the 'getelementptr' version of ConstantExpr::get to ConstantExpr::getGetElementPtr llvm-svn: 3161
-
Chris Lattner authored
* Correctly delete TypeHandles in AsmParser. In addition to not leaking memory, this prevents a bug that could have occurred when a type got resolved that the constexpr was using * Check for errors in the AsmParser instead of hitting assertion failures deep in the code * Simplify the interface to the ConstantExpr class, removing unneccesary parameters to the ::get* methods. * Rename the 'getelementptr' version of ConstantExpr::get to ConstantExpr::getGetElementPtr llvm-svn: 3160
-
Chris Lattner authored
llvm-svn: 3159
-
Chris Lattner authored
llvm-svn: 3158
-
Chris Lattner authored
llvm-svn: 3157
-
Chris Lattner authored
a function, not on anything else. This speeds up GCCAS a lot. llvm-svn: 3156
-
Chris Lattner authored
* Implement stuff so that code can declare that they only depend on the CFG of a function, not on anything else. This speeds up GCCAS a lot. llvm-svn: 3155
-
Chris Lattner authored
Implement constant propogation of logical (and, or, xor) expressions. Fixes testcase: test/Regression/Transforms/ConstProp/logicaltest.ll llvm-svn: 3154
-
Chris Lattner authored
Fixes testcase: test/Regression/Transforms/ConstProp/logicaltest.ll llvm-svn: 3153
-
Chris Lattner authored
llvm-svn: 3152
-
Chris Lattner authored
llvm-svn: 3151
-
Chris Lattner authored
llvm-svn: 3150
-
Chris Lattner authored
llvm-svn: 3149
-
Chris Lattner authored
llvm-svn: 3148
-
Chris Lattner authored
is platform independant afterall. * Object orientize the functions, cleanup code a bit. Instead of static global functions, the helpers for instruction selection are now part of the InstructionSelection Pass class. llvm-svn: 3147
-
Chris Lattner authored
shared by backends. llvm-svn: 3146
-
Chris Lattner authored
llvm-svn: 3145
-
Chris Lattner authored
llvm-svn: 3144
-
Chris Lattner authored
llvm-svn: 3143
-
Chris Lattner authored
attempted to assign it a name. llvm-svn: 3142
-
Chris Lattner authored
llvm-svn: 3141
-
Chris Lattner authored
old call instruction * Implement conversion of return values for calls. This fixes bug: test/Regression/Transforms/FunctionResolve/retmismatch3.ll llvm-svn: 3140
-
Chris Lattner authored
llvm-svn: 3139
-
Chris Lattner authored
llvm-svn: 3138
-
Chris Lattner authored
which was caused by us not running the "drop references of dead instructions" code when there were no basic blocks that were dead. We still don't want to do some of the stuff we do if there are dead basic blocks, but we DO want to drop references of dead instructions, so we factor the common code out to a new method. llvm-svn: 3137
-
Chris Lattner authored
llvm-svn: 3136
-
Chris Lattner authored
llvm-svn: 3135
-
Chris Lattner authored
arguments dropped. This fixes bug: test/Regression/Transforms/ADCE/2002-07-17-PHIAssertion.ll llvm-svn: 3134
-
Chris Lattner authored
llvm-svn: 3133
-
Chris Lattner authored
llvm-svn: 3132
-
Chris Lattner authored
Implement a new RemoveSuccessor function llvm-svn: 3131
-
Chris Lattner authored
llvm-svn: 3130
-
Chris Lattner authored
llvm-svn: 3129
-
- Jul 29, 2002
-
-
Chris Lattner authored
test/Regression/Transforms/SimplifyCFG/2002-06-24-PHINode.ll llvm-svn: 3128
-
Chris Lattner authored
llvm-svn: 3127
-
Chris Lattner authored
llvm-svn: 3126
-
Chris Lattner authored
* Eliminate the Provided set. All Passes now finally just automatically provide themselves. llvm-svn: 3125
-
Chris Lattner authored
provide themselves. llvm-svn: 3124
-