- Jul 19, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 53801
-
Ted Kremenek authored
llvm-svn: 53800
-
Ted Kremenek authored
"When dumping the tokens (-dumptokens output type), the column numbers are not correctly shown. This patch fixes that issue." llvm-svn: 53797
-
Ted Kremenek authored
"When dumping the tokens (-dumptokens output type), the column numbers are not correctly shown. This patch fixes that issue." llvm-svn: 53796
-
Duncan Sands authored
returns a node with the right number of return values. This fixes codegen of Generic/cast-fp.ll, Generic/fp_to_int.ll and PowerPC/multiple-return-values.ll when using -march=ppc32 -mattr=+64bit. llvm-svn: 53794
-
Nick Lewycky authored
llvm-svn: 53793
-
Wojciech Matyjewicz authored
force evaluation (ComputeIterationCountExhaustively) should be turned off. It doesn't apply to trip-count2.ll because this file tests the brute force evaluation. The test for PR2364 (2008-05-25-NegativeStepToZero.ll) currently fails showing that the patch for this bug doesn't work. I'll fix it in a few hours with a patch for PR2088. llvm-svn: 53792
-
Anton Korobeynikov authored
llvm-svn: 53791
-
Anton Korobeynikov authored
llvm-svn: 53790
-
Anton Korobeynikov authored
llvm-svn: 53789
-
Anton Korobeynikov authored
llvm-svn: 53788
-
Anton Korobeynikov authored
llvm-svn: 53787
-
Anton Korobeynikov authored
llvm-svn: 53786
-
Anton Korobeynikov authored
llvm-svn: 53785
-
Anton Korobeynikov authored
llvm-svn: 53784
-
Ted Kremenek authored
Reimplement ccc-analyzer in a language I actually know, and implement some obvious optimizations when processing command line arguments. llvm-svn: 53783
-
Anton Korobeynikov authored
has alignment 8 and LoadSDNode (used as LargestT template) - 4. llvm-svn: 53782
-
Nick Kledzik authored
llvm-svn: 53780
-
Evan Cheng authored
llvm-svn: 53779
-
Devang Patel authored
llvm-svn: 53778
-
Devang Patel authored
llvm-svn: 53777
-
Ted Kremenek authored
llvm-svn: 53776
-
Ted Kremenek authored
llvm-svn: 53775
-
Devang Patel authored
llvm-svn: 53774
-
- Jul 18, 2008
-
-
Duncan Sands authored
Richard Pennington. llvm-svn: 53773
-
Duncan Sands authored
llvm-svn: 53772
-
Duncan Sands authored
llvm-svn: 53771
-
Ted Kremenek authored
llvm-svn: 53770
-
Ted Kremenek authored
llvm-svn: 53769
-
Duncan Sands authored
the night realising that it was wrong :) I think the reason the same type was being used for the shufflevec of indices as for the actual indices is so that if one of them needs splitting then so does the other. After my patch it might be that the indices need splitting but not the rest, yet there is no good way of handling that. I think the right solution is to not have the shufflevec be an operand at all: just have it be the list of numbers it actually is, stored as extra info in the node. llvm-svn: 53768
-
Dan Gohman authored
multiply to be done as unsigned, so that they have well defined behavior on overflow. This fixes PR2408. llvm-svn: 53767
-
Dan Gohman authored
llvm-svn: 53766
-
Ted Kremenek authored
llvm-svn: 53763
-
Owen Anderson authored
Make PRE actually handle critical edges (by splitting them). Confirmed that bootstrap passes with this change. llvm-svn: 53762
-
Owen Anderson authored
llvm-svn: 53761
-
Owen Anderson authored
llvm-svn: 53760
-
Ted Kremenek authored
llvm-svn: 53759
-
Ted Kremenek authored
llvm-svn: 53758
-
Dan Gohman authored
llvm-svn: 53757
-
Daniel Dunbar authored
+ test case <rdar://problem/6080040> http://llvm.org/bugs/show_bug.cgi?id=2280 llvm-svn: 53756
-