summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/struct.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the clang bootstrap and Jay's testcase from llvm-dev by being completelyChris Lattner2011-07-101-0/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-26/+17
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Test case for emitting va_arg as l-value; apparently I only *thought* I had c...Daniel Dunbar2009-02-121-0/+1
* Force -triple/-fnext-runtime for a few more test cases.Daniel Dunbar2009-02-031-1/+1
* eliminate some random .ll file outputsChris Lattner2009-01-271-1/+1
* Implement codegen of aggregates as lvalues in binary expressions,Daniel Dunbar2008-09-041-1/+24
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* Always use packed structs. This isn't really very nice, but there's Eli Friedman2008-05-291-0/+3
* Check first member alignment and uses packed struct if required.Devang Patel2008-05-271-0/+3
* Fix test caseDevang Patel2008-05-271-0/+1
* A few more cases for aggregate values.Eli Friedman2008-05-271-0/+14
* Fix the codegen of structs with flexible array members.Eli Friedman2008-02-061-1/+5
* Cleanup InitListExpr code generation code.Devang Patel2008-02-051-0/+1
* Handle incomplete struct initializer.Devang Patel2008-01-291-1/+5
* Assert that the type of the cast is equal to the _unqualified_ type of the su...Anders Carlsson2008-01-181-0/+9
* Add codegen upport for implicit casts to aggregate exprs.Anders Carlsson2008-01-141-0/+15
* Array subscription in aggregate expressionSeo Sanghyeon2007-12-141-0/+5
* Implement dereference operator in aggregate expressionSeo Sanghyeon2007-12-141-0/+4
* Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.Devang Patel2007-12-101-0/+13
* Generate code for member exprs.Anders Carlsson2007-11-021-1/+14
* Handle function calls that return aggregate expressions.Anders Carlsson2007-10-311-0/+14
* Handle non LValue base expressions.Devang Patel2007-10-261-0/+4
* HandleDevang Patel2007-10-241-0/+4
* Fix typo.Devang Patel2007-10-231-1/+1
* Handle nested structs.Devang Patel2007-10-231-0/+18
* Handle simple struct member expr.Devang Patel2007-10-231-0/+39