summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetABIInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for LLVM API change.Owen Anderson2009-08-051-8/+14
* Update for LLVM API change.Owen Anderson2009-07-291-34/+30
* Change uses of:Ted Kremenek2009-07-291-5/+5
* No longer need to keep base class offsets in the offsetFariborz Jahanian2009-07-291-4/+0
* Some minor changes toward support of dataFariborz Jahanian2009-07-271-0/+4
* Update for LLVM API change.Owen Anderson2009-07-241-10/+10
* Revert r75641.Anders Carlsson2009-07-181-1/+1
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-5/+5
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-5/+5
* Hook in s390x stuff into clangAnton Korobeynikov2009-07-161-0/+77
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-77/+119
* Rename RecordLayout.h to ASTRecordLayout.hAnders Carlsson2009-07-141-1/+1
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-12/+12
* Fix the calling convention for structs/unions containing SSE vectors on Eli Friedman2009-06-131-4/+34
* Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...Anton Korobeynikov2009-06-061-9/+19
* Factor out TargetABIInfo stuff into separate file. No functionality change.Anton Korobeynikov2009-06-051-0/+1379
OpenPOWER on IntegriCloud