- Jun 20, 2009
-
-
Chris Lattner authored
on X86. Not useful yet. llvm-svn: 73799
-
Chris Lattner authored
llvm-svn: 73798
-
Douglas Gregor authored
C++. This logic is required to trigger implicit instantiation of function templates and member functions of class templates, which will be implemented separately. This commit includes support for -Wunused-parameter, printing warnings for named parameters that are not used within a function/Objective-C method/block. Fixes <rdar://problem/6505209>. llvm-svn: 73797
-
Dan Gohman authored
llvm-svn: 73796
-
Fariborz Jahanian authored
to not lose its 'const/volatile' qualifier. llvm-svn: 73795
-
Dan Gohman authored
so that it can access the TargetData member (when available) and use ValueTracking.h information to compute information for SCEVUnknown Values. Also add GetMinLeadingZeros and GetMinSignBits functions, with minimal implementations. llvm-svn: 73794
-
Dan Gohman authored
hand-crafted testcase which demonstrates the bug that was exposed in 254.gap. llvm-svn: 73793
-
Devang Patel authored
llvm-svn: 73792
-
Evan Cheng authored
llvm-svn: 73791
-
Owen Anderson authored
gets involved, and we end up trying to recursively acquire a writer lock. The fix for this is slightly horrible, and involves passing a boolean "locked" parameter around in Constants.cpp, but it's better than having locked and unlocked versions of most of the code. llvm-svn: 73790
-
Dan Gohman authored
which it isn't prepared to handle. llvm-svn: 73787
-
Devang Patel authored
llvm-svn: 73786
-
- Jun 19, 2009
-
-
Devang Patel authored
llvm-svn: 73784
-
Evan Cheng authored
llvm-svn: 73783
-
Fariborz Jahanian authored
work in progress. llvm-svn: 73782
-
Anton Korobeynikov authored
llvm-svn: 73781
-
Owen Anderson authored
Patch by Ðван СоÑокин. llvm-svn: 73779
-
Owen Anderson authored
llvm-svn: 73778
-
Owen Anderson authored
llvm-svn: 73777
-
Dan Gohman authored
expressions, when interesting. llvm-svn: 73776
-
Owen Anderson authored
llvm-svn: 73775
-
Dan Gohman authored
expression in IVUsers, because in the case of a use of a non-linear addrec outside of a loop, this causes the addrec to be evaluated as a linear addrec. llvm-svn: 73774
-
Owen Anderson authored
llvm-svn: 73773
-
Bob Wilson authored
Patch by Benjamin Kramer. llvm-svn: 73772
-
Ted Kremenek authored
preferring to use their replacements in GRState. This further unifies the code paths for such logic and leads to some code reduction. llvm-svn: 73771
-
Owen Anderson authored
Nicolas, this is probably the cause of the failures you were seeing. llvm-svn: 73770
-
Chris Lattner authored
as if they were multiple uses of the same instruction. This interacts well with the existing loadpre that j-t does to open up many new jump threads earlier. llvm-svn: 73768
-
Chris Lattner authored
llvm-svn: 73767
-
Duncan Sands authored
llvm-svn: 73766
-
Duncan Sands authored
place it with -pedantic. Remove -Wunused since it is implied by -Wall. Group -Wno-unused-parameter with -Wall -W since it is the combination of these two that turns on -Wunused-parameter. llvm-svn: 73765
-
Argyrios Kyrtzidis authored
llvm-svn: 73762
-
Evan Cheng authored
llvm-svn: 73761
-
Eli Friedman authored
handle with an SSE2 instruction. llvm-svn: 73760
-
Evan Cheng authored
llvm-svn: 73759
-
Argyrios Kyrtzidis authored
llvm-svn: 73758
-
Eli Friedman authored
taking so long to get to this! llvm-svn: 73757
-
Zhongxing Xu authored
because the type of the symbol is used to create the default range. We need the sign to be consistent. llvm-svn: 73756
-
Nick Lewycky authored
llvm-svn: 73755
-
Zhongxing Xu authored
ElementRegion. llvm-svn: 73754
-
Eli Friedman authored
Patch by Benedict Gaster. llvm-svn: 73753
-