- Nov 09, 2009
-
-
Evan Cheng authored
llvm-svn: 86521
-
Chris Lattner authored
putchar in case there is an error. llvm-svn: 86515
-
Chris Lattner authored
llvm-svn: 86514
-
Chris Lattner authored
llvm-svn: 86511
-
Chris Lattner authored
llvm-svn: 86510
-
Chris Lattner authored
used by a chain of other PHIs. llvm-svn: 86503
-
Owen Anderson authored
llvm-svn: 86499
-
Owen Anderson authored
here: 1) We need to avoid processing sigma nodes as phi nodes for constraint generation. 2) We need to generate constraints for comparisons against constants properly. This includes our first working ABCD test! llvm-svn: 86498
-
Chris Lattner authored
llvm-svn: 86497
-
Jim Grosbach authored
llvm-svn: 86494
-
- Nov 08, 2009
-
-
Owen Anderson authored
graphs being produced. The cause was that we were incorrectly marking sigma instructions as processed after handling the sigma-specific constraints for them, potentially neglecting to process them as normal instructions as well. Unfortunately, the testcase that inspired this still doesn't work because of a bug in the solver, which is next on the list to debug. llvm-svn: 86486
-
Daniel Dunbar authored
very robust) version of killall. Because I like making shiny new wheels out of spare parts. For use by buildbots when people insist on making cc1 infinite loop. :) llvm-svn: 86484
-
Chris Lattner authored
when both the source and dest are illegal types, since it would cause the phi to grow (for example, we shouldn't transform test14b's phi to a phi on i320). This fixes an infinite loop on i686 bootstrap with phi slicing turned on, so turn it back on. llvm-svn: 86483
-
Duncan Sands authored
not to work any more on linux. llvm-svn: 86481
-
Chris Lattner authored
(SliceUpIllegalIntegerPHI) disabled. llvm-svn: 86480
-
Daniel Dunbar authored
llvm-gcc bootstrap. llvm-svn: 86478
-
Anton Korobeynikov authored
llvm-svn: 86471
-
Anton Korobeynikov authored
llvm-svn: 86470
-
Anton Korobeynikov authored
llvm-svn: 86469
-
Anton Korobeynikov authored
llvm-svn: 86468
-
Anton Korobeynikov authored
llvm-svn: 86466
-
Anton Korobeynikov authored
code miscompilation llvm-svn: 86463
-
Anton Korobeynikov authored
since the instruction might use the other result of different type. llvm-svn: 86462
-
Daniel Dunbar authored
llvm-svn: 86458
-
Daniel Dunbar authored
handled by buildbots now. llvm-svn: 86454
-
Daniel Dunbar authored
llvm-svn: 86453
-
Daniel Dunbar authored
Also, fix a few other details of the cmake test target and rename it to 'check'. CMake tests now work for the most part, but there are a handful of failures left due to missing site.exp bits. llvm-svn: 86452
-
Daniel Dunbar authored
and generate it for CMake builds as well. llvm-svn: 86451
-
Daniel Dunbar authored
llvm-svn: 86450
-
Daniel Dunbar authored
llvm-svn: 86449
-
Daniel Dunbar authored
llvm-svn: 86448
-
Daniel Dunbar authored
llvm-svn: 86447
-
Lang Hames authored
llvm-svn: 86446
-
Chris Lattner authored
llvm-svn: 86445
-
Chris Lattner authored
llvm-svn: 86444
-
Chris Lattner authored
not turn a PHI in a legal type into a PHI of an illegal type, and add a new optimization that breaks up insane integer PHI nodes into small pieces (PR3451). llvm-svn: 86443
-
Nick Lewycky authored
native anyways. This fixes a crash using %d and similar in a scanf statement. llvm-svn: 86440
-
Daniel Dunbar authored
llvm-svn: 86437
-
Daniel Dunbar authored
llvm-svn: 86436
-
Chris Lattner authored
this gives llvm-gcc generated modules the right data. llvm-svn: 86435
-