- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
Evan Cheng authored
llvm-svn: 32296
-
Evan Cheng authored
getOperandConstraint returns -1 if the operand does have the specific constraint. This bug was causing excessive spills. llvm-svn: 32295
-
- Dec 06, 2006
-
-
Chris Lattner authored
is 'unsigned'. llvm-svn: 32279
-
Jim Laskey authored
llvm-svn: 32278
-
Evan Cheng authored
llvm-svn: 32273
-
Chris Lattner authored
llvm-svn: 32251
-
- Dec 02, 2006
-
-
Jeff Cohen authored
llvm-svn: 32113
-
- Dec 01, 2006
-
-
Evan Cheng authored
llvm-svn: 32098
-
- Nov 30, 2006
-
-
Jim Laskey authored
llvm-svn: 32045
-
Jim Laskey authored
llvm-svn: 32036
-
Jim Laskey authored
llvm-svn: 32035
-
Evan Cheng authored
- Remove the ugly TargetInstrDescriptors hack. llvm-svn: 32032
-
- Nov 29, 2006
-
-
Evan Cheng authored
llvm-svn: 32022
-
Jim Laskey authored
llvm-svn: 32020
-
Evan Cheng authored
llvm-svn: 32016
-
Evan Cheng authored
llvm-svn: 32003
-
Evan Cheng authored
llvm-svn: 32000
-
Chris Lattner authored
when they want to. llvm-svn: 31997
-
Bill Wendling authored
llvm-svn: 31992
-
- Nov 28, 2006
-
-
Bill Wendling authored
llvm-svn: 31985
-
Bill Wendling authored
llvm-svn: 31958
-
Evan Cheng authored
llvm-svn: 31957
-
Bill Wendling authored
llvm-svn: 31954
-
Chris Lattner authored
llvm-svn: 31950
-
Evan Cheng authored
of opcode and number of operands. llvm-svn: 31947
-
- Nov 27, 2006
-
-
Chris Lattner authored
llvm-svn: 31943
-
Chris Lattner authored
form a load from i1 from larger loads that may not be zext'd. llvm-svn: 31933
-
Chris Lattner authored
expanded into BR_CC. llvm-svn: 31932
-
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 20, 2006
-
-
Jim Laskey authored
llvm-svn: 31883
-
Chris Lattner authored
llvm-svn: 31878
-
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
-
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
-
- Nov 18, 2006
-
-
Chris Lattner authored
simplified before we do this xform so that our cost model is accurate. llvm-svn: 31864
-
Chris Lattner authored
llvm-svn: 31861
-
Chris Lattner authored
llvm-svn: 31857
-
Chris Lattner authored
This speeds up yacr2 by 7% on a core2. llvm-svn: 31856
-
Chris Lattner authored
if (cond) goto BB2 BB1: ... return; BB2: ... Move BB1 to the end of the function so that the code falls through in the non-return case. This has the effect of moving assert (and other no-return call) bodies and return blocks out of loops. llvm-svn: 31855
-
- Nov 17, 2006
-
-
Jim Laskey authored
llvm-svn: 31822
-