aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/struct.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-10Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner1-0/+13
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-26/+17
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-02-12Test case for emitting va_arg as l-value; apparently I only *thought* I had c...Daniel Dunbar1-0/+1
2009-02-03Force -triple/-fnext-runtime for a few more test cases.Daniel Dunbar1-1/+1
2009-01-27eliminate some random .ll file outputsChris Lattner1-1/+1
2008-09-04Implement codegen of aggregates as lvalues in binary expressions,Daniel Dunbar1-1/+24
2008-08-21Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar1-1/+1
2008-05-29Always use packed structs. This isn't really very nice, but there's Eli Friedman1-0/+3
2008-05-27Check first member alignment and uses packed struct if required.Devang Patel1-0/+3
2008-05-27Fix test caseDevang Patel1-0/+1
2008-05-27A few more cases for aggregate values.Eli Friedman1-0/+14
2008-02-06Fix the codegen of structs with flexible array members.Eli Friedman1-1/+5
2008-02-05Cleanup InitListExpr code generation code.Devang Patel1-0/+1
2008-01-29Handle incomplete struct initializer.Devang Patel1-1/+5
2008-01-18Assert that the type of the cast is equal to the _unqualified_ type of the su...Anders Carlsson1-0/+9
2008-01-14Add codegen upport for implicit casts to aggregate exprs.Anders Carlsson1-0/+15
2007-12-14Array subscription in aggregate expressionSeo Sanghyeon1-0/+5
2007-12-14Implement dereference operator in aggregate expressionSeo Sanghyeon1-0/+4
2007-12-10Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.Devang Patel1-0/+13
2007-11-02Generate code for member exprs.Anders Carlsson1-1/+14
2007-10-31Handle function calls that return aggregate expressions.Anders Carlsson1-0/+14
2007-10-26Handle non LValue base expressions.Devang Patel1-0/+4
2007-10-24HandleDevang Patel1-0/+4
2007-10-23Fix typo.Devang Patel1-1/+1
2007-10-23Handle nested structs.Devang Patel1-0/+18
2007-10-23Handle simple struct member expr.Devang Patel1-0/+39