- Mar 26, 2010
-
-
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
-
Anders Carlsson authored
llvm-svn: 99605
-
Anders Carlsson authored
llvm-svn: 99604
-
John McCall authored
llvm-svn: 99601
-
Douglas Gregor authored
that we extend/truncate then correct the sign to convert the non-type template argument to the template parameter's type. Previously, we reported an error when the non-type template argument was out of range; now we just warn. llvm-svn: 99600
-
Evan Cheng authored
llvm-svn: 99598
-
Evan Cheng authored
LiveVariables should clear kill / dead markers first. This allows us to remove a hack in the scheduler. llvm-svn: 99597
-
John McCall authored
llvm-svn: 99596
-
Ted Kremenek authored
llvm-svn: 99595
-
Ted Kremenek authored
if even they contain errors. llvm-svn: 99594
-
Johnny Chen authored
dispatch to the appropriate routines to handle the different interpretations of the shift amount encoded in the imm6 field. The Vd, Vm fields are interpreted the same between the two, though. See, for example, A8.6.367 VQSHL, VQSHLU (immediate) for N2RegVShLFrm format and A8.6.368 VQSHRN, VQSHRUN for N2RegVShRFrm format. llvm-svn: 99590
-
Jeffrey Yasskin authored
llvm-svn: 99589
-
Anders Carlsson authored
llvm-svn: 99588
-
Eric Christopher authored
llvm-svn: 99587
-