- Dec 22, 2011
-
-
Richard Smith authored
llvm-svn: 147117
-
Ted Kremenek authored
llvm-svn: 147116
-
Rafael Espindola authored
llvm-svn: 147115
-
Rafael Espindola authored
llvm-svn: 147114
-
Lang Hames authored
llvm-svn: 147113
-
Eli Friedman authored
llvm-svn: 147112
-
Eli Friedman authored
llvm-svn: 147111
-
Howard Hinnant authored
llvm-svn: 147110
-
Jim Grosbach authored
llvm-svn: 147109
-
Howard Hinnant authored
llvm-svn: 147108
-
Sean Callanan authored
complete the result type, preventing crashes later. llvm-svn: 147107
-
Howard Hinnant authored
Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount, __cxa_current_primary_exception, __cxa_rethrow_primary_exception llvm-svn: 147106
-
Nick Kledzik authored
llvm-svn: 147105
-
Jim Grosbach authored
llvm-svn: 147104
-
Jim Grosbach authored
llvm-svn: 147103
-
Jim Grosbach authored
llvm-svn: 147102
-
Jakub Staszak authored
don't get any serious benefit there. llvm-svn: 147101
-
- Dec 21, 2011
-
-
Jim Grosbach authored
Rather than require the symbol to be explicitly an argument of the directive, allow it to look ahead and grab the symbol from the next non-whitespace line. rdar://10611140 llvm-svn: 147100
-
Sean Callanan authored
parser has hitherto been an implementation waiting for a use. I have now tied the '-o' option for the expression command -- which indicates that the result is an Objective-C object and needs to be printed -- to the ExpressionParser, which communicates the desired type to Clang. Now, if the result of an expression is determined by an Objective-C method call for which there is no type information, that result is implicitly cast to id if and only if the -o option is passed to the expression command. (Otherwise if there is no explicit cast Clang will issue an error. This behavior is identical to what happened before r146756.) Also added a testcase for -o enabled and disabled. llvm-svn: 147099
-
Dan Gohman authored
an invalid iterator aren't reproducible. rdar://10614085. llvm-svn: 147098
-
Sean Callanan authored
Xcode workspace that aren't actually desirable. Reverted. llvm-svn: 147097
-
Jim Grosbach authored
Maps to the RRX instruction. Missed this case earlier. rdar://10615373 llvm-svn: 147096
-
Chad Rosier authored
llvm-svn: 147095
-
Jim Grosbach authored
These map to the ASR, LSR, LSL, ROR instruction definitions. rdar://10615373 llvm-svn: 147094
-
Nick Lewycky authored
debug info) and for being vector operations. Fixes regression from r147037. llvm-svn: 147093
-
Nick Lewycky authored
llvm-svn: 147092
-
Argyrios Kyrtzidis authored
when the end of the buffer is immediately after an escaped newline. Fixes http://llvm.org/PR10153. llvm-svn: 147091
-
Jakub Staszak authored
- Add some constantness. llvm-svn: 147090
-
Lang Hames authored
Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to LiveIntervalUnion.cpp file. llvm-svn: 147089
-
Lang Hames authored
llvm-svn: 147088
-
Rafael Espindola authored
to Target/. llvm-svn: 147087
-
Johnny Chen authored
llvm-svn: 147072
-
Jakob Stoklund Olesen authored
llvm-svn: 147071
-
Fariborz Jahanian authored
because of recent refactoring and one in the rewriter. llvm-svn: 147070
-
Jim Grosbach authored
llvm-svn: 147069
-
Ted Kremenek authored
llvm-svn: 147068
-
Matt Beaumont-Gay authored
llvm-svn: 147067
-
Ted Kremenek authored
llvm-svn: 147066
-
Chad Rosier authored
necessary. Please chime in if I'm mistaken. llvm-svn: 147065
-
Chad Rosier authored
llvm-svn: 147064
-