- Nov 19, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89288
-
Mike Stump authored
llvm-svn: 89287
-
Daniel Dunbar authored
llvm-svn: 89286
-
Daniel Dunbar authored
llvm-svn: 89283
-
Daniel Dunbar authored
which the makefiles will create by symlinking the actual tool to. - For use by clang, where we want to make 'clang++' and alias for clang (which enables C++ support in the driver) - Not sure this is the best approach, alternative suggestions welcome! llvm-svn: 89282
-
Douglas Gregor authored
Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes llvm-svn: 89281
-
Bill Wendling authored
exception table than DataRel. llvm-svn: 89279
-
Daniel Dunbar authored
optimizer. llvm-svn: 89278
-
Douglas Gregor authored
declaration by providing patterns for "getter = <method>" and "setter = <method>". As part of this, invented a new "pattern" result kind that is merely a semantic string. The "pattern" result kind should help with other kinds of code templates. llvm-svn: 89277
-
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
-