- Jul 29, 2004
-
-
Chris Lattner authored
llvm-svn: 15332
-
Chris Lattner authored
http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15331
-
Misha Brukman authored
llvm-svn: 15328
-
Misha Brukman authored
llvm-svn: 15327
-
Alkis Evlogimenos authored
llvm-svn: 15326
-
Alkis Evlogimenos authored
llvm-svn: 15325
-
Chris Lattner authored
This also fixes the miscompilation of MallocBench/gs with dead store elimination enabled. llvm-svn: 15324
-
Brian Gaeke authored
llvm-svn: 15323
-
Brian Gaeke authored
llvm-svn: 15322
-
Brian Gaeke authored
Use LiveRange's iterator types and operations instead of ValueSet's. llvm-svn: 15321
-
Brian Gaeke authored
SetVector<Value *> data member. Add << operator for LiveRanges (a dumb one, for now.) llvm-svn: 15320
-
Brian Gaeke authored
llvm-svn: 15319
-
Brian Gaeke authored
markForSaveAcrossCalls. llvm-svn: 15317
-
- Jul 28, 2004
-
-
Chris Lattner authored
llvm-svn: 15309
-
Brian Gaeke authored
never overridden by any target. llvm-svn: 15308
-
Misha Brukman authored
llvm-svn: 15307
-
Misha Brukman authored
llvm-svn: 15306
-
Misha Brukman authored
llvm-svn: 15305
-
Misha Brukman authored
llvm-svn: 15304
-
Misha Brukman authored
llvm-svn: 15299
-
Misha Brukman authored
llvm-svn: 15298
-
Misha Brukman authored
2003-05-22-VarSizeArray is broken. llvm-svn: 15297
-
Misha Brukman authored
the TargetInstrInfo. This fixes UnitTests 2003-05-26-Shorts and 2003-07-09-LoadShorts. llvm-svn: 15296
-
Misha Brukman authored
* PowerPCReg.td => PowerPCRegisterinfo.td * PowerPCInstrs.td => PowerPCInstrInfo.td llvm-svn: 15295
-
- 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
-