- Jun 20, 2008
-
-
Dan Gohman authored
llvm-svn: 52517
-
Dan Gohman authored
llvm-svn: 52516
-
Dan Gohman authored
object. llvm-svn: 52515
-
Dan Gohman authored
llvm-svn: 52514
-
Evan Cheng authored
llvm-svn: 52508
-
- Jun 19, 2008
-
-
Owen Anderson authored
once benchmarking is completed. llvm-svn: 52506
-
Owen Anderson authored
llvm-svn: 52505
-
Bill Wendling authored
llvm-svn: 52502
-
Dan Gohman authored
using BasicBlock::getInstList. llvm-svn: 52500
-
Owen Anderson authored
This fixes a failure on povray. llvm-svn: 52499
-
Dan Gohman authored
directly. llvm-svn: 52498
-
Dan Gohman authored
llvm-svn: 52497
-
Owen Anderson authored
GVN expects that all inputs which to an instruction fall somewhere in the value hierarchy, which isn't true for these. llvm-svn: 52496
-
Dan Gohman authored
llvm-svn: 52495
-
Dan Gohman authored
llvm-svn: 52494
-
Owen Anderson authored
llvm-svn: 52493
-
Dan Gohman authored
llvm-svn: 52492
-
Matthijs Kooijman authored
llvm-svn: 52491
-
Matthijs Kooijman authored
using getOperand() directly. This makes things work with invoke instructions as well. llvm-svn: 52489
-
Duncan Sands authored
this still compiles on windows - I can't test! llvm-svn: 52488
-
Evan Cheng authored
llvm-svn: 52487
-
Eli Friedman authored
shuffle could be skipped. The check is invalid because the loop index i doesn't correspond to the element actually inserted. The correct check is already done a few lines earlier, for whether the element is already in the right spot, so this shouldn't have any effect on the codegen for code that was already correct. llvm-svn: 52486
-
Owen Anderson authored
llvm-svn: 52485
-
Evan Cheng authored
llvm-svn: 52483
-
Evan Cheng authored
llvm-svn: 52482
-
Evan Cheng authored
llvm-svn: 52481
-
Evan Cheng authored
llvm-svn: 52480
-
Evan Cheng authored
llvm-svn: 52479
-
Evan Cheng authored
llvm-svn: 52478
-
Evan Cheng authored
llvm-svn: 52477
-
Owen Anderson authored
add new instructions. llvm-svn: 52475
-
Owen Anderson authored
Remove this test until the corresponding patch is reapplied because it's causing make check to crash for some people. llvm-svn: 52473
-
- Jun 18, 2008
-
-
Owen Anderson authored
llvm-svn: 52472
-
Owen Anderson authored
Add local PRE to GVN. This only operates in cases where it would not increase code size, namely when the instantiated expression would only need to be created in one predecessor. llvm-svn: 52471
-
Bill Wendling authored
llvm-svn: 52470
-
Argyrios Kyrtzidis authored
According to DWARF-2 specification, the line information is provided through an offset in the .debug_line section. Replace the label reference that is used with a section offset. llvm-svn: 52468
-
Dan Gohman authored
llvm-svn: 52467
-
Chris Lattner authored
llvm-svn: 52466
-
Owen Anderson authored
Revert r52459, which was causing an infinite loop or massive slowdown on MultiSource/Applications/SPASS, and possibly others as well. Please reapply once this is fixed. llvm-svn: 52465
-
Dan Gohman authored
llvm-svn: 52464
-