- Dec 13, 2006
-
-
John Criswell authored
llvm-svn: 32553
-
John Criswell authored
llvm-svn: 32552
-
John Criswell authored
Thanks Reid. llvm-svn: 32551
-
John Criswell authored
llvm-svn: 32550
-
John Criswell authored
llvm-svn: 32549
-
Reid Spencer authored
used to determine whether a ZExt or SExt cast is performed. Instead, pass an "isSigned" bool to the function and determine its value from the opcode of the cast involved. Also, clean up some cruft from previous patches. llvm-svn: 32548
-
John Criswell authored
llvm-svn: 32547
-
Jim Laskey authored
llvm-svn: 32546
-
Chris Lattner authored
llvm-svn: 32545
-
Reid Spencer authored
cast instructions. A few are bug fixes. llvm-svn: 32544
-
John Criswell authored
llvm-svn: 32543
-
John Criswell authored
llvm-svn: 32542
-
Reid Spencer authored
make sure to also check that it is a zext from bool, not any other cast operation type. llvm-svn: 32539
-
Reid Spencer authored
The cast patch introduced the possibility that the wrong cast opcode could be used and that this transform could trigger on different kinds of cast operations. This patch rectifies that. llvm-svn: 32538
-
Reid Spencer authored
llvm-svn: 32537
-
Reid Spencer authored
away, but until then Stacker needs its configuration. llvm-svn: 32536
-
Reid Spencer authored
so the decision of which opcode to use is pushed upward to the caller. Adjust the callers to pass the expected opcode. llvm-svn: 32535
-
Reid Spencer authored
llvm-svn: 32534
-
Reid Spencer authored
llvm-svn: 32533
-
Evan Cheng authored
llvm-svn: 32532
-
Evan Cheng authored
llvm-svn: 32531
-
Chris Lattner authored
llvm-svn: 32530
-
Chris Lattner authored
Regression/Verifier/2006-12-12-IntrinsicDefine.ll llvm-svn: 32529
-
Chris Lattner authored
llvm-svn: 32528
-
Evan Cheng authored
llvm-svn: 32527
-
Evan Cheng authored
llvm-svn: 32526
-
Devang Patel authored
continue to use old pass manager at the moment. To use new manager remove #define USE_OLD_PASSMANAGER 1 from Pass.h llvm-svn: 32525
-
Chris Lattner authored
obscure bugs affecting the X86 code generator. I will reenable this when fixed. llvm-svn: 32524
-
Evan Cheng authored
llvm-svn: 32523
-
Chris Lattner authored
Instead of installing into /usr/local/bin it would install into /usr/localbin llvm-svn: 32522
-
Reid Spencer authored
creation calls. llvm-svn: 32521
-
Reid Spencer authored
llvm-svn: 32520
-
Devang Patel authored
llvm-svn: 32519
-
Devang Patel authored
PassAnalysisSupport.h llvm-svn: 32518
-
Devang Patel authored
llvm-svn: 32517
-
Devang Patel authored
llvm-svn: 32516
-
Reid Spencer authored
Rename getZeroExtend and getSignExtend to getZExt and getSExt to match the the casting mnemonics in the rest of LLVM. llvm-svn: 32514
-
Devang Patel authored
llvm-svn: 32513
-
Devang Patel authored
Set AnalysisResolver_New and add FPM to PassManagers list. llvm-svn: 32512
-
Devang Patel authored
llvm-svn: 32510
-