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