- Jan 23, 2010
-
-
Chris Lattner authored
llvm-svn: 94297
-
Chris Lattner authored
llvm-svn: 94296
-
Chris Lattner authored
llvm-svn: 94295
-
Chris Lattner authored
into a new MCDirectives.h file. llvm-svn: 94294
-
Chris Lattner authored
to MCExpr then emit them through MCStreamer with EmitValue. I think all global variable initializers are now going through mcstreamer. llvm-svn: 94293
-
Eric Christopher authored
stack may be misaligned. Update test accordingly. Patch by Evan Cheng! llvm-svn: 94291
-
Chris Lattner authored
llvm-svn: 94290
-
Anders Carlsson authored
Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) llvm-svn: 94289
-
Chris Lattner authored
llvm-svn: 94288
-
Eric Christopher authored
for strcpy. llvm-svn: 94287
-
Chris Lattner authored
llvm-svn: 94286
-
Chris Lattner authored
llvm-svn: 94285
-
Chris Lattner authored
and some .weak directives. llvm-svn: 94284
-
John McCall authored
conversions. To make this work, fill out all conversions for all candidates (but only when diagnosing overload failure). Split out a few cases from ovl_fail_bad_conversion which didn't actually involve a failed argument conversion. I'm pretty sure this is not a well-founded ordering, but I'm not sure it matters. llvm-svn: 94283
-
Chris Lattner authored
llvm-svn: 94282
-
Chris Lattner authored
llvm-svn: 94281
-
Mon P Wang authored
llvm-svn: 94280
-
Anders Carlsson authored
Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; arrays and vectors are pretty different beasts in C++. Doug, please review/comment. llvm-svn: 94279
-
Ted Kremenek authored
llvm-svn: 94278
-
Chris Lattner authored
be careful to add a \0 at the end though, because EmitString didn't do this. llvm-svn: 94277
-
Chris Lattner authored
llvm-svn: 94276
-
Sean Callanan authored
target-specific AsmLexer, and added the appropriate registration calls. llvm-svn: 94275
-
David Chisnall authored
Created __builtin___NSStringMakeConstantString() builtin, which generates constant Objective-C strings. llvm-svn: 94274
-
Ted Kremenek authored
llvm-svn: 94273
-
Evan Cheng authored
llvm-svn: 94272
-
Evan Cheng authored
llvm-svn: 94271
-
John McCall authored
llvm-svn: 94268
-
Sean Callanan authored
be static. Also made it possible for clients to get it and no other functions from ...GenAsmMatcher.inc by defining REGISTERS_ONLY before including GenAsmMatcher.inc. This sets the stage for target-specific lexers that can identify registers and return AsmToken::Register as appropriate. llvm-svn: 94266
-
Douglas Gregor authored
explicit casts, sizeof, alignof, and compound literals. llvm-svn: 94265
-
Daniel Dunbar authored
{thumb,no-thumb}). llvm-svn: 94264
-
Daniel Dunbar authored
llvm-svn: 94263
-
Devang Patel authored
llvm-svn: 94262
-
Daniel Dunbar authored
llvm-svn: 94261
-
Victor Hernandez authored
In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store llvm-svn: 94260
-
Chris Lattner authored
llvm-svn: 94259
-
Douglas Gregor authored
translation units that include unsaved files. llvm-svn: 94258
-
Victor Hernandez authored
llvm-svn: 94256
-
Evan Cheng authored
llvm-svn: 94255
-
Evan Cheng authored
llvm-svn: 94254
-
Chris Lattner authored
be completely eliminated, but today is not that day. llvm-svn: 94253
-