aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetABIInfo.cpp
AgeCommit message (Expand)Author
2010-01-10Rename file to generalization in next commitsAnton Korobeynikov
2009-12-22x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar
2009-12-03Convert ABIArgInfo::dump to raw_ostream.Daniel Dunbar
2009-11-22x86_64, PR5582: Layout bases for C++ records.Daniel Dunbar
2009-11-09Rename areAllFields32Or64BitBasicType to canExpandIndirectArgument to closer ...Daniel Dunbar
2009-10-21Add AuroraUX ABI Triple in correct place.Edward O'Callaghan
2009-10-20Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...Anders Carlsson
2009-10-20Add missing semi-colon.Daniel Dunbar
2009-10-20Bring Darwin into the switch-case statement instead of its own if for readabi...Edward O'Callaghan
2009-10-13Simplify pointer creation with the new Type::getInt*Ptr methods.Benjamin Kramer
2009-09-26Use ABIArgInfo::getDirect() for all types that have a pointer representation.Anders Carlsson
2009-09-24Darwin/x86-32: Enumerated types and block pointer types in structures were notDaniel Dunbar
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-16x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson
2009-09-14ARM/[A]APCS: Ignore empty records passed as arguments.Daniel Dunbar
2009-09-14ARM/APCS: Don't treat structs w/ floating point types as "integer like".Daniel Dunbar
2009-09-14Some minor clang/ARM/AAPCS tweaks.Daniel Dunbar
2009-09-14Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that.Daniel Dunbar
2009-09-13ARM/APCS: Only "integer like" aggregates should be returned in r0 (followingDaniel Dunbar
2009-09-12Stub out room for ARM APCS ABI implementation (and AAPCS_VFP, although you can'tDaniel Dunbar
2009-09-12Formatting fixes.Daniel Dunbar
2009-09-11Swizzle the target triple based on -mthumb, and update clang-cc to recognizeDaniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transpos...David Chisnall
2009-08-24Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin
2009-08-24Switch TargetInfo to store an llvm::Triple.Daniel Dunbar
2009-08-24Switch ABI selection to use llvm::Triple instead of string munging.Daniel Dunbar
2009-08-17Fixed typo in last commit pointed out by Anton.David Chisnall
2009-08-17Changes to TargetABIInfo to (hopefully) select the correct calling convention...David Chisnall
2009-08-13Update for LLVM API change.Owen Anderson
2009-08-05Update for LLVM API change.Owen Anderson
2009-07-29Update for LLVM API change.Owen Anderson
2009-07-29Change uses of:Ted Kremenek
2009-07-29No longer need to keep base class offsets in the offsetFariborz Jahanian
2009-07-27Some minor changes toward support of dataFariborz Jahanian
2009-07-24Update for LLVM API change.Owen Anderson
2009-07-18Revert r75641.Anders Carlsson
2009-07-17Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek
2009-07-17Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek
2009-07-16Hook in s390x stuff into clangAnton Korobeynikov
2009-07-14Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson
2009-07-14Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-13Fix the calling convention for structs/unions containing SSE vectors on Eli Friedman
2009-06-06Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...Anton Korobeynikov
2009-06-05Factor out TargetABIInfo stuff into separate file. No functionality change.Anton Korobeynikov