- Dec 13, 2006
-
-
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
-
Devang Patel authored
llvm-svn: 32509
-
Devang Patel authored
Include RequiredTrainsitiveSet also. llvm-svn: 32508
-
Devang Patel authored
Do not remove ImmutablePass from the list. llvm-svn: 32507
-
- Dec 12, 2006
-
-
Devang Patel authored
llvm-svn: 32506
-
Devang Patel authored
llvm-svn: 32505
-
Devang Patel authored
directly available to individual managers. llvm-svn: 32504
-
Devang Patel authored
First search all available passes before searching ImmutablePasses. llvm-svn: 32503
-
Devang Patel authored
While searching for a analysis in a pass manager, do not search it into pass manager's manager. llvm-svn: 32501
-
Devang Patel authored
o Make IndirectPassManagers vector of PMDataManager * o Move PMTopLevelManager implementation below all class declarations. llvm-svn: 32499
-
Devang Patel authored
llvm-svn: 32498
-