Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01bc160ffccc03e4c0583acf82bd7ab80494219a
/
lib
/
CodeGen
/
TargetABIInfo.cpp
5cad1f7
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents.
by Ted Kremenek
· 16 years ago
89e887f
Hook in s390x stuff into clang
by Anton Korobeynikov
· 16 years ago
a1cf15f
Update for LLVM API change, and contextify a bunch of related stuff.
by Owen Anderson
· 16 years ago
3d598a5
Rename RecordLayout.h to ASTRecordLayout.h
by Anders Carlsson
· 16 years ago
17945a0
De-ASTContext-ify DeclContext.
by Argyrios Kyrtzidis
· 16 years ago
a1e6de9
Fix the calling convention for structs/unions containing SSE vectors on
by Eli Friedman
· 16 years ago
cc6fa88
Add new ABIArgInfo kind: Extend. This allows target to implement its own argument
by Anton Korobeynikov
· 16 years ago
c4a59eb
Factor out TargetABIInfo stuff into separate file. No functionality change.
by Anton Korobeynikov
· 16 years ago