- Apr 21, 2008
-
-
Nicolas Geoffray authored
llvm-svn: 50008
-
Nicolas Geoffray authored
llvm-svn: 50007
-
Chris Lattner authored
llvm-svn: 50006
-
Chris Lattner authored
a call to Instruction::isUsedOutsideOfBlock. llvm-svn: 50005
-
Chris Lattner authored
whether it is used outside of some block. This can be used to see if there are any non-local references, for example. llvm-svn: 50004
-
- Apr 20, 2008
-
-
Chris Lattner authored
llvm-svn: 50003
-
Chris Lattner authored
Add a cost function. llvm-svn: 50002
-
Chris Lattner authored
such as those in PR2235. Right now the pass is not very effective. :) llvm-svn: 50000
-
Chris Lattner authored
llvm-svn: 49999
-
Chris Lattner authored
llvm-svn: 49995
-
Dale Johannesen authored
This fixes the testsuite failure on ppcf128-4.ll. llvm-svn: 49994
-
Nicolas Geoffray authored
llvm-svn: 49993
-
Dale Johannesen authored
llvm-svn: 49991
-
Torok Edwin authored
llvm-svn: 49989
-
Nicolas Geoffray authored
function has already been codegen'd. This is required by the Java class loading mechanism which executes Java code when materializing a function. llvm-svn: 49988
-
Chris Lattner authored
llvm-svn: 49986
-
Dale Johannesen authored
ppc long double, which doesn't work. This may break some stuff temporarily, but I want to avoid the propagation of code that assumes this works. llvm-svn: 49983
-
Chris Lattner authored
llvm-svn: 49978
-
Chris Lattner authored
llvm-svn: 49977
-
Chris Lattner authored
llvm-svn: 49976
-
Chris Lattner authored
llvm-svn: 49967
-
- Apr 19, 2008
-
-
Chris Lattner authored
a few new cases( see Integer/a1.ll), but not anything that would happen in practice. llvm-svn: 49965
-
Chris Lattner authored
llvm-svn: 49964
-
Chris Lattner authored
of elements. Patch by Matthijs Kooijman! llvm-svn: 49962
-
Evan Cheng authored
llvm-svn: 49949
-
Evan Cheng authored
llvm-svn: 49948
-
Evan Cheng authored
llvm-svn: 49947
-
Evan Cheng authored
llvm-svn: 49946
-
Dan Gohman authored
llvm-svn: 49945
-
- Apr 18, 2008
-
-
Dale Johannesen authored
does not work because of 0; 2>0 but -2U is also >0. llvm-svn: 49928
-
Nicolas Geoffray authored
llvm-svn: 49924
-
Duncan Sands authored
LegalizeTypes. Correct the load logic so that it actually works, and also teach it to handle floating point extending loads. llvm-svn: 49923
-
Dan Gohman authored
llvm-gcc is now lowering va_copy on x86-64, so this completes the fix for PR2230. llvm-svn: 49922
-
Evan Cheng authored
- Remove unused instructions. llvm-svn: 49921
-
Duncan Sands authored
llvm-svn: 49916
-
Duncan Sands authored
rather than having it suck them out of a node. Add a bunch of new libcalls, and remove dead softfloat code (dead, because FloatToInt is used not Expand in this case). Note that indexed stores probably aren't handled properly, likewise for loads. llvm-svn: 49915
-
Evan Cheng authored
llvm-svn: 49913
-
Evan Cheng authored
llvm-svn: 49911
-
Evan Cheng authored
llvm-svn: 49878
-
Dan Gohman authored
may fix a build error on Visual Studio. llvm-svn: 49876
-