summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/x86_64-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* [x32/NaCl] Check if method pointers straddle an eightbyte to classify HiJan Wen Voung2014-10-021-0/+15
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-9/+9
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-5/+5
* Update the tests.Bill Wendling2013-01-311-6/+6
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-2/+2
* Merge x86-64-abi-sret-vs-2word-struct-param.cpp into the genericJohn McCall2012-05-031-0/+32
* Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes2011-07-131-0/+15
* We don't pass classes with a copy-constructor or destructor byval, so the add...Eli Friedman2011-06-291-0/+19
* When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson2011-04-171-3/+3
* fix rdar://8360877 a really nasty miscompilation in Boost.XpressiveChris Lattner2010-09-011-0/+15
* fix rdar://8340348, a miscompile of boost that was exposed by r109848.Chris Lattner2010-08-231-0/+24
* fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner2010-07-301-4/+19
* fix PR7742 / rdar://8250764, a miscompilation of structChris Lattner2010-07-291-0/+16
* Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' alwaysChris Lattner2010-07-291-1/+1
* Reapply:Chris Lattner2010-06-301-0/+15
* Revert r107216, "fix PR7523, which was caused by the ABI code calling Convert...Daniel Dunbar2010-06-301-15/+0
* fix PR7523, which was caused by the ABI code calling ConvertType insteadChris Lattner2010-06-291-0/+15
* Change X86_64ABIInfo to have ASTContext and TargetData ivars toChris Lattner2010-06-291-5/+2
* add IR names to coerced arguments.Chris Lattner2010-06-291-5/+5
* Change CGCall to handle the "coerce" case where the coerce-to typeChris Lattner2010-06-281-4/+4
* C++/ABI/x86_64: Member pointers should be classified as INTEGER.Daniel Dunbar2010-05-151-0/+8
* x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar2009-12-221-1/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* x86_64, PR5582: Layout bases for C++ records.Daniel Dunbar2009-11-221-6/+21
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...Anders Carlsson2009-09-161-0/+10