- Jul 31, 2009
-
-
Owen Anderson authored
llvm-svn: 77638
-
Mike Stump authored
llvm-svn: 77629
-
- Jul 30, 2009
-
-
Mike Stump authored
llvm-svn: 77626
-
Fariborz Jahanian authored
llvm-svn: 77608
-
Eli Friedman authored
ever trigger). Add an "unsupported" case that triggers for C++ code. It would be nice if someone would implement this properly... it shouldn't be too hard, but I haven't looked closely at the relevant code. llvm-svn: 77562
-
Mike Stump authored
that we would silently do bad things with virtual bases in the layout code, so, we just turn them off. When people do better things with them, we can turn them back on. llvm-svn: 77556
-
Fariborz Jahanian authored
in current class. llvm-svn: 77554
-
Douglas Gregor authored
llvm-svn: 77518
-
Owen Anderson authored
llvm-svn: 77514
-
- Jul 29, 2009
-
-
Ted Kremenek authored
Type::getAsReferenceType() -> Type::getAs<ReferenceType>() Type::getAsRecordType() -> Type::getAs<RecordType>() Type::getAsPointerType() -> Type::getAs<PointerType>() Type::getAsBlockPointerType() -> Type::getAs<BlockPointerType>() Type::getAsLValueReferenceType() -> Type::getAs<LValueReferenceType>() Type::getAsRValueReferenceType() -> Type::getAs<RValueReferenceType>() Type::getAsMemberPointerType() -> Type::getAs<MemberPointerType>() Type::getAsReferenceType() -> Type::getAs<ReferenceType>() Type::getAsTagType() -> Type::getAs<TagType>() And remove Type::getAsReferenceType(), etc. This change is similar to one I made a couple weeks ago, but that was partly reverted pending some additional design discussion. With Doug's pending smart pointer changes for Types, it seemed natural to take this approach. llvm-svn: 77510
-
Owen Anderson authored
llvm-svn: 77492
-
Fariborz Jahanian authored
table as it has its own place now. llvm-svn: 77491
-
Fariborz Jahanian authored
excpression, if needed, and remove some ir-gen code now unnencessary. llvm-svn: 77490
-
Fariborz Jahanian authored
for offset ir-gen. llvm-svn: 77458
-
Fariborz Jahanian authored
and use it in several places. llvm-svn: 77411
-
Fariborz Jahanian authored
llvm-svn: 77374
-
- Jul 28, 2009
-
-
Owen Anderson authored
llvm-svn: 77368
-
Anders Carlsson authored
llvm-svn: 77365
-
Fariborz Jahanian authored
llvm-svn: 77351
-
Owen Anderson authored
llvm-svn: 77349
-
Chris Lattner authored
llvm-svn: 77343
-
Fariborz Jahanian authored
llvm-svn: 77339
-
Anders Carlsson authored
llvm-svn: 77335
-
Fariborz Jahanian authored
llvm-svn: 77332
-
John McCall authored
Codegen by initializing the return value with its LLVM type's null value. llvm-svn: 77288
-
Fariborz Jahanian authored
that @catch(...) cathces all exceptions (c++ objects are not cought by that). llvm-svn: 77270
-
Owen Anderson authored
llvm-svn: 77267
-
- Jul 27, 2009
-
-
Owen Anderson authored
llvm-svn: 77249
-
Fariborz Jahanian authored
member access in the presense of non-virtual bases. llvm-svn: 77246
-
Devang Patel authored
llvm-svn: 77228
-
Anders Carlsson authored
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. llvm-svn: 77205
-
Anders Carlsson authored
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well. llvm-svn: 77190
-
Anders Carlsson authored
llvm-svn: 77189
-
Anders Carlsson authored
Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems. llvm-svn: 77185
-
Anders Carlsson authored
More work on the constant struct builder, fix a couple of thinkos and add support for inserting part of a bitfield in the previous byte. llvm-svn: 77180
-
Anders Carlsson authored
llvm-svn: 77177
-
- Jul 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77151
-
Daniel Dunbar authored
llvm-svn: 77147
-
- Jul 25, 2009
-
-
Fariborz Jahanian authored
in constructors. llvm-svn: 77087
-
Anders Carlsson authored
More work on the constant struct builder. We can now convert the struct to a packed struct when necessary. llvm-svn: 77038
-