aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/x86_32-arguments.cpp
AgeCommit message (Expand)Author
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
2011-11-18Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman
2011-08-25Track whether an AggValueSlot is potentially aliased, and do notJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-05-22make the x86-32 backend specify a byval alignment, even when theChris Lattner
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-05-17C++/Darwin/i386 ABI: Fix some problems with empty record handling.Daniel Dunbar
2010-05-15C++/ABI/i386: Member function pointers should be passed by value.Daniel Dunbar
2010-05-14C++/Darwin/x86: Teach IRgen it can pass reference types in registers.Daniel Dunbar
2010-05-11IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls.Daniel Dunbar
2010-05-05Pass the globaldecl into GetOrCreateLLVMFunction so that llvmChris Lattner
2010-04-20don't slap noalias attribute on stret result arguments.Chris Lattner
2010-01-27Update xcode project.Anders Carlsson