- Nov 07, 2010
-
-
John McCall authored
llvm-svn: 118366
-
- Nov 03, 2010
-
-
John Thompson authored
llvm-svn: 118108
-
- Nov 02, 2010
-
-
John McCall authored
llvm-svn: 118034
-
- Oct 28, 2010
-
-
John McCall authored
using the memory type; fixes an assert. Fixes rdar://problem/8605032 llvm-svn: 117610
-
John McCall authored
attribute. Part of rdar://problem/8595231 llvm-svn: 117526
-
- Oct 27, 2010
-
-
John McCall authored
aggressive about the form we expect bools to be in. I don't really have time to fix all the sources right now. llvm-svn: 117486
-
Rafael Espindola authored
llvm-svn: 117456
-
John McCall authored
in IR gen, and use those to fix a correctness issue with bool atomic intrinsics. rdar://problem/8461234 llvm-svn: 117403
-
- Oct 26, 2010
-
-
John McCall authored
- tags with C linkage should ignore visibility=hidden - functions and variables with explicit visibility attributes should ignore the linkage of their types Either of these should be sufficient to fix PR8457. Also, FileCheck-ize a test case. llvm-svn: 117351
-
- Oct 24, 2010
-
-
Peter Collingbourne authored
as a function argument, one of the types is a transparent union type and the other type is compatible with a union member llvm-svn: 117243
-
- Oct 20, 2010
-
-
Bill Wendling authored
llvm-svn: 116888
-
- Oct 19, 2010
-
-
Bill Wendling authored
http://llvm.org/viewvc/llvm-project?rev=116771&view=rev) we can get rid of these hacks. llvm-svn: 116853
-
Michael J. Spencer authored
llvm-svn: 116799
-
- Oct 18, 2010
-
-
Bill Wendling authored
llvm-svn: 116696
-
- Oct 14, 2010
-
-
Anton Yartsev authored
llvm-svn: 116478
-
- Oct 10, 2010
-
-
Chris Lattner authored
by Pierre Habouzit! llvm-svn: 116165
-
Argyrios Kyrtzidis authored
llvm-svn: 116162
-
- Oct 09, 2010
-
-
Nico Weber authored
llvm-svn: 116129
-
- Oct 08, 2010
-
-
Douglas Gregor authored
completes support for C1X anonymous struct/union init features: * Indexed anonymous member initializers should not be expanded. Doing so makes little sense and would cause unresolvable semantic ambiguity in valid code (regression introduced by r69153). * Subobject initialization of (possibly nested) anonymous members are now referred to with paths relative to the naming record context, eliminating the synthesis of incorrect implicit InitListExprs that caused CodeGen to assert. * Field lookup was missing a null check in IdentifierInfo comparison which caused lookup for a known (already resolved) field to match the first unnamed data member it encountered leading to silent miscompilation. * Subobject paths are no longer built using the general purpose Sema::BuildAnonymousStructUnionMemberPath(). If any corner cases crop up, we will now assert earlier in Sema instead of passing invalid InitListExprs through to CodeGen. Fixes PR6955, from Alp Toker! llvm-svn: 116098
-
- Oct 07, 2010
-
-
Daniel Dunbar authored
llvm-svn: 115970
-
- Oct 06, 2010
-
-
Nico Weber authored
llvm-svn: 115743
-
Bill Wendling authored
llvm-svn: 115737
-
Bill Wendling authored
llvm-svn: 115736
-
Bill Wendling authored
llvm-svn: 115735
-
- Oct 03, 2010
-
-
Bill Wendling authored
llvm-svn: 115460
-
Bill Wendling authored
llvm-svn: 115459
-
- Oct 01, 2010
-
-
Dale Johannesen authored
llvm-svn: 115244
-
- Sep 29, 2010
-
-
Daniel Dunbar authored
- Minor style tweaks by me. llvm-svn: 115056
-
- Sep 28, 2010
-
-
Fariborz Jahanian authored
Fixes rdar://8476159. llvm-svn: 114982
-
- Sep 24, 2010
-
-
Fariborz Jahanian authored
vla. Implements pr7827. llvm-svn: 114737
-
- Sep 23, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 114637
-
Daniel Dunbar authored
llvm-svn: 114627
-
Daniel Dunbar authored
llvm-svn: 114619
-
Daniel Dunbar authored
- Therefore, we can lower out the NEON wrapper structs and pass the vectors directly. This makes a huge difference in the cleanliness of the IR after optimization. - I will trust, but verify, via future ABITest testing (for APCS-GNU, at least). llvm-svn: 114618
-
- Sep 22, 2010
-
-
Devang Patel authored
llvm-svn: 114586
-
-
Chris Lattner authored
llvm-svn: 114502
-
Chris Lattner authored
llvm-svn: 114498
-
Chris Lattner authored
llvm-svn: 114497
-
Fariborz Jahanian authored
a vla type (fixes pr7827). llvm-svn: 114495
-