- Oct 31, 2008
-
-
Anton Korobeynikov authored
Based on patch by Martin Nowack! llvm-svn: 58536
-
Evan Cheng authored
llvm-svn: 58533
-
Evan Cheng authored
llvm-svn: 58532
-
Evan Cheng authored
llvm-svn: 58529
-
Mon P Wang authored
llvm-svn: 58528
-
Evan Cheng authored
llvm-svn: 58527
-
Evan Cheng authored
llvm-svn: 58526
-
Dan Gohman authored
llvm-svn: 58524
-
Bill Wendling authored
llvm-svn: 58523
-
Anton Korobeynikov authored
Patch by Jay Foad! llvm-svn: 58520
-
Torok Edwin authored
MyFunctionPass() : FunctionPass(ID) {} when the user actually meant to write: MyFunctionPass() : FunctionPass(&ID) {} llvm-svn: 58518
-
Evan Cheng authored
Change x86 register allocation ordering to match that of gcc. Otherwise some tools get confused by prologue generated by llvm. llvm-svn: 58517
-
Evan Cheng authored
llvm-svn: 58514
-
Dan Gohman authored
currently troublesome even for #ifndef NDEBUG builds. llvm-svn: 58512
-
Duncan Sands authored
completely forgotten about when writing LegalizeTypes. llvm-svn: 58508
-
Sanjiv Gupta authored
in such cases. llvm-svn: 58505
-
Bill Wendling authored
callee-saved restore code. It could skip over conditional jumps accidentally. Instead, just skip the "return" instructions. llvm-svn: 58489
-
Daniel Dunbar authored
llvm-svn: 58486
-
Oscar Fuentes authored
llvm-svn: 58485
-
Oscar Fuentes authored
data manually extracted from llvm-config. llvm-svn: 58484
-
Dan Gohman authored
vector element 0 for a store, as it's smaller and faster. llvm-svn: 58483
-
Jim Grosbach authored
Revert errant deletion. The target needs to be able to specify that it doesn't want the generic constant pool to be emitted. llvm-svn: 58475
-
Evan Cheng authored
llvm-svn: 58474
-
- Oct 30, 2008
-
-
Cedric Venet authored
!!!!!!!!!! Warning !!!!!!!!!!!!!!! If you already have created a solution with cmake, you will need to manually open to the new one. llvm-svn: 58461
-
Duncan Sands authored
llvm-svn: 58459
-
Dan Gohman authored
optimizations accordingly. llvm-svn: 58457
-
Duncan Sands authored
llvm-svn: 58456
-
Duncan Sands authored
type for the shift amount type. Add a check that shifts and rotates use the type returned by getShiftAmountTy for the amount. This exposed some problems in CellSPU and PPC, which have already been fixed. llvm-svn: 58455
-
Duncan Sands authored
(i32 for PPC, not i8). Correct this, and some formatting while there. llvm-svn: 58451
-
Daniel Dunbar authored
function. - This explicitly models the costs for functions which should "always" or "never" be inlined. This fixes bugs where such costs were not previously respected. llvm-svn: 58450
-
Duncan Sands authored
getShiftAmountTy (i32 in the case of CellSPU). llvm-svn: 58449
-
Mon P Wang authored
llvm-svn: 58443
-
Oscar Fuentes authored
llvm-svn: 58435
-
Oscar Fuentes authored
Patch by Jay Foad. llvm-svn: 58434
-
Evan Cheng authored
llvm-svn: 58433
-
Mon P Wang authored
One will only see an effect if legalizetype is not active. Will move support to LegalizeType soon. llvm-svn: 58426
-
Chris Lattner authored
llvm-svn: 58416
-
Scott Michel authored
so that va_start/va_arg/et.al. will walk arguments correctly for Cell SPU. N.B.: Because neither clang nor llvm-gcc-4.2 can be built for CellSPU, this is still unexorcised code. llvm-svn: 58415
-
Bill Wendling authored
llvm-svn: 58414
-
Dan Gohman authored
llvm-svn: 58413
-