- Apr 09, 2002
-
-
Chris Lattner authored
* Move InsertPrologEpilogCode class to PrologEpilogCodeInserter.cpp -> Among other things, this eliminates the need for the minstrVec static global array. llvm-svn: 2195
-
Chris Lattner authored
new PrologEpilogCodeInserter.cpp file, and include the bodies of the GetInstructionsFor(Prolog|Epilog) functions from SparcInstrSelection.cpp into the class. This eliminates the need for a static global vector of instructions and a class of errors that is really unneccesary. llvm-svn: 2194
-
Chris Lattner authored
the bodies of the GetInstructionsFor(Prolog|Epilog) functions from SparcInstrSelection.cpp into the class. This eliminates the need for a static global vector of instructions and a class of errors that is really unneccesary. llvm-svn: 2193
-
Chris Lattner authored
llvm-svn: 2192
-
Chris Lattner authored
llvm-svn: 2191
-
Chris Lattner authored
frequently. This still leaks edges quite a bit, but it leaks no nodes (I think). llvm-svn: 2190
-
Chris Lattner authored
* In calcLiveVarSetsForBB, do not leak a ValueSet every time the function is called! llvm-svn: 2189
-
Chris Lattner authored
pointer so that they do not all get leaked! llvm-svn: 2188
-
Chris Lattner authored
llvm-svn: 2187
-
Chris Lattner authored
llvm-svn: 2186
-
Chris Lattner authored
llvm-svn: 2185
-
Chris Lattner authored
make a PHI node, although it was badly broken. This keeps tests passing, so we'll go with it. llvm-svn: 2184
-
Chris Lattner authored
llvm-svn: 2183
-
Chris Lattner authored
llvm-svn: 2182
-
Chris Lattner authored
s/PrintMethodPass/PrintFunctionPass llvm-svn: 2181
-
Chris Lattner authored
llvm-svn: 2180
-
Chris Lattner authored
* Implement Value::print methods here instead of WriteToAssembly llvm-svn: 2179
-
Chris Lattner authored
Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
-
Chris Lattner authored
llvm-svn: 2177
-
- Apr 08, 2002
-
-
Chris Lattner authored
isLabelType is obsolete llvm-svn: 2176
-
Chris Lattner authored
llvm-svn: 2175
-
Chris Lattner authored
llvm-svn: 2174
-
Chris Lattner authored
llvm-svn: 2173
-
Chris Lattner authored
* s/Method/Function llvm-svn: 2172
-
Chris Lattner authored
* Remove WriteToAssembly functions from interface * Move operator<< definition to only allow top level operator<< on Value*'s. Defined in Value.h This header file is greatly deemphasized by these changes. Now it is only used if custom printing through WriteTypeSymbolic or WriteAsOperand is needed. llvm-svn: 2171
-
Chris Lattner authored
Trim #includes llvm-svn: 2170
-
Chris Lattner authored
llvm-svn: 2169
-
Chris Lattner authored
* Add top level virtual print function, disallows instantiating Value's directly. * Provide operator<< for values here, instead of in Assembly/Writer.h llvm-svn: 2168
-
Chris Lattner authored
* Add printing support * add isFloatingPoint method * Remove isXXXType() methods for non-derived types llvm-svn: 2167
-
Chris Lattner authored
llvm-svn: 2166
-
Chris Lattner authored
llvm-svn: 2165
-
Chris Lattner authored
llvm-svn: 2164
-
Chris Lattner authored
llvm-svn: 2163
-
Chris Lattner authored
llvm-svn: 2162
-
Chris Lattner authored
llvm-svn: 2161
-
Chris Lattner authored
llvm-svn: 2160
-
Chris Lattner authored
to conditional branches. llvm-svn: 2159
-
Chris Lattner authored
llvm-svn: 2158
-
Chris Lattner authored
llvm-svn: 2157
-
Chris Lattner authored
llvm-svn: 2156
-