- Oct 22, 2010
-
-
Fariborz Jahanian authored
statement expressions, //rdar: //8540501 llvm-svn: 117146
-
Devang Patel authored
Delay record type's debug info emission, in -flimit-debug-info mode, if member expression's base is call expr. llvm-svn: 117127
-
Devang Patel authored
llvm-svn: 117120
-
Devang Patel authored
Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. This is tested by local.C in llvmgcc testsuite. llvm-svn: 117107
-
Benjamin Kramer authored
llvm-svn: 117106
-
- Oct 21, 2010
-
-
Dan Gohman authored
llvm-svn: 117046
-
Dan Gohman authored
llvm-svn: 117043
-
- Oct 19, 2010
-
-
Fariborz Jahanian authored
PR6056, //rdar: //8564463 llvm-svn: 116819
-
Michael J. Spencer authored
llvm-svn: 116798
-
Bill Wendling authored
registers needed. llvm-svn: 116772
-
- Oct 18, 2010
-
-
John McCall authored
Patch by Richard Smith! llvm-svn: 116752
-
Fariborz Jahanian authored
synthesized property. // rdar: //8498026 llvm-svn: 116717
-
Bill Wendling authored
llvm-svn: 116696
-
- Oct 17, 2010
-
-
Bill Wendling authored
Clang :: CodeGen/x86_32-arguments-darwin.c Clang :: CodeGen/x86_32-arguments-linux.c llvm-svn: 116687
-
Bill Wendling authored
function parameters weren't converted to use the correct type (x86_mmx). Add a check, similar to the one in llvm-gcc, to see if we need the x86_mmx type for that function parameter. If so, it coerces the type to be that. llvm-svn: 116684
-
- Oct 16, 2010
-
-
John McCall authored
llvm-svn: 116672
-
John McCall authored
rdar://problem/8535238 llvm-svn: 116663
-
Daniel Dunbar authored
objc_exception_rethrow, so we don't...", since something is actually trying to call this with the wrong signature (!). Unfortunately I don't understand the new EH infrastructure well enough to fix it immediately. llvm-svn: 116660
-
Daniel Dunbar authored
generate unnecessary %al clear on x86_64. llvm-svn: 116656
-
- Oct 15, 2010
-
-
Dan Gohman authored
llvm-svn: 116617
-
Dan Gohman authored
more consistent with other names, and to look less like a magic name. llvm-svn: 116616
-
Dan Gohman authored
llvm-svn: 116615
-
Dan Gohman authored
llvm-svn: 116614
-
Dan Gohman authored
llvm-svn: 116613
-
Dan Gohman authored
llvm-svn: 116595
-
Dan Gohman authored
llvm-svn: 116593
-
John McCall authored
ambiguous context. llvm-svn: 116567
-
Daniel Dunbar authored
llvm-svn: 116548
-
Dan Gohman authored
llvm-svn: 116544
-
Dan Gohman authored
Also, handle unknown types conservatively. llvm-svn: 116541
-
Dan Gohman authored
This enables metadata generation by default, however the TBAA pass in the optimizer is still disabled for now. llvm-svn: 116536
-
Devang Patel authored
Use root non-virtual primary base class, not just immediate primary base class, for AT_containing_type. This is tested by virtfunc.exp in gdb testsuite. llvm-svn: 116535
-
- Oct 14, 2010
-
-
Fariborz Jahanian authored
'super' as receiver of property or a setter/getter methods. //rdar: //8525788 llvm-svn: 116483
-
- Oct 13, 2010
-
-
Devang Patel authored
This is tested by anon-union.exp. llvm-svn: 116372
-
- Oct 12, 2010
-
-
Fariborz Jahanian authored
for ivars to be 0. Fixes pr8353. llvm-svn: 116273
-
- Oct 11, 2010
-
-
Devang Patel authored
Fix debug info for functions whose context is a namespace. This is tested by namespace.exp in gdb testsuite. llvm-svn: 116248
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116191
-
Argyrios Kyrtzidis authored
Make sure the VTables for template instantiations are emitted even if the key function doesn't have a body. llvm-svn: 116186
-
Argyrios Kyrtzidis authored
with similarly named classes in anonymous namespaces. llvm-svn: 116185
-
NAKAMURA Takumi authored
It enables clang to compile Mingw's headers. llvm-svn: 116184
-