- May 19, 2006
-
-
Evan Cheng authored
patterns that look like this: def : Pat<(i32 (X86Wrapper tconstpool :$dst)), (MOV32ri tconstpool :$dst)>; InsertOneTypeCheck should copy the type from the resolved pattern to the unresolved one as long as there types are different. llvm-svn: 28389
-
- May 18, 2006
-
-
Rafael Espindola authored
add a stub LowerFORMAL_ARGUMENTS llvm-svn: 28388
-
Evan Cheng authored
M_LOOK_UP_PTR_REG_CLASS which allows the register class of the operand to be resolved via a callback at runtime. llvm-svn: 28387
-
Evan Cheng authored
llvm-svn: 28386
-
Reid Spencer authored
capture the error output from the exec option. This generally will capture the stderr messages generated by the tools. This information is then printed if the test fails. This helps to recognize more quickly what the error was. Otherwise, this information is lost. llvm-svn: 28385
-
Chris Lattner authored
llvm-svn: 28384
-
Chris Lattner authored
llvm-svn: 28383
-
Andrew Lenharth authored
llvm-svn: 28382
-
Evan Cheng authored
llvm-svn: 28381
-
Owen Anderson authored
llvm-svn: 28380
-
Owen Anderson authored
This is part of the on-going work on PR 761. llvm-svn: 28379
-
Evan Cheng authored
llvm-svn: 28378
-
Evan Cheng authored
llvm-svn: 28377
-
Evan Cheng authored
llvm-svn: 28376
-
Chris Lattner authored
the PPC JIT llvm-svn: 28375
-
Reid Spencer authored
1. Remove the LLVM_DO_NOT_BUILD feature (not needed any more) 2. Ensure that lib/VMCore gets built first. This needs to be done because VMCore now uses tblgen to generate the Intrinsics header which are needed in other libraries. In parallel builds, this can cause problems. llvm-svn: 28374
-
- May 17, 2006
-
-
Owen Anderson authored
llvm-svn: 28373
-
Chris Lattner authored
other dirs (for Intrinsics.gen). :( llvm-svn: 28372
-
Evan Cheng authored
llvm-svn: 28371
-
Evan Cheng authored
llvm-svn: 28370
-
Reid Spencer authored
they can be compiled with ming32. The use of fork(2) has been removed. llvm-svn: 28369
-
Evan Cheng authored
llvm-svn: 28368
-
Chris Lattner authored
Patch written by Domagoj Babic! llvm-svn: 28367
-
Evan Cheng authored
llvm-svn: 28366
-
Chris Lattner authored
use getPackedTypeBreakdown at all here. llvm-svn: 28365
-
Chris Lattner authored
llvm-svn: 28364
-
Evan Cheng authored
represent pointer type. llvm-svn: 28363
-
Evan Cheng authored
llvm-svn: 28362
-
Evan Cheng authored
llvm-svn: 28361
-
Andrew Lenharth authored
llvm-svn: 28360
-
Andrew Lenharth authored
llvm-svn: 28359
-
Andrew Lenharth authored
llvm-svn: 28358
-
Evan Cheng authored
llvm-svn: 28357
-
Evan Cheng authored
llvm-svn: 28356
-
Chris Lattner authored
llvm-svn: 28355
-
Chris Lattner authored
enough to be autogenerated. llvm-svn: 28354
-
Evan Cheng authored
llvm-svn: 28353
-
Evan Cheng authored
VBIT_VECTOR nodes. There were some confusion about the semantics of getPackedTypeBreakdown(). e.g. for <4 x f32> it returns 1 and v4f32, not 4, and f32. llvm-svn: 28352
-
Evan Cheng authored
llvm-svn: 28351
-
Evan Cheng authored
llvm-svn: 28350
-