summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/x86_64-arguments.cpp
AgeCommit message (Expand)Author
2015-07-17[CodeGen, X86] Classify vectors <= 32 bits as INTEGERDavid Majnemer
2015-07-08[CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer
2014-10-02[x32/NaCl] Check if method pointers straddle an eightbyte to classify HiJan Wen Voung
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2012-05-03Merge x86-64-abi-sret-vs-2word-struct-param.cpp into the genericJohn McCall
2011-07-13Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes
2011-06-29We don't pass classes with a copy-constructor or destructor byval, so the add...Eli Friedman
2011-04-17When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson
2010-09-01fix rdar://8360877 a really nasty miscompilation in Boost.XpressiveChris Lattner
2010-08-23fix rdar://8340348, a miscompile of boost that was exposed by r109848.Chris Lattner
2010-07-30fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner
2010-07-29fix PR7742 / rdar://8250764, a miscompilation of structChris Lattner
2010-07-29Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' alwaysChris Lattner
2010-06-30Reapply:Chris Lattner
2010-06-30Revert r107216, "fix PR7523, which was caused by the ABI code calling Convert...Daniel Dunbar
2010-06-29fix PR7523, which was caused by the ABI code calling ConvertType insteadChris Lattner
2010-06-29Change X86_64ABIInfo to have ASTContext and TargetData ivars toChris Lattner
2010-06-29add IR names to coerced arguments.Chris Lattner
2010-06-28Change CGCall to handle the "coerce" case where the coerce-to typeChris Lattner
2010-05-15C++/ABI/x86_64: Member pointers should be classified as INTEGER.Daniel Dunbar
2009-12-22x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-22x86_64, PR5582: Layout bases for C++ records.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-16x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson