- Mar 08, 2010
-
-
Devang Patel authored
llvm-svn: 97963
-
Ted Kremenek authored
accidentally using it without realizing that it is nowhere close to being generally usable and are reporting crashes that we already know about. llvm-svn: 97960
-
Chris Lattner authored
inconsistent intrinsics. llvm-svn: 97959
-
Chris Lattner authored
pattern which is broken (source and address swapped). llvm-svn: 97958
-
Chris Lattner authored
llvm-svn: 97957
-
Chris Lattner authored
pattern, not i64. llvm-svn: 97956
-
Chris Lattner authored
example, this: (set DPR:$dst, (fsub (fneg (fmul DPR:$a, DPR:$b)), DPR:$dstin)) is ambiguous because DPR contains both f64 and v2f32. tblgen currently accidentally picks f64 because it's first in the regclass. llvm-svn: 97955
-
Douglas Gregor authored
llvm-svn: 97954
-
Chris Lattner authored
for, due to a bug. llvm-svn: 97953
-
Chris Lattner authored
needs to be majorly refactored, but this spot bugfix allows things like: def vmrghw_shuffle : PatFrag<(ops node:$lhs, node:$rhs), (vector_shuffle (v4i32 node:$lhs), node:$rhs), [{ ... llvm-svn: 97952
-
Kovarththanan Rajaratnam authored
llvm-svn: 97951
-
Chris Lattner authored
llvm-svn: 97950
-
Devang Patel authored
llvm-svn: 97949
-
Devang Patel authored
This is a first step towards eliminating unncessary constructor checks in light weight DIDescriptor wrappers. llvm-svn: 97947
-
Douglas Gregor authored
of the class name. llvm-svn: 97943
-
Douglas Gregor authored
Objective-C method declaration, e.g., for - (Foo *)myMethod; we now have TypeSourceInfo for the Foo*. llvm-svn: 97942
-
Duncan Sands authored
llvm-svn: 97941
-
Dale Johannesen authored
llvm-svn: 97939
-
Dale Johannesen authored
llvm-svn: 97938
-
Chris Lattner authored
could never have matched because the operand list was backwards. llvm-svn: 97933
-
Douglas Gregor authored
llvm-svn: 97932
-
Douglas Gregor authored
llvm-svn: 97930
-
Douglas Gregor authored
Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers llvm-svn: 97929
-
Douglas Gregor authored
uninitialized. This seems not to be the case in C++0x, where we still call the (trivial) default constructor for a POD class (!). Previously, we had implemented only the C++0x rules; now we implement both. Fixes PR6536. llvm-svn: 97928
-
Douglas Gregor authored
incomplete type to warnings; GCC (and EDG in GCC compatibility mode) permit such handles. Fixes PR6527. (For real this time) llvm-svn: 97927
-
Chandler Carruth authored
llvm-svn: 97926
-
Douglas Gregor authored
incomplete type to warnings; GCC (and EDG in GCC compatibility mode) permit such handles. Fixes PR6527. llvm-svn: 97925
-
Douglas Gregor authored
types. Fixes PR6463. llvm-svn: 97924
-
Douglas Gregor authored
pointer-to-member-to-derived to a pointer-to-member-to-base. Fixes PR6072. llvm-svn: 97923
-
Douglas Gregor authored
that is not reference-related (because it requires another implicit conversion to which we can find). Fixes PR6483. llvm-svn: 97922
-
- Mar 07, 2010
-
-
Jeffrey Yasskin authored
the FrontendC* tests. :( llvm-svn: 97921
-
Kovarththanan Rajaratnam authored
llvm-svn: 97920
-
Chris Lattner authored
I'm in there, change the altivec diagnostics to use 'double' instead of "double" for consistency. llvm-svn: 97919
-
Jeffrey Yasskin authored
bootstraps llvm-gcc this time. llvm-svn: 97918
-
Jeffrey Yasskin authored
llvm-svn: 97917
-
Kovarththanan Rajaratnam authored
llvm-svn: 97916
-
Tobias Grosser authored
Add a missing interface to be able to call findNearestCommonDominator for a PostDominanceTree. The function itself is already implemented in DominatorTreeBase. The interface however was only added to the DominatorTree class, but not the PostDominatorClass. llvm-svn: 97915
-
Chris Lattner authored
llvm-svn: 97914
-
Kovarththanan Rajaratnam authored
Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one llvm-svn: 97913
-
Chris Lattner authored
llvm-svn: 97912
-