summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/struct-x86-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-9/+9
* Enable the new struct type builder now that the constant struct builder works...Anders Carlsson2009-07-271-9/+9
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-2/+2
* Always use packed structs. This isn't really very nice, but there's Eli Friedman2008-05-291-12/+10
* pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner2008-02-061-1/+1
* Simplify the bitfield codegen.Lauro Ramos Venancio2008-01-211-1/+4
* Add support to share llvm fields for bit-fields.Devang Patel2007-12-111-2/+6
* More struct bitfields layout work. Now handle,Devang Patel2007-12-061-4/+10
* start adding pading fields.Devang Patel2007-11-011-1/+9
* New test to verify llvm struct layout.Devang Patel2007-10-311-0/+6