- Nov 19, 2009
-
-
Bob Wilson authored
llvm-svn: 89275
-
Bob Wilson authored
llvm-svn: 89274
-
Richard Osborne authored
llvm-svn: 89273
-
Douglas Gregor authored
llvm-svn: 89272
-
Bill Wendling authored
Place the EH table in the __TEXT section on MachO. It saves space. llvm-svn: 89270
-
Fariborz Jahanian authored
Will do it later. Fixes pr5552. llvm-svn: 89269
-
Sebastian Redl authored
Do overload resolution for compound assignment even if only the RHS is overloadable. Compound assignment may be overloaded as a non-member, and anyway the overload resolution is necessary because it triggers implicit (used-defined) conversions. Fixes PR5512, but not really the deeper issues lurking. Those are standard defects. llvm-svn: 89268
-
Douglas Gregor authored
llvm-svn: 89267
-
John McCall authored
llvm-svn: 89266
-
- Nov 18, 2009
-
-
Douglas Gregor authored
llvm-svn: 89265
-
Bob Wilson authored
the tail of a block may make that block a new candidate for duplication. llvm-svn: 89264
-
John McCall authored
rather than NamedDecl*. This is a major step towards eliminating OverloadedFunctionDecl. llvm-svn: 89263
-
Douglas Gregor authored
llvm-svn: 89260
-
Douglas Gregor authored
llvm-svn: 89259
-
Fariborz Jahanian authored
pointer-to-member cast types used in expressions. llvm-svn: 89255
-
Bob Wilson authored
llvm-svn: 89254
-
Jeffrey Yasskin authored
llvm-svn: 89252
-
Fariborz Jahanian authored
use of pointer to data member. llvm-svn: 89251
-
Bill Wendling authored
llvm-svn: 89250
-
Sebastian Redl authored
llvm-svn: 89248
-
Daniel Dunbar authored
llvm-svn: 89247
-
Jakob Stoklund Olesen authored
When TwoAddressInstructionPass deletes a dead instruction, make sure that all register kills are accounted for. The 2-addr register does not get special treatment. llvm-svn: 89246
-
Daniel Dunbar authored
llvm-svn: 89245
-
Sebastian Redl authored
Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. llvm-svn: 89244
-
Sebastian Redl authored
Don't generate superfluous and ambiguous built-in candidates for multi-level array subscript and arithmetic. Fixes PR5546. llvm-svn: 89242
-
Jakob Stoklund Olesen authored
Verify LiveVariables information when present. llvm-svn: 89241
-
Jakob Stoklund Olesen authored
llvm-svn: 89240
-
Ken Dyck authored
macros corresponding to __INTPTR_WIDTH__. llvm-svn: 89239
-
Lang Hames authored
Fixed the in-place spiller and trivial rewriter, which had been broken by the recent SlotIndexes work. llvm-svn: 89238
-
Ken Dyck authored
llvm-svn: 89237
-
Viktor Kutuzov authored
Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. llvm-svn: 89236
-
Daniel Dunbar authored
value. llvm-svn: 89235
-
Daniel Dunbar authored
llvm-svn: 89234
-
Daniel Dunbar authored
llvm-svn: 89233
-
Daniel Dunbar authored
type. llvm-svn: 89232
-
Ken Dyck authored
llvm-svn: 89231
-
Ken Dyck authored
longer used by stdint.h. llvm-svn: 89230
-
Daniel Dunbar authored
llvm-svn: 89229
-
Douglas Gregor authored
llvm-svn: 89227
-
Ken Dyck authored
INTn_C and UINTn_C macros. llvm-svn: 89226
-