- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15334
-
Chris Lattner authored
http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15333
-
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
llvm-svn: 15318
-
Brian Gaeke authored
markForSaveAcrossCalls. llvm-svn: 15317
-
Chris Lattner authored
llvm-svn: 15316
-
Chris Lattner authored
this testcase, causing the miscompilation of MallocBench/gs. llvm-svn: 15315
-
Reid Spencer authored
* Dependent libraries & target triple * Short block headers * 24-bit type slot ids. llvm-svn: 15314
-
Misha Brukman authored
llvm-svn: 15313
-
Misha Brukman authored
* Wrap keywords in <tt> * Wrap lines at 80 cols llvm-svn: 15312
-
Misha Brukman authored
* Wrap text in soft, comfortable <div>s and <p>s * Wrap lines at 80 cols llvm-svn: 15311
-
Misha Brukman authored
llvm-svn: 15310
-
- 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
-
Robert Bocchino authored
llvm-svn: 15290
-
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
-