- Mar 22, 2010
-
-
Chris Lattner authored
format attribute specifier. llvm-svn: 99213
-
Chris Lattner authored
llvm-svn: 99212
-
Chris Lattner authored
llvm-svn: 99211
-
Fariborz Jahanian authored
(radar 7634653). llvm-svn: 99210
-
Chris Lattner authored
llvm-svn: 99209
-
Chris Lattner authored
llvm-svn: 99208
-
Chris Lattner authored
Will fix correctly now that I have a testcase llvm-svn: 99207
-
Chris Lattner authored
instead of as a single element list with VoidTy. Now with a fix for the verifier. llvm-svn: 99206
-
Daniel Dunbar authored
MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. llvm-svn: 99205
-
Daniel Dunbar authored
llvm-svn: 99204
-
Daniel Dunbar authored
llvm-svn: 99203
-
Daniel Dunbar authored
llvm-svn: 99202
-
Bob Wilson authored
llvm-svn: 99201
-
Chris Lattner authored
llvm-svn: 99200
-
Anders Carlsson authored
llvm-svn: 99199
-
Fariborz Jahanian authored
implementations (radar 7547942). llvm-svn: 99198
-
Chris Lattner authored
triple imply sse2? llvm-svn: 99197
-
Jeffrey Yasskin authored
it allocates to DwarfDebug::DIEValues. llvm-svn: 99196
-
Evan Cheng authored
llvm-svn: 99195
-
Fariborz Jahanian authored
llvm-svn: 99194
-
Fariborz Jahanian authored
implementation or synthesized into an implementation. Also, fixes a code gen. bug when ivars are itroduced in interleaved implementations. (related to radar 7547942). llvm-svn: 99193
-
Bob Wilson authored
llvm-svn: 99192
-
Kovarththanan Rajaratnam authored
llvm-svn: 99191
-
Chris Lattner authored
llvm-svn: 99190
-
Bob Wilson authored
corresponding NEON instructions, instead of operation they are currently used for. llvm-svn: 99189
-
Rafael Espindola authored
llvm-svn: 99188
-
Bob Wilson authored
llvm-svn: 99187
-
Dan Gohman authored
llvm-svn: 99186
-
Bob Wilson authored
specify encoding bits in arguments instead of "let" expressions. llvm-svn: 99185
-
Anders Carlsson authored
Add less than operators to ThisAdjustment, ReturnAdjustment and ThunkInfo. Sort the thunks before dumping them. llvm-svn: 99184
-
Jakob Stoklund Olesen authored
Thanks, Chris! llvm-svn: 99183
-
Jeffrey Yasskin authored
llvm-svn: 99182
-
Anders Carlsson authored
llvm-svn: 99181
-
Jeffrey Yasskin authored
llvm-svn: 99180
-
Douglas Gregor authored
declaration, just in case invalid code makes the latter incorrect. This may be the cause behind <rdar://problem/7777070>. llvm-svn: 99179
-
Douglas Gregor authored
llvm-svn: 99178
-
Anders Carlsson authored
llvm-svn: 99177
-
Kovarththanan Rajaratnam authored
llvm-svn: 99176
-
Douglas Gregor authored
Diagnostic subsystem, which is used in the rare case where we find a serious problem (i.e., an inconsistency in the file system) while we're busy formatting another diagnostic. In this case, the delayed diagnostic will be emitted after we're done with the other diagnostic. This is only to be used for fatal conditions detected at very inconvenient times, where we can neither stop the current diagnostic in flight nor can we suppress the second error. llvm-svn: 99175
-
Rafael Espindola authored
TSK_ExplicitInstantiationDeclaration make sure we call MaybeMarkVirtualMembersReferenced with a method attached to the definition. Remove the hack that forced vtable emition with declarations. llvm-svn: 99174
-