aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct-x86-darwin.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-27Enable the new struct type builder now that the constant struct builder works...Anders Carlsson
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-05-29Always use packed structs. This isn't really very nice, but there's Eli Friedman
2008-02-06pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner
2008-01-21Simplify the bitfield codegen.Lauro Ramos Venancio
2007-12-11Add support to share llvm fields for bit-fields.Devang Patel
2007-12-06More struct bitfields layout work. Now handle,Devang Patel
2007-11-01start adding pading fields.Devang Patel
2007-10-31New test to verify llvm struct layout.Devang Patel