- Mar 22, 2010
-
-
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
-
John McCall authored
entering a function or block definition, not on every single declaration. Unfortunately we don't have previous-lookup results around when it's time to make this decision, so we have to redo the lookup. The alternative is to use delayed diagnostics. llvm-svn: 99172
-
Gabor Greif authored
llvm-svn: 99171
-
Gabor Greif authored
we can reapply the InvokeInst operand reordering patch. (see r98957). llvm-svn: 99170
-
Jeffrey Yasskin authored
by dropping all references from all constants that can use other constants before trying to destroy any of them. I also had to free bugpoint's Module in ~BugDriver(). llvm-svn: 99160
-
Chandler Carruth authored
toolchain configurations and is a small step toward FreeBSD support. llvm-svn: 99159
-
Erick Tryzelaar authored
llvm-svn: 99151
-
- Mar 21, 2010
-
-
Rafael Espindola authored
If a struct has an invalid field, mark it as invalid. Also avoid producing errors about incomplete types that are invalid. llvm-svn: 99150
-
Douglas Gregor authored
entry in a precompiled header, so that we can detect modified files even when we miss in the stat cache. llvm-svn: 99149
-
Gabor Greif authored
llvm-svn: 99148
-
Jeffrey Yasskin authored
where FoldingSet<MDNode> is instantiated. Clang and MSVC complain; gcc doesn't. llvm-svn: 99147
-
Jeffrey Yasskin authored
llvm-svn: 99146
-
Jeffrey Yasskin authored
Fixes PR803. llvm-svn: 99143
-
Anders Carlsson authored
llvm-svn: 99140
-
Rafael Espindola authored
CXXExprWithTemporaries. Not emitting the expression as an aggregate might be the right thing to do, but is orthogonal. Emitting it as an scalar expression will still try to create a temporary for the incomplete type of the CXXExprWithTemporaries and fail. llvm-svn: 99134
-
Jeffrey Yasskin authored
don't care about leaks from tblgen, and I assume we don't care about valgrind errors in llvm-gcc/g++. llvm-svn: 99115
-
Ted Kremenek authored
llvm-svn: 99114
-
Jeffrey Yasskin authored
llvm-svn: 99113
-
Jeffrey Yasskin authored
llvm-svn: 99112
-