- Jun 27, 2011
-
-
Richard Smith authored
Fix PR10187: when diagnosing a two-phase-lookup-related failure, don't assert that any names we find are valid candidates for the call. llvm-svn: 133898
-
Rafael Espindola authored
llvm-svn: 133897
-
- Jun 26, 2011
-
-
Rafael Espindola authored
llvm-svn: 133896
-
Rafael Espindola authored
llvm-svn: 133895
-
Johnny Chen authored
llvm-svn: 133894
-
Johnny Chen authored
llvm-svn: 133893
-
Johnny Chen authored
llvm-svn: 133892
-
Johnny Chen authored
llvm-svn: 133891
-
Johnny Chen authored
llvm-svn: 133890
-
Johnny Chen authored
llvm-svn: 133889
-
Rafael Espindola authored
llvm-svn: 133886
-
- Jun 25, 2011
-
-
Johnny Chen authored
Move stl dir to now reside under lang/cpp. llvm-svn: 133884
-
Johnny Chen authored
llvm-svn: 133883
-
Johnny Chen authored
llvm-svn: 133882
-
Johnny Chen authored
llvm-svn: 133881
-
Johnny Chen authored
llvm-svn: 133880
-
Johnny Chen authored
llvm-svn: 133879
-
Johnny Chen authored
llvm-svn: 133878
-
Johnny Chen authored
llvm-svn: 133877
-
Johnny Chen authored
llvm-svn: 133876
-
Dan Bailey authored
llvm-svn: 133875
-
Chad Rosier authored
llvm-svn: 133874
-
Dan Bailey authored
The .b8 operations in PTX are far more limiting than I first thought. The mov operation isn't even supported, so there's no way of converting a .pred value into a .b8 without going via .b16, which is not sensible. An improved implementation needs to use the fact that loads and stores automatically extend and truncate to implement support for EXTLOAD and TRUNCSTORE in order to correctly support boolean values. llvm-svn: 133873
-
Michael J. Spencer authored
llvm-svn: 133872
-
Michael J. Spencer authored
llvm-svn: 133871
-
Michael J. Spencer authored
llvm-svn: 133870
-
Michael J. Spencer authored
llvm-svn: 133869
-
Michael J. Spencer authored
llvm-svn: 133868
-
Nick Lewycky authored
pointing to the range [first character, last character] instead of just not after the last character. Patch by Yan Ivnitskiy! llvm-svn: 133867
-
Greg Clayton authored
llvm-svn: 133865
-
Eli Friedman authored
llvm-svn: 133864
-
Chad Rosier authored
llvm-svn: 133863
-
Richard Smith authored
When performing semantic analysis on a member declaration, fix the check for whether we are declaring a function to check for parenthesized declarators, declaration via decltype, etc. Also fix the semantic check to not treat FuncType* as a function type. llvm-svn: 133862
-
John McCall authored
llvm-svn: 133861
-
John McCall authored
by removing the redundant type parameter. llvm-svn: 133860
-
Oscar Fuentes authored
llvm-svn: 133859
-
Chad Rosier authored
<rdar://problem/9483883> llvm-svn: 133858
-
Jason Molenda authored
arguments in hex-encoded form instead of the old QEnvironment packet which takes them as plain-text strings. Environment variables containing remote protocol special chars like '#' would fail to set with QEnvironment. llvm-svn: 133857
-
Jim Grosbach authored
Hopefully make the x86-target-only Windows bots happy. llvm-svn: 133856
-
John McCall authored
arithmetic on a VLA as 'nsw', per discussion with djg, and implement pointer arithmetic (other than array accesses) and pointer subtraction for VLA types. llvm-svn: 133855
-