- Oct 18, 2011
-
-
Michael J. Spencer authored
llvm-svn: 142404
-
Michael J. Spencer authored
incorrect for bigendian systems. llvm-svn: 142403
-
Johnny Chen authored
Patch from Dawn. llvm-svn: 142402
-
Daniel Dunbar authored
new all-targets pseudo-component. llvm-svn: 142401
-
Daniel Dunbar authored
llvm-svn: 142400
-
Daniel Dunbar authored
llvm-svn: 142399
-
Daniel Dunbar authored
llvm-svn: 142398
-
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
-
Johnny Chen authored
llvm-svn: 142396
-
Bob Wilson authored
llvm-svn: 142395
-
Andrew Trick authored
llvm-svn: 142394
-
Richard Smith authored
llvm-svn: 142393
-
Johnny Chen authored
llvm-svn: 142392
-
Johnny Chen authored
llvm-svn: 142391
-
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
-
Owen Anderson authored
llvm-svn: 142388
-
Jim Grosbach authored
llvm-svn: 142387
-
Jim Grosbach authored
llvm-svn: 142386
-
Johnny Chen authored
It also adds some asserts and additional logging support. from dawn@burble.org llvm-svn: 142384
-
Jim Grosbach authored
llvm-svn: 142383
-
Jim Grosbach authored
llvm-svn: 142382
-
Jim Grosbach authored
llvm-svn: 142381
-
Jim Grosbach authored
llvm-svn: 142380
-
Owen Anderson authored
llvm-svn: 142379
-
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
-
Owen Anderson authored
llvm-svn: 142377
-
Sean Callanan authored
committed. llvm-svn: 142376
-
Argyrios Kyrtzidis authored
[driver] Make the driver to link the simulator arclite lib when passing -mios-simulator-version-min. rdar://10218700 llvm-svn: 142372
-
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
-
Bill Wendling authored
llvm-svn: 142369
-
Jim Grosbach authored
llvm-svn: 142368
-
Jim Grosbach authored
llvm-svn: 142367
-
Jim Grosbach authored
llvm-svn: 142365
-
Fariborz Jahanian authored
iboutletcollection attribute intead of crashing. // rdar://10296078 llvm-svn: 142364
-
Jim Grosbach authored
llvm-svn: 142363
-
Argyrios Kyrtzidis authored
don't use unique USRs for them, otherwise we fail to associate @implementation methods with the methods in extensions. llvm-svn: 142361
-
Douglas Gregor authored
it. Refactoring to be used in a moment. llvm-svn: 142360
-
Sean Callanan authored
we never used) with a much simpler class that wraps the relevant dump functions in Clang. This class also knows to disable external lookups on DeclContexts being dumped so it should be safe to print incomplete Decls. llvm-svn: 142359
-