- Oct 19, 2011
-
-
Craig Topper authored
llvm-svn: 142480
-
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
-
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
-
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
-
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
-
Eli Friedman authored
llvm-svn: 142332
-
Lang Hames authored
llvm-svn: 142323
-
Jim Grosbach authored
llvm-svn: 142321
-
Lang Hames authored
Re-applying the target data layout verification patch from r142288, plus appropriate CMake dependencies. Thanks to Raphael Espindola for tracking down the CMake issues. llvm-svn: 142306
-
Jim Grosbach authored
llvm-svn: 142303
-
Nick Lewycky authored
.file filenumber "directory" "filename" This removes one join+split of the directory+filename in MC internals. Because bitcode files have independent fields for directory and filenames in debug info, this patch may change the .o files written by existing .bc files. llvm-svn: 142300
-
Chad Rosier authored
llvm-svn: 142299
-
Jim Grosbach authored
llvm-svn: 142297
-