- Dec 22, 2012
-
-
Chad Rosier authored
llvm-svn: 170967
-
Nadav Rotem authored
The only way to read the eflags is using push and pop. If we don't adjust the stack then we run over the first frame index. This is not something that we want to do, so we have to make sure that our machine function does not copy the flags. If it does then we have to emit the prolog that adjusts the stack. rdar://12896831 llvm-svn: 170961
-
Akira Hatanaka authored
instructions. llvm-svn: 170956
-
Akira Hatanaka authored
llvm-svn: 170955
-
Akira Hatanaka authored
llvm-svn: 170954
-
Akira Hatanaka authored
was not catching the error. llvm-svn: 170953
-
Akira Hatanaka authored
llvm-svn: 170952
-
Douglas Gregor authored
case we can't find an exact width to use. Fixes crash in <rdar://problem/12456626>. llvm-svn: 170951
-
Akira Hatanaka authored
instructions. llvm-svn: 170950
-
- Dec 21, 2012
-
-
Akira Hatanaka authored
llvm-svn: 170948
-
Akira Hatanaka authored
llvm-svn: 170947
-
Fariborz Jahanian authored
declaration requiring formatting of wrap-arounds. llvm-svn: 170946
-
Ted Kremenek authored
This simplifies some diagnostic logic in checkUnsafeAssignLiteral(), hopefully making it less error prone. llvm-svn: 170945
-
Akira Hatanaka authored
llvm-svn: 170944
-
Akira Hatanaka authored
llvm-svn: 170942
-
Matt Beaumont-Gay authored
Our internal buildbot just failed because the tempfile happened to be named 'nodefaultlib-lcGA7k.o', which contains the substring '-lc'. llvm-svn: 170941
-
Akira Hatanaka authored
llvm-svn: 170940
-
Akira Hatanaka authored
llvm-svn: 170939
-
Chad Rosier authored
llvm-svn: 170938
-
Akira Hatanaka authored
llvm-svn: 170937
-
Akira Hatanaka authored
llvm-svn: 170936
-
Chad Rosier authored
llvm-svn: 170935
-
Sean Callanan authored
the IR interpreter. <rdar://problem/12921700> llvm-svn: 170934
-
Chad Rosier authored
llvm-svn: 170933
-
Jim Ingham authored
Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver to print it out. Changed dotest.py to use that to find the PythonPath it should use given the lldb binary it was told to run. llvm-svn: 170932
-
Ted Kremenek authored
Along the way, fix a bug in CheckLiteralKind(), previously in diagnoseObjCLiteralComparison, where we didn't ignore parentheses in boxed expressions for purpose of classification. In other words, both @42 and @(42) should be classified as numeric literals. llvm-svn: 170931
-
Ted Kremenek authored
No immediate (intended) functionality change. llvm-svn: 170930
-
Richard Smith authored
the values in the constructor. The constructor implementation is trivial beyond the value initialisations. Patch by Saleem Abdulrasool! llvm-svn: 170929
-
Fariborz Jahanian authored
found by running -ast-print on all-std-headers.cpp which caused it to go into infinite loop. Now -ast-print prints all declarations found in all-std-headers.cpp. llvm-svn: 170928
-
Sean Callanan authored
The results from Clang name lookups changed to be ArrayRefs, so I had to change the way we check for the presence of a result and the way we iterate across results. llvm-svn: 170927
-
Sean Callanan authored
slice of a fat dSYM in certain cases. <rdar://problem/12921206> llvm-svn: 170926
-
Chad Rosier authored
llvm-svn: 170925
-
Chad Rosier authored
llvm-svn: 170924
-
Tom Stellard authored
No functionality change. llvm-svn: 170923
-
Tom Stellard authored
Patch by: Vadim Girlin Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com> llvm-svn: 170922
-
Tom Stellard authored
Patch by: Vadim Girlin Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com> llvm-svn: 170921
-
Ted Kremenek authored
llvm-svn: 170920
-
Ted Kremenek authored
llvm-svn: 170919
-
Chad Rosier authored
llvm-svn: 170918
-
Benjamin Kramer authored
Patch by Saleem Abdulrasool! Differential Revision: http://llvm-reviews.chandlerc.com/D204 llvm-svn: 170917
-