- Mar 26, 2010
-
-
Daniel Dunbar authored
llvm-svn: 99654
-
Douglas Gregor authored
expression can be converted to the type of another, only apply the lvalue-to-rvalue conversion to the type of the expression we're converting, *not* the array-to-pointer or function-to-pointer conversions. Fixes PR6595. llvm-svn: 99652
-
Douglas Gregor authored
re-route its only caller to the newer PerformCopyInitialization(). We're down to one remaining caller of Sema::CheckReferenceInit. llvm-svn: 99650
-
Daniel Dunbar authored
we aren't always able to find on Win32. llvm-svn: 99649
-
Daniel Dunbar authored
llvm-svn: 99648
-
Douglas Gregor authored
CheckReferenceInit to using the new initialization sequence code. llvm-svn: 99647
-
Gabor Greif authored
llvm-svn: 99646
-
Dan Gohman authored
llvm-svn: 99644
-
Gabor Greif authored
llvm-svn: 99643
-
Dan Gohman authored
llvm-svn: 99642
-
Daniel Dunbar authored
configuration. llvm-svn: 99641
-
Gabor Greif authored
llvm-svn: 99640
-
Gabor Greif authored
llvm-svn: 99638
-
Dale Johannesen authored
llvm-svn: 99637
-
Devang Patel authored
llvm-svn: 99636
-
Gabor Greif authored
llvm-svn: 99635
-
Daniel Dunbar authored
llvm-svn: 99634
-
Dan Gohman authored
llvm-svn: 99633
-
Daniel Dunbar authored
llvm-svn: 99632
-
Jim Grosbach authored
Radar 7797856 llvm-svn: 99630
-
Johnny Chen authored
Examples are VABA (Vector Absolute Difference and Accumulate), VABAL (Vector Absolute Difference and Accumulate Long), and VABD (Vector Absolute Difference). llvm-svn: 99628
-
Chris Lattner authored
llvm-svn: 99627
-
Chris Lattner authored
Abramo Bagnara! llvm-svn: 99626
-
Chris Lattner authored
llvm-svn: 99625
-
Chris Lattner authored
form a >>=. Patch by Abramo Bagnara, testcase by me. llvm-svn: 99624
-
Chris Lattner authored
llvm-svn: 99623
-
Kovarththanan Rajaratnam authored
llvm-svn: 99622
-
Evan Cheng authored
llvm-svn: 99620
-
Gabor Greif authored
argument list seems to be different, but in fact is semantically equivalent; check that we do not error here llvm-svn: 99617
-
Nick Lewycky authored
llvm-svn: 99616
-
Douglas Gregor authored
llvm-svn: 99615
-
Anders Carlsson authored
llvm-svn: 99614
-
Douglas Gregor authored
llvm-svn: 99613
-
Anders Carlsson authored
llvm-svn: 99612
-
Douglas Gregor authored
parameter, keep the integral value exactly as it was in the source code rather than trying to convert it to the type of the non-type template parameter (which may still be dependent!). The value will then be converted to the appropriate type once we check the resulting template arguments. Fixes PR6707. llvm-svn: 99611
-
John McCall authored
pattern if it has a body. llvm-svn: 99610
-
Anders Carlsson authored
llvm-svn: 99609
-
Anders Carlsson authored
llvm-svn: 99608
-
Anders Carlsson authored
llvm-svn: 99607
-
Anders Carlsson authored
llvm-svn: 99606
-