- Dec 23, 2006
-
-
Reid Spencer authored
This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
-
- Dec 22, 2006
-
-
Devang Patel authored
llvm-svn: 32748
-
- Dec 21, 2006
-
-
Devang Patel authored
pass managers. Otherwise, stale available analysis info, from the managers not yet run, may cause pass manager to take wrong turn. This fixes CBE test failures reported by nightly tester. llvm-svn: 32726
-
- Dec 20, 2006
-
-
Chris Lattner authored
llvm-svn: 32722
-
Chris Lattner authored
invoke-1.ll llvm-svn: 32718
-
- Dec 19, 2006
-
-
Reid Spencer authored
values regardless of the signedness of the constant's type, it is okay to always make the AsmWriter.cpp print constant ints as signed values. The AsmParser will automatically handle things like: uint -1 as a result. llvm-svn: 32686
-
Devang Patel authored
in place to handle this correctly. llvm-svn: 32684
-
Devang Patel authored
s/ModulePassManager/MPPassManager/g s/FunctionPassManagerImpl_New/FunctionPassManagerImpl/g s/PassManagerImpl_New/PassManagerImpl/g Introduce FPPassManager to manage function passes and BBPassManagers. Now FunctionPassManagerImpl is an implementation class used by externally visible FunctionPassManager to manage FPPassManagers. Module pass manager (MPPassManager) now manages FPPassManagers and ModulePasses. llvm-svn: 32679
-
Reid Spencer authored
llvm-svn: 32672
-
Reid Spencer authored
ConstRules. Remove the casting rules from ConstRules and subclasses. This cleans up ConstantFolding significantly. Passes all tests. llvm-svn: 32671
-
Reid Spencer authored
still check the validity of signed values an overload to isValueValidForType was added to allow passing in an int64_t to check. llvm-svn: 32663
-
Reid Spencer authored
llvm-svn: 32660
-
- Dec 18, 2006
-
-
Reid Spencer authored
Fix a thinko. We want to check the second case if the first cast *didn't* trigger. llvm-svn: 32657
-
Reid Spencer authored
removed. All casting is now explicit and not inferred by VMCore. llvm-svn: 32655
-
Reid Spencer authored
that its last uses have been removed. llvm-svn: 32653
-
Reid Spencer authored
llvm-svn: 32650
-
Reid Spencer authored
ConstantInt doesn't care about the sign of the type it represents. It only cares about the bitwidth so there is no need to make the sign of the type match the SExt or ZExt constant expression. llvm-svn: 32646
-
- Dec 16, 2006
-
-
Chris Lattner authored
llvm-svn: 32624
-
Devang Patel authored
it instead of passVectorBegin/End(). llvm-svn: 32620
-
- Dec 15, 2006
-
-
Devang Patel authored
llvm-svn: 32618
-
Jeff Cohen authored
llvm-svn: 32614
-
Devang Patel authored
llvm-svn: 32610
-
Devang Patel authored
llvm-svn: 32606
-
Devang Patel authored
Register pass has the its last user, otherwise sometimes no one will claim LastUse. Handle transferred last uses from child pass manager. llvm-svn: 32589
-
- Dec 14, 2006
-
-
Chris Lattner authored
llvm-svn: 32579
-
Devang Patel authored
llvm-svn: 32574
-
Devang Patel authored
llvm-svn: 32573
-
Devang Patel authored
llvm-svn: 32572
-
Devang Patel authored
llvm-svn: 32571
-
- Dec 13, 2006
-
-
Devang Patel authored
llvm-svn: 32567
-
Chris Lattner authored
llvm-svn: 32563
-
Devang Patel authored
Fix it. llvm-svn: 32562
-
Devang Patel authored
Use PDL as the prefix for these enums. Define and use PassDebugging_New in new PassManager. llvm-svn: 32554
-
Jim Laskey authored
llvm-svn: 32546
-
Chris Lattner authored
llvm-svn: 32530
-
Chris Lattner authored
Regression/Verifier/2006-12-12-IntrinsicDefine.ll llvm-svn: 32529
-
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
-
Devang Patel authored
llvm-svn: 32519
-
Devang Patel authored
llvm-svn: 32517
-
Devang Patel authored
llvm-svn: 32516
-