- Jun 23, 2010
-
-
Daniel Dunbar authored
Revert r106066, "Create a more targeted fix for not sinking instructions into a range where it"... it causes bzip2 to be miscompiled by Clang. Conflicts: lib/CodeGen/MachineSink.cpp llvm-svn: 106614
-
Bruno Cardoso Lopes authored
llvm-svn: 106600
-
Bruno Cardoso Lopes authored
testcases this time. llvm-svn: 106593
-
Bruno Cardoso Lopes authored
llvm-svn: 106588
-
Bill Wendling authored
llvm-svn: 106586
-
Bob Wilson authored
Radar 8031193. llvm-svn: 106582
-
- Jun 22, 2010
-
-
Jim Grosbach authored
llvm-svn: 106574
-
Bruno Cardoso Lopes authored
llvm-svn: 106557
-
Bruno Cardoso Lopes authored
llvm-svn: 106556
-
Dan Gohman authored
llvm-svn: 106542
-
-
Chris Lattner authored
llvm-svn: 106513
-
Chris Lattner authored
but it will cover uses of blockaddress that are actually in a function. llvm-svn: 106502
-
Chris Lattner authored
rolling our own. llvm-svn: 106501
-
Chris Lattner authored
llvm-svn: 106500
-
Bruno Cardoso Lopes authored
llvm-svn: 106499
-
- Jun 21, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 106486
-
Bob Wilson authored
Radar 8104310. llvm-svn: 106484
-
Jim Grosbach authored
being moved around away from the jump table it references. rdar://8104340 llvm-svn: 106483
-
Bruno Cardoso Lopes authored
llvm-svn: 106482
-
Evan Cheng authored
Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores which have already been processed. llvm-svn: 106481
-
Eric Christopher authored
llvm-svn: 106467
-
Eric Christopher authored
llvm-svn: 106466
-
Eric Christopher authored
llvm-svn: 106465
-
Eric Christopher authored
llvm-svn: 106457
-
Eric Christopher authored
llvm-svn: 106455
-
Eric Christopher authored
llvm-svn: 106448
-
Eric Christopher authored
llvm-svn: 106447
-
Eric Christopher authored
llvm-svn: 106446
-
Eric Christopher authored
llvm-svn: 106445
-
Bruno Cardoso Lopes authored
Move part of SSE 1 & 2 compare, shuffle and unpack instructions closely. Preparing them for refactoring and to the addition of their AVX forms llvm-svn: 106437
-
Bruno Cardoso Lopes authored
Add AVX regular (non-aliased ones) and,or,xor,andn packed instructions. They are already tested in the MC framework, no test needed llvm-svn: 106436
-
Dale Johannesen authored
handling, plus correct R9 handling in that mode. llvm-svn: 106434
-
Eric Christopher authored
Based on a patch by Patrick Marlier! llvm-svn: 106433
-
Jim Grosbach authored
llvm-svn: 106430
-
Chris Lattner authored
llvm-svn: 106428
-
Kalle Raiskila authored
This allows the fast regiser allocator to remove redundant register moves. Update a set of tests that depend on the register allocator to be linear scan. llvm-svn: 106420
-
Kalle Raiskila authored
llvm-svn: 106419
-
Rafael Espindola authored
I was trying to do some refactoring on the copyRegToReg, but this is realyl a work in progress and not generally useful yet. llvm-svn: 106413
-
Kalle Raiskila authored
used to choke llc with the attached test. llvm-svn: 106411
-