- Nov 27, 2006
-
-
Reid Spencer authored
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
-
- Nov 26, 2006
-
-
Reid Spencer authored
llvm-svn: 31930
-
Reid Spencer authored
llvm-svn: 31929
-
Bill Wendling authored
llvm-svn: 31927
-
Bill Wendling authored
like "llvm_cerr << std::flush"; llvm-svn: 31926
-
Bill Wendling authored
llvm-svn: 31925
-
Bill Wendling authored
llvm-svn: 31924
-
Bill Wendling authored
llvm-svn: 31923
-
Bill Wendling authored
llvm-svn: 31922
-
Duraid Madina authored
llvm-svn: 31920
-
- Nov 25, 2006
-
-
Reid Spencer authored
llvm-svn: 31908
-
Reid Spencer authored
llvm-svn: 31902
-
Reid Spencer authored
llvm-svn: 31901
-
- Nov 24, 2006
-
-
Reid Spencer authored
llvm-svn: 31899
-
- Nov 23, 2006
-
-
Reid Spencer authored
llvm-svn: 31897
-
Reid Spencer authored
older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
-
Nick Lewycky authored
Remove predicate simplifier from default gcc3 pipeline. New design is too slow to enable by default. Add new testcases for problems encountered in development. llvm-svn: 31895
-
- Nov 22, 2006
-
-
Reid Spencer authored
llvm-svn: 31893
-
- Nov 21, 2006
-
-
John Criswell authored
llvm-svn: 31892
-
John Criswell authored
generated bytecode uses compression. llvm-svn: 31891
-
Chris Lattner authored
llvm-svn: 31889
-
Anton Korobeynikov authored
llvm-svn: 31887
-
- Nov 20, 2006
-
-
Jim Laskey authored
llvm-svn: 31886
-
Chris Lattner authored
llvm-svn: 31885
-
Chris Lattner authored
llvm-svn: 31884
-
Jim Laskey authored
llvm-svn: 31883
-
Chris Lattner authored
llvm-svn: 31882
-
Chris Lattner authored
llvm-svn: 31881
-
Chris Lattner authored
llvm-svn: 31880
-
Chris Lattner authored
features autodetected. This fixes PR1010 and Regression/CodeGen/X86/xmm-r64.ll on non-x86-64 hosts. llvm-svn: 31879
-
Chris Lattner authored
llvm-svn: 31878
-
Chris Lattner authored
llvm-svn: 31877
-
Chris Lattner authored
instruction. Doing so breaks the FP stackifier, the alpha branch selector the sparc fpmover. This fixes PR1012 and CodeGen/X86/fp-stack-compare.ll llvm-svn: 31876
-
Chris Lattner authored
llvm-svn: 31875
-
Anton Korobeynikov authored
llvm-svn: 31874
-
Tanya Lattner authored
llvm-svn: 31871
-
Tanya Lattner authored
llvm-svn: 31870
-
Tanya Lattner authored
llvm-svn: 31869
-
Reid Spencer authored
First in a series of patches to convert SetCondInst into ICmpInst and FCmpInst using only two opcodes and having the instructions contain their predicate value. Nothing uses these classes yet. More patches to follow. llvm-svn: 31867
-
Reid Spencer authored
Retain the signedness of the old integer types in a new TypeInfo structure so that it can be used in the grammar to implement auto-upgrade of things that depended on signedness of types. This doesn't implement any new functionality in the AsmParser, its just plumbing for future changes. llvm-svn: 31866
-