- Dec 20, 2006
-
-
Jim Laskey authored
llvm-svn: 32723
-
Chris Lattner authored
llvm-svn: 32722
-
Jim Laskey authored
1. Patches from Nick Lewycky. 2. Code to filter register names and print them as numeric values on non-Darwin systems. llvm-svn: 32721
-
Anton Korobeynikov authored
llvm-svn: 32720
-
Chris Lattner authored
invoke-1.ll llvm-svn: 32718
-
Reid Spencer authored
greater than MAX_INT64 for signed integers. This is now valid and is just waiting for the distinction between signed and unsigned to go away. llvm-svn: 32716
-
Chris Lattner authored
code to handle instructions as well, so that we properly fold things like X & undef -> 0. This fixes Transforms/SCCP/2006-12-19-UndefBug.ll llvm-svn: 32715
-
Evan Cheng authored
for pointing it out! llvm-svn: 32712
-
Anton Korobeynikov authored
platform should be more or less workable. At least, sim is running fine under lli :) llvm-svn: 32711
-
Chris Lattner authored
static constructor for them :). Transition complete. llvm-svn: 32710
-
Chris Lattner authored
llvm-svn: 32709
-
- Dec 19, 2006
-
-
Chris Lattner authored
llvm-svn: 32703
-
Chris Lattner authored
llvm-svn: 32702
-
Chris Lattner authored
llvm-svn: 32700
-
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
converted, we lose a static initializer. This also allows GCC to emit warnings about unused statistics. llvm-svn: 32690
-
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
-
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
-
Chris Lattner authored
llvm-svn: 32676
-
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
-
Evan Cheng authored
expanding a {s|u}int_to_fp. llvm-svn: 32665
-
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
-
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
-
Reid Spencer authored
Fix a thinko. We want to check the second case if the first cast *didn't* trigger. llvm-svn: 32657
-
Rafael Espindola authored
Lauros's patch llvm-svn: 32656
-