- Jan 05, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92545
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92544
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92542
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92539
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92535
-
Devang Patel authored
llvm-svn: 92533
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92532
-
- Jan 04, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92529
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92528
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92524
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92520
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92518
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92516
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92515
-
Evan Cheng authored
(or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c) The isel patterns may not catch all the cases if general dag combine has reduced width of source operands. llvm-svn: 92513
-
Dan Gohman authored
in an inline asm. llvm-svn: 92512
-
Dan Gohman authored
llvm-svn: 92511
-
Dan Gohman authored
lets the test-elimination work in more conditional-move cases. llvm-svn: 92508
-
Dan Gohman authored
rules as normal add, and, or, etc. llvm-svn: 92507
-
Dan Gohman authored
This lets isel fold loads into them in more cases. llvm-svn: 92506
-
Devang Patel authored
llvm-svn: 92505
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92502
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92498
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92496
-
Chris Lattner authored
when doing this transform if the GEP is not inbounds. No testcase because it is very difficult to trigger this: instcombine already canonicalizes GEP indices to pointer size, so it relies specific permutations of the instcombine worklist. Thanks to Duncan for pointing this possible problem out. llvm-svn: 92495
-
Chris Lattner authored
llvm-svn: 92494
-
Dan Gohman authored
llvm-svn: 92492
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92490
-
Anton Korobeynikov authored
llvm-svn: 92472
-
Chris Lattner authored
llvm-svn: 92471
-
Mikhail Glushenkov authored
llvm-svn: 92470
-
Chris Lattner authored
llvm-svn: 92469
-
Chris Lattner authored
file. InstructionCombining.cpp is now down to a svelte 9300 lines :) llvm-svn: 92468
-
Chris Lattner authored
a new InstCombineCompares.cpp file. llvm-svn: 92467
-
Chris Lattner authored
llvm-svn: 92466
-
Chris Lattner authored
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp llvm-svn: 92465
-
Chris Lattner authored
among the instcombine library. llvm-svn: 92463
-
Chris Lattner authored
llvm-svn: 92462
-
Chris Lattner authored
llvm-svn: 92461
-
Chris Lattner authored
llvm-svn: 92460
-