summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/x86_32-arguments.cpp
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-15/+15
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-2/+2
* 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-4/+4
* Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman2011-11-181-1/+1
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-4/+4
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* make the x86-32 backend specify a byval alignment, even when theChris Lattner2011-05-221-2/+2
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-221-1/+1
* C++/Darwin/i386 ABI: Fix some problems with empty record handling.Daniel Dunbar2010-05-171-0/+18
* C++/ABI/i386: Member function pointers should be passed by value.Daniel Dunbar2010-05-151-0/+9
* C++/Darwin/x86: Teach IRgen it can pass reference types in registers.Daniel Dunbar2010-05-141-0/+4
* IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls.Daniel Dunbar2010-05-111-1/+33
* Pass the globaldecl into GetOrCreateLLVMFunction so that llvmChris Lattner2010-05-051-1/+30
* don't slap noalias attribute on stret result arguments.Chris Lattner2010-04-201-2/+2
* Update xcode project.Anders Carlsson2010-01-271-0/+24