- Dec 19, 2006
-
-
Chris Lattner authored
llvm-svn: 32698
-
Chris Lattner authored
llvm-svn: 32697
-
Chris Lattner authored
llvm-svn: 32696
-
Chris Lattner authored
llvm-svn: 32695
-
Chris Lattner authored
delete some dead ones. llvm-svn: 32694
-
Chris Lattner authored
llvm-svn: 32693
-
Chris Lattner authored
llvm-svn: 32692
-
Chris Lattner authored
llvm-svn: 32691
-
Chris Lattner authored
converted, we lose a static initializer. This also allows GCC to emit warnings about unused statistics. llvm-svn: 32690
-
Devang Patel authored
llvm-svn: 32689
-
Evan Cheng authored
llvm-svn: 32688
-
Chris Lattner authored
(STATISTIC), which allows us to define statistics that don't introduce static ctors into the .o files. I'm migrating code over to use this incrementally. llvm-svn: 32687
-
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
-
Reid Spencer authored
Test needs to be upgraded for the forthcoming FCmpInst patch. llvm-svn: 32683
-
Reid Spencer authored
llvm-svn: 32682
-
Reid Spencer authored
llvm-svn: 32681
-
Reid Spencer authored
llvm-svn: 32680
-
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
-
Chris Lattner authored
llvm-svn: 32678
-
Reid Spencer authored
llvm-svn: 32677
-
Chris Lattner authored
llvm-svn: 32676
-
Reid Spencer authored
llvm-svn: 32675
-
Chris Lattner authored
llvm-svn: 32674
-
Anton Korobeynikov authored
absence of dllimport JIT codegen. llvm-svn: 32673
-
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
llvm-svn: 32670
-
Reid Spencer authored
Upgrade this test in preparation for the SETCC patch. llvm-svn: 32669
-
Reid Spencer authored
These tests need to be upgraded in preparation for the SETCC patch. llvm-svn: 32668
-
Reid Spencer authored
llvm-svn: 32667
-
Reid Spencer authored
llvm-svn: 32666
-
Evan Cheng authored
expanding a {s|u}int_to_fp. llvm-svn: 32665
-
Reid Spencer authored
llvm-svn: 32664
-
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
-
Chris Lattner authored
code was wrong for things like 3+4*i. llvm-svn: 32662
-
Chris Lattner authored
Add GreatestCommonDivisor64 llvm-svn: 32661
-
Reid Spencer authored
llvm-svn: 32660
-
- Dec 18, 2006
-
-
Evan Cheng authored
properly serialized. Do not clear LastCallSEQ_END until that is done. llvm-svn: 32659
-