- Oct 19, 2011
-
-
Craig Topper authored
llvm-svn: 142480
-
Joe Abbey authored
llvm-svn: 142464
-
Bill Wendling authored
llvm-svn: 142460
-
Bill Wendling authored
used with the CMP instruction. llvm-svn: 142458
-
Eric Christopher authored
This reverts commit 494f7ac3e8d2ab3d94e52317abf9c42a949fe1f3. llvm-svn: 142455
-
Jim Grosbach authored
llvm-svn: 142441
-
Bill Wendling authored
register and then compare against that" method when it's too large. We have to move the value into the register in the "movw, movt" pair of instructions. llvm-svn: 142440
-
Eric Christopher authored
I'll remove/rename the option in a few days. llvm-svn: 142439
-
Bill Wendling authored
register and then compare against that" method when it's too large. We have to move the value into the register in the "movw, movt" pair of instructions. llvm-svn: 142437
-
Nick Lewycky authored
llvm-svn: 142436
-
Nick Lewycky authored
llvm-svn: 142435
-
Nadav Rotem authored
llvm-svn: 142434
-
Lang Hames authored
Teach fast isel about vector stores, and make DoSelectCall return false when it fails to emit a store. This fixes <rdar://problem/10215997>. llvm-svn: 142432
-
Bill Wendling authored
instruction. Move the value into a register and then use that for the CMP. <rdar://problem/10305266> llvm-svn: 142431
-
- Oct 18, 2011
-
-
Bill Wendling authored
and use that in the CMP. <rdar://problem/10305266> llvm-svn: 142429
-
Jim Grosbach authored
llvm-svn: 142416
-
Jim Grosbach authored
llvm-svn: 142413
-
Jim Grosbach authored
llvm-svn: 142412
-
Jim Grosbach authored
llvm-svn: 142410
-
Michael J. Spencer authored
llvm-svn: 142408
-
Michael J. Spencer authored
incorrect for bigendian systems. llvm-svn: 142403
-
Andrew Trick authored
Clean up the patterns, fix comments, and avoid confusing both tools and coders. Note that the special adds/subs SelectionDAG nodes no longer have the dummy cc_out operand. llvm-svn: 142397
-
Bob Wilson authored
llvm-svn: 142395
-
Andrew Trick authored
llvm-svn: 142394
-
Bill Wendling authored
predecessor to remove the jump to it as well. Delay clearing the 'landing pad' flag until after the jumps have been removed. (There is an implicit assumption in several modules that an MBB which jumps to a landing pad has only two successors.) <rdar://problem/10304224> llvm-svn: 142390
-
Jim Grosbach authored
llvm-svn: 142389
-
Jim Grosbach authored
llvm-svn: 142386
-
Jim Grosbach authored
llvm-svn: 142381
-
Bruno Cardoso Lopes authored
-Fix binary codes and rename operands in .td files so that automatically generated function MipsCodeEmitter::getBinaryCodeForInstr gives correct encoding for instructions. -Define new class FMem for instructions that access memory. -Define new class FFRGPR for instructions that move data between GPR and FPU general and control registers. -Define custom encoder methods for memory operands, and also for size operands of ext and ins instructions. -Only static relocation model is currently implemented. Patch by Sasa Stankovic llvm-svn: 142378
-
Bob Wilson authored
<rdar://problem/10298332> llvm-svn: 142371
-
Bob Wilson authored
svn r139159 caused SelectionDAG::getConstant() to promote BUILD_VECTOR operands with illegal types, even before type legalization. For this testcase, that led to one BUILD_VECTOR with i16 operands and another with promoted i32 operands, which triggered the assertion. llvm-svn: 142370
-
Jim Grosbach authored
llvm-svn: 142365
-
Jim Grosbach authored
llvm-svn: 142363
-
Jim Grosbach authored
llvm-svn: 142356
-
Justin Holewinski authored
llvm-svn: 142352
-
Duncan Sands authored
build with gcc-4.6. llvm-svn: 142350
-
Bill Wendling authored
llvm-svn: 142341
-
David Meyer authored
llvm-svn: 142338
-
Chad Rosier authored
rdar://10288916 llvm-svn: 142337
-
Joe Abbey authored
llvm-svn: 142336
-