- Jun 08, 2010
-
-
Anders Carlsson authored
When checking whether we can place a base subobject at an offset, we don't need to go past the highest offset that's known to contain an empty base subobject. llvm-svn: 105611
-
Anders Carlsson authored
llvm-svn: 105608
-
- Jun 05, 2010
-
-
Abramo Bagnara authored
llvm-svn: 105525
-
John McCall authored
This is never null, but the associated type might be. llvm-svn: 105503
-
Rafael Espindola authored
llvm-svn: 105500
-
- Jun 04, 2010
-
-
John McCall authored
llvm-svn: 105484
-
Fariborz Jahanian authored
No functionality change yet. llvm-svn: 105479
-
John McCall authored
was given. Remove some unnecessary accounting from BlockScopeInfo. Handle typedef'ed function types until such time as we decide not. llvm-svn: 105478
-
Anders Carlsson authored
llvm-svn: 105457
-
David Chisnall authored
Fixed Objective-C type encoding for bitfields for the GNU runtime to match the encoding used by GCC. llvm-svn: 105451
-
- Jun 03, 2010
-
-
John McCall authored
This is required in order to test: The ASTImporter should set base classes after formally entering the definition. llvm-svn: 105401
-
Anders Carlsson authored
llvm-svn: 105374
-
- Jun 01, 2010
-
-
John McCall authored
bring in the entire lookup table at once. Also, give ExternalSemaSource's vtable a home. This is important because otherwise any reference to it will cause RTTI to be emitted, and since clang is compiled with -fno-rtti, that RTTI will contain unresolved references (to ExternalASTSource's RTTI). So this change makes it possible to subclass ExternalSemaSource from projects compiled with RTTI, as long as the subclass's home is compiled with -fno-rtti. llvm-svn: 105268
-
- May 30, 2010
-
-
Alexis Hunt authored
The macros required for DeclNodes use have changed to match the use of StmtNodes. The FooFirst enumerator constants have been named firstFoo to match usage elsewhere. llvm-svn: 105165
-
Anders Carlsson authored
llvm-svn: 105162
-
Anders Carlsson authored
Turn on the new empty base subobject tracking code. It's a bit faster than the previous code. However, it still has quadratic performance, something which I intend to fix shortly in a subsequent patch. llvm-svn: 105161
-
- 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
-
John McCall authored
valgrind problems. llvm-svn: 105062
-
- May 28, 2010
-
-
Douglas Gregor authored
llvm-svn: 105010
-
Anders Carlsson authored
llvm-svn: 105007
-
Anders Carlsson authored
llvm-svn: 105002
-
John McCall authored
llvm-svn: 104990
-
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
-
- May 27, 2010
-
-
Anders Carlsson authored
llvm-svn: 104861
-
Fariborz Jahanian authored
llvm-svn: 104847
-
Fariborz Jahanian authored
Flag synthesized struct decl. as non-empty so CXX side of ir gen does not skip its Null initialization. Fixes radar 8027844 for objc++'s collection statement. llvm-svn: 104837
-
Daniel Dunbar authored
- Docs are fairly sketchy, if someone wants to pore through gcc to look for holes I'd appreciate any failing test cases! llvm-svn: 104809
-
Anders Carlsson authored
llvm-svn: 104808
-
Daniel Dunbar authored
llvm-svn: 104801
-
Daniel Dunbar authored
llvm-svn: 104800
-
Daniel Dunbar authored
llvm-svn: 104795
-
Anders Carlsson authored
llvm-svn: 104787
-
- May 26, 2010
-
-
Abramo Bagnara authored
llvm-svn: 104712
-
Anders Carlsson authored
llvm-svn: 104702
-