- Oct 19, 2010
-
-
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
-
- Oct 10, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 116162
-
- Oct 09, 2010
-
-
Bill Wendling authored
__builtin_ia32_vec_init_v8qi __builtin_ia32_vec_init_v4hi __builtin_ia32_vec_init_v2si They are lowered to bitcasts. (These are all ready tested by the gcc testsuite.) <rdar://problem/8529957> llvm-svn: 116147
-
John McCall authored
constant initializers. llvm-svn: 116138
-
Douglas Gregor authored
bit by me). llvm-svn: 116122
-
- Oct 08, 2010
-
-
Douglas Gregor authored
brokenness in the designated-initializer ASTs. The ASTs were fixed by Alp Toker's patch (r116098) for PR6955. Fixes PR6537. llvm-svn: 116101
-
Devang Patel authored
llvm-svn: 116071
-
Devang Patel authored
This is tested by file-statics.exp in gdb testsuite. llvm-svn: 116060
-
Devang Patel authored
This is tested by callfuncs.exp in gdb testsuite. llvm-svn: 115989
-