- 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
-
Eli Friedman authored
llvm-svn: 86485
-
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
-
Benjamin Kramer authored
llvm-svn: 86479
-
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
-
Sebastian Redl authored
Special-case default argument expression in instantiation. This should fix PR4301. Doug, please double-check my assumptions. Read the PR for more details. llvm-svn: 86465
-
Zhongxing Xu authored
llvm-svn: 86464
-
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
-
Sebastian Redl authored
When checking the namespace of a redeclaration or definition, look through linkage specs. Fixes PR5430. llvm-svn: 86461
-
Sebastian Redl authored
llvm-svn: 86460
-
Edward O'Callaghan authored
llvm-svn: 86459
-
Daniel Dunbar authored
llvm-svn: 86458
-
Daniel Dunbar authored
llvm-svn: 86457
-
Daniel Dunbar authored
llvm-svn: 86456
-
Daniel Dunbar authored
llvm-svn: 86455
-
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
-
Alexis Hunt authored
llvm-svn: 86442
-
Douglas Gregor authored
constructor name. Fixes PR5418. llvm-svn: 86441
-
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: 86439
-