- 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: 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
llvm-svn: 2165
-
Chris Lattner authored
llvm-svn: 2164
-
Chris Lattner authored
llvm-svn: 2162
-
Chris Lattner authored
llvm-svn: 2156
-
Chris Lattner authored
because the slot calculator is already part of the VMCore library. * Rename incorporateMethod and purgeMethod to *Function llvm-svn: 2154
-
Chris Lattner authored
have been incorporated into the vmcore library. llvm-svn: 2153
-
Chris Lattner authored
llvm-svn: 2150
-
Chris Lattner authored
llvm-svn: 2149
-
Chris Lattner authored
Implement Value::dump here. llvm-svn: 2148
-
Chris Lattner authored
llvm-svn: 2147
-
- Apr 07, 2002
-
-
Chris Lattner authored
class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
-
Chris Lattner authored
llvm-svn: 2142
-
Chris Lattner authored
llvm-svn: 2141
-
Chris Lattner authored
llvm-svn: 2139
-
Chris Lattner authored
llvm-svn: 2137
-
Chris Lattner authored
Add support for hexadecimal FP constants! llvm-svn: 2135
-
Chris Lattner authored
llvm-svn: 2134
-
Chris Lattner authored
* Remove ambiguous code that caused problems with understanding how stuff worked. * Implement DerivedType::typeIsRefined right. Add a big comment talking about it. * The removeUserFromConcrete method already checks to see if the type is not abstract, so no need to duplicate the test all over this code This checkin makes all of the type parsing related failures work. All Assembler Regression tests now pass! llvm-svn: 2127
-
Chris Lattner authored
type tables after reading a bytecode file to make sure they are ok llvm-svn: 2126
-