- Mar 12, 2010
-
-
Douglas Gregor authored
llvm-svn: 98332
-
Anders Carlsson authored
llvm-svn: 98331
-
Anders Carlsson authored
llvm-svn: 98330
-
Anders Carlsson authored
llvm-svn: 98329
-
Douglas Gregor authored
them). Fixes PR6578. llvm-svn: 98328
-
John McCall authored
references. Based on a patch by Arnaud de Grandmaison! llvm-svn: 98327
-
Ted Kremenek authored
the handling of class extensions from other cases. llvm-svn: 98326
-
Bill Wendling authored
LSDA into the TEXT section. We need to generate non-lazy pointers to it on Mach-O. However, the object the NLP points to may be local to the translation unit. If so, then the NLP needs to have the value of that object specified instead of "0", which the linker interprets as "external". llvm-svn: 98325
-
Chris Lattner authored
just make unnamed temp symbols instead of having to come up with its own names. llvm-svn: 98324
-
Eric Christopher authored
llvm-svn: 98323
-
John McCall authored
llvm-svn: 98322
-
John McCall authored
contexts. llvm-svn: 98321
-
Ted Kremenek authored
llvm-svn: 98320
-
Ted Kremenek authored
so we can clearly see the parser entry points. llvm-svn: 98319
-
Ted Kremenek authored
llvm-svn: 98318
-
Ted Kremenek authored
a separate file. llvm-svn: 98317
-
Eric Christopher authored
llvm-svn: 98305
-
Devang Patel authored
llvm-svn: 98302
-
Bill Wendling authored
llvm-svn: 98300
-
Eric Christopher authored
llvm-svn: 98299
-
Nate Begeman authored
llvm-svn: 98297
-
Nate Begeman authored
llvm-svn: 98296
-
Jakob Stoklund Olesen authored
llvm-svn: 98295
-
- Mar 11, 2010
-
-
Chris Lattner authored
with an arbitrary unique name. llvm-svn: 98294
-
Chris Lattner authored
llvm-svn: 98293
-
Chris Lattner authored
where we used ot create an MCSymbol for ".". Now emit an assembler temporary label and reference it instead of "." textually. rdar://7739457 llvm-svn: 98292
-
Dan Gohman authored
llvm-svn: 98289
-
Chris Lattner authored
llvm-svn: 98288
-
Johnny Chen authored
instead of Pseudo, which helps Thumb decoder to recognize them as Thumb instr. llvm-svn: 98285
-
Benjamin Kramer authored
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __strcpy_chk -> strcpy code. llvm-svn: 98284
-
Devang Patel authored
llvm-svn: 98283
-
Bill Wendling authored
llvm-svn: 98281
-
Ted Kremenek authored
the @implementation (instead of the @interface) and actually add the ivar to the DeclContext (which we weren't doing before). This allows us to simplify ASTContext::CollectNonClassIvars() by removing ASTContext::CollectProtocolSynthesizedIvars(). Now all ivars can be found by either inspecting the ObjCInterfaceDecl and its companion ObjCImplementationDecl. llvm-svn: 98280
-
John McCall authored
Patch by mikem! llvm-svn: 98279
-
Chris Lattner authored
an MCExpr and not an MCSymbol. Change it to take an MCStreamer, which is currently unused. No functionality change. llvm-svn: 98278
-
Evan Cheng authored
llvm-svn: 98277
-
John McCall authored
llvm-svn: 98276
-
John McCall authored
llvm-svn: 98275
-
Eric Christopher authored
llvm-svn: 98274
-
Evan Cheng authored
Bad bad bug. x86 force indirect tail call address into eax when it's meant to force it into a call preserved register instead. Change it to ecx for now. llvm-svn: 98270
-