- Jul 27, 2004
-
-
Brian Gaeke authored
only user. llvm-svn: 15294
-
Brian Gaeke authored
llvm-svn: 15293
-
Robert Bocchino authored
This change fixed a bug in the function visitMul. The prior version assumed that a constant on the RHS of a multiplication was either an IntConstant or an FPConstant. It checked for an IntConstant and then, if it did not find one, did a hard cast to an FPConstant. That code would crash if the RHS were a ConstantExpr that was neither an IntConstant nor an FPConstant. This version replaces the hard cast with a dyn_cast. It performs the same way for IntConstants and FPConstants but does nothing, instead of crashing, for constant expressions. The regression test for this change is 2004-07-27-ConstantExprMul.ll. llvm-svn: 15291
-
Brian Gaeke authored
debug mode. Its only effect seems to be the creation of an empty file... llvm-svn: 15289
-
Misha Brukman authored
llvm-svn: 15288
-
Misha Brukman authored
Patch by Nate Begeman. llvm-svn: 15286
-
Misha Brukman authored
Patch by Nate Begeman. llvm-svn: 15285
-
Misha Brukman authored
llvm-svn: 15284
-
Misha Brukman authored
llvm-svn: 15283
-
Misha Brukman authored
Patch by Nate Begeman. llvm-svn: 15282
-
Misha Brukman authored
Patch by Nate Begeman. llvm-svn: 15281
-
Misha Brukman authored
Contributed by Nate Begeman. llvm-svn: 15280
-
Brian Gaeke authored
llvm-svn: 15279
-
Brian Gaeke authored
functions in SparcV9InstrSelection and SparcV9PreSelection into regular old global functions. As it happens, none of them really have anything to do with TargetInstrInfo. llvm-svn: 15278
-
Brian Gaeke authored
used in the SparcV9 backend really have anything to do with TargetInstrInfo, so we're converting them into regular old global functions and moving their declarations to SparcV9InstrSelectionSupport.h. (They're mostly used as helper functions for SparcV9InstrSelection.) llvm-svn: 15277
-
Brian Gaeke authored
llvm-svn: 15276
-
Misha Brukman authored
llvm-svn: 15275
-
Misha Brukman authored
it (due to calls or globals access). We now compile `void empty(){}' to `blr'. llvm-svn: 15274
-
Misha Brukman authored
llvm-svn: 15273
-
Misha Brukman authored
llvm-svn: 15272
-
Misha Brukman authored
llvm-svn: 15271
-
Misha Brukman authored
llvm-svn: 15270
-
Chris Lattner authored
llvm-svn: 15267
-
Chris Lattner authored
functions known to not access memory (like sin/cos) don't access memory! :) llvm-svn: 15264
-
Chris Lattner authored
llvm-svn: 15263
-
Chris Lattner authored
llvm-svn: 15262
-
Chris Lattner authored
llvm-svn: 15261
-
Chris Lattner authored
understand, and more accurate to boot! This implements GlobalModRef/purecse.ll over the previous impl. llvm-svn: 15260
-
Chris Lattner authored
llvm-svn: 15255
-
Chris Lattner authored
AliasSetTracker (dse and licm). This implements DeadStoreElimination/context-sensitive.llx llvm-svn: 15254
-
Chris Lattner authored
llvm-svn: 15252
-
Chris Lattner authored
llvm-svn: 15251
-
Chris Lattner authored
llvm-svn: 15250
-
Misha Brukman authored
Also, convert C-style comments to C++ and make sure code wraps at 80 cols. llvm-svn: 15245
-
- Jul 26, 2004
-
-
Misha Brukman authored
addi r1, r2, 0 addi r1, <frame index #n>, 0 so we must check for the second parameter being a register for this instruction to be considered a reg-to-reg copy. llvm-svn: 15244
-
Misha Brukman authored
llvm-svn: 15243
-
Misha Brukman authored
* List formats of instructions currently recognized as moves llvm-svn: 15242
-
Misha Brukman authored
llvm-svn: 15240
-
Misha Brukman authored
llvm-svn: 15239
-
Misha Brukman authored
All CVS history was renamed, the *,v were copied over. No worries. llvm-svn: 15238
-