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