- Sep 07, 2010
-
-
Fariborz Jahanian authored
instead of asserting in IRGen. Fixes radar 8390459. llvm-svn: 113253
-
Owen Anderson authored
and exposing internal details. llvm-svn: 113252
-
Johnny Chen authored
And added a trace output for the stop function name to breakAfterLaunch() method. llvm-svn: 113251
-
Bill Wendling authored
llvm-svn: 113250
-
Stuart Hastings authored
llvm-svn: 113249
-
Bruno Cardoso Lopes authored
decouple MMX check from regular splat checks. Some refactoring is coming, and MMX should be left alone to be easily removed after moving to intrinsics llvm-svn: 113247
-
Dale Johannesen authored
Allow '<' and '>' as constraints for input or output. llvm-svn: 113246
-
Caroline Tice authored
llvm-svn: 113245
-
Johnny Chen authored
llvm-svn: 113244
-
John McCall authored
I, at least, make this typo all the time. llvm-svn: 113243
-
Bruno Cardoso Lopes authored
llvm-svn: 113242
-
Johnny Chen authored
llvm-svn: 113241
-
Dan Gohman authored
GetMainExecutable yet. llvm-svn: 113240
-
Bruno Cardoso Lopes authored
llvm-svn: 113239
-
Johnny Chen authored
llvm-svn: 113238
-
Devang Patel authored
llvm-svn: 113237
-
Nick Lewycky authored
llvm-svn: 113236
-
Nick Lewycky authored
llvm-svn: 113235
-
Dale Johannesen authored
on MMX palignr; we don't do this for the intrinsics. llvm-svn: 113234
-
Dale Johannesen authored
Enable palignr intrinsic. These may need adjustment for a new VT in due course. llvm-svn: 113233
-
Devang Patel authored
llvm-svn: 113232
-
Daniel Dunbar authored
llvm-svn: 113226
-
Howard Hinnant authored
Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. llvm-svn: 113225
-
Bruno Cardoso Lopes authored
llvm-svn: 113224
-
Greg Clayton authored
symbol tables. Minimal symbol tables enable us to merge two symbols, one debug symbol and one linker symbol, into a single symbol that can carry just as much information and will avoid duplicate symbols in the symbol table. llvm-svn: 113223
-
Johnny Chen authored
llvm-svn: 113219
-
Howard Hinnant authored
has_nothrow_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8101 to take care of void, arrays of incomplete types, and classes with virtual destructors which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. llvm-svn: 113217
-
Johnny Chen authored
llvm-svn: 113214
-
Devang Patel authored
llvm-svn: 113213
-
Daniel Dunbar authored
use ld_classic. This is a temporary workaround, the linkr itself should handle this. llvm-svn: 113212
-
Johnny Chen authored
llvm-svn: 113211
-
Devang Patel authored
Add a test case to check handling of dbg-declare during hybrid mode where we begin using fast-isel but switch back to DAG building at some point. llvm-svn: 113210
-
Devang Patel authored
llvm-svn: 113209
-
Devang Patel authored
llvm-svn: 113208
-
Johnny Chen authored
after the recent checkin. llvm-svn: 113206
-
Howard Hinnant authored
has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. llvm-svn: 113205
-
Douglas Gregor authored
inline" function outside of GNU89 mode. Fixes <rdar://problem/6880464>. llvm-svn: 113204
-
Douglas Gregor authored
the end of a statement. Fixes <rdar://problem/6896493>. llvm-svn: 113202
-
Douglas Gregor authored
enumeration definition. Fixes <rdar://problem/7159693>. llvm-svn: 113201
-
Benjamin Kramer authored
llvm-svn: 113200
-