- Aug 01, 2002
-
-
Chris Lattner authored
is being worked on the most. llvm-svn: 3196
-
Chris Lattner authored
llvm-svn: 3195
-
Chris Lattner authored
llvm-svn: 3194
-
Chris Lattner authored
This fixes bug: test/Regression/Transforms/LevelRaise/2002-07-31-AssertionFailure.ll llvm-svn: 3193
-
- Jul 31, 2002
-
-
Chris Lattner authored
llvm-svn: 3192
-
Vikram S. Adve authored
llvm-svn: 3191
-
Chris Lattner authored
llvm-svn: 3190
-
Chris Lattner authored
llvm-svn: 3189
-
Vikram S. Adve authored
llvm-svn: 3188
-
Chris Lattner authored
Changes to be GCC3.1 friendly llvm-svn: 3187
-
Chris Lattner authored
llvm-svn: 3186
-
Chris Lattner authored
llvm-svn: 3185
-
Chris Lattner authored
llvm-svn: 3184
-
Chris Lattner authored
llvm-svn: 3183
-
Chris Lattner authored
llvm-svn: 3182
-
Chris Lattner authored
llvm-svn: 3181
-
Chris Lattner authored
llvm-svn: 3180
-
Chris Lattner authored
llvm-svn: 3179
-
Chris Lattner authored
printed, but no others. llvm-svn: 3178
-
Chris Lattner authored
llvm-svn: 3177
-
Chris Lattner authored
llvm-svn: 3176
-
Chris Lattner authored
llvm-svn: 3175
-
Chris Lattner authored
Simplify. llvm-svn: 3174
-
Vikram S. Adve authored
llvm-svn: 3173
-
Vikram S. Adve authored
llvm-svn: 3172
-
Vikram S. Adve authored
Also, we now use a separate globals graph to hold externally visible nodes. This changes both the bottom-up and top-down propagation so that globals and other external objects do not have to appear in every function, but only in functions in which they are referenced or they can be used to access something else that is referenced. llvm-svn: 3171
-
Vikram S. Adve authored
This changes both the bottom-up and top-down propagation so that globals and other external objects do not have to appear in every function, but only in functions in which they are referenced or they can be used to access something else that is referenced. llvm-svn: 3170
-
Vikram S. Adve authored
llvm-svn: 3169
-
- Jul 30, 2002
-
-
Chris Lattner authored
Print the tool name when an error comes from so that I can tell which tool of a pipeline is having issues. llvm-svn: 3168
-
Chris Lattner authored
tool of a pipeline is having issues. llvm-svn: 3167
-
Chris Lattner authored
tool of a pipeline is having issues. llvm-svn: 3166
-
Chris Lattner authored
print out the command line options for the optimizations it is running. llvm-svn: 3165
-
Chris Lattner authored
llvm-svn: 3164
-
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
-