- May 29, 2010
-
-
Anders Carlsson authored
llvm-svn: 105114
-
Anders Carlsson authored
llvm-svn: 105113
-
Anders Carlsson authored
llvm-svn: 105112
-
Anders Carlsson authored
Rework the way virtual primary bases are added when laying out classes. Instead of doing it as a separate step, we now use the BaseSubobjectInfo and use it when laying out the bases. This fixes a bug where we would either not add a primary virtual base at all, or add it at the wrong offset. llvm-svn: 105110
-
Anders Carlsson authored
llvm-svn: 105104
-
Anders Carlsson authored
Change RecordLayoutBuilder::LayoutNonVirtualBase to take a BaseSubobjectInfo. No functionality change. llvm-svn: 105103
-
Anders Carlsson authored
Move computing the base subobject info for a class into the RecordLayoutBuilder because we're going to need it to be able to correctly add offsets for primary virtual bases. llvm-svn: 105102
-
Zhongxing Xu authored
llvm-svn: 105099
-
Zhongxing Xu authored
llvm-svn: 105097
-
Douglas Gregor authored
llvm-svn: 105084
-
Douglas Gregor authored
llvm-svn: 105083
-
Chris Lattner authored
llvm-svn: 105082
-
John McCall authored
valgrind problems. llvm-svn: 105062
-
Nate Begeman authored
Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. llvm-svn: 105058
-
Fariborz Jahanian authored
(radar 8040068). llvm-svn: 105011
-
- May 28, 2010
-
-
Douglas Gregor authored
llvm-svn: 105010
-
Anders Carlsson authored
llvm-svn: 105007
-
Anders Carlsson authored
llvm-svn: 105002
-
Daniel Dunbar authored
align=native, at least for the platforms we support. llvm-svn: 105000
-
Daniel Dunbar authored
llvm-svn: 104999
-
Daniel Dunbar authored
what we used to be doing, and makes sure that paired '#pragma options align=reset' won't fail. llvm-svn: 104998
-
Fariborz Jahanian authored
(radar 8020384) llvm-svn: 104996
-
John McCall authored
llvm-svn: 104991
-
John McCall authored
llvm-svn: 104990
-
Jakob Stoklund Olesen authored
Currently, the backend uses the same policy, but it will soon switch to -regalloc=fast for -O0. llvm-svn: 104984
-
Fariborz Jahanian authored
rethrow inside @catch block must use objc_exception_rethrow API. Fixes radar 8037512. Test will be added to LLVM test suite. llvm-svn: 104964
-
Daniel Dunbar authored
llvm-svn: 104955
-
John McCall authored
Fixes PR7243. llvm-svn: 104942
-
John McCall authored
the x86-64 __va_list_tag with this attribute. The attribute causes the affected type to behave like a fundamental type when considered by ADL. (x86-64 is the only target we currently provide with a struct-based __builtin_va_list) Fixes PR6762. llvm-svn: 104941
-
John McCall authored
give us a decl back. Makes -cc1 -parse-noop handle a substantially larger amount of the C++ grammar. llvm-svn: 104940
-
John McCall authored
a type. llvm-svn: 104938
-
Douglas Gregor authored
along an access path, add another note pointing at the member we actually found. llvm-svn: 104937
-
Douglas Gregor authored
llvm-svn: 104934
-
Nate Begeman authored
Add Makefile support for building arm_neon.h from arm_neon.td Need to figure out an appropriate cmake rule for this. llvm-svn: 104928
-
Daniel Dunbar authored
paths on non-x86. I really detest this file. llvm-svn: 104921
-
Dan Gohman authored
llvm-svn: 104919
-
John McCall authored
lookup context, not the direct semantic context. Fixes PR7230. llvm-svn: 104917
-
Dan Gohman authored
llvm-svn: 104916
-
Douglas Gregor authored
turned on. llvm-svn: 104909
-
Douglas Gregor authored
expression context in C/Objective-C, or when we're in an @interface/@implementation/@protocol in Objective-C(++). llvm-svn: 104908
-