"lld/test/lit.cfg" did not exist on "0ab04bc27e4e367356b4c7f851c7e143a5799871"
- Aug 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 78001
-
Daniel Dunbar authored
from the perspective of LLVM exception handling. Otherwise the C++ personality function may decide not to run them, if it only detects cleanup handlers. - Test case for this is exceptions.m in llvm-test. llvm-svn: 77999
-
Fariborz Jahanian authored
llvm-svn: 77993
-
Fariborz Jahanian authored
llvm-svn: 77991
-
Daniel Dunbar authored
llvm-svn: 77972
-
- Aug 02, 2009
-
-
Anders Carlsson authored
llvm-svn: 77916
-
Anders Carlsson authored
llvm-svn: 77915
-
Anders Carlsson authored
llvm-svn: 77862
-
Anders Carlsson authored
llvm-svn: 77854
-
Daniel Dunbar authored
llvm-svn: 77848
-
Eli Friedman authored
llvm-svn: 77829
-
- Aug 01, 2009
-
-
Eli Friedman authored
serious issues :) llvm-svn: 77800
-
Mike Stump authored
llvm-svn: 77751
-
- Jul 31, 2009
-
-
Anders Carlsson authored
llvm-svn: 77738
-
Mike Stump authored
llvm-svn: 77737
-
Anders Carlsson authored
llvm-svn: 77735
-
Anders Carlsson authored
llvm-svn: 77732
-
Mike Stump authored
llvm-svn: 77731
-
Owen Anderson authored
llvm-svn: 77722
-
Mike Stump authored
llvm-svn: 77699
-
Mike Stump authored
llvm-svn: 77688
-
Owen Anderson authored
llvm-svn: 77686
-
Fariborz Jahanian authored
been declared as needed. llvm-svn: 77641
-
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
-