Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
* | Test case for recent checkin. | Mike Stump | 2009-11-03 | 1 | -2/+8 |
* | Semantic checking for main(). | John McCall | 2009-07-25 | 1 | -1/+1 |
* | Update comment. | Mike Stump | 2009-05-26 | 1 | -1/+1 |
* | And an additional testcase that also works. | Mike Stump | 2009-05-26 | 1 | -1/+2 |
* | Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). | Mike Stump | 2009-05-26 | 1 | -1/+6 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Fix redundant load of bit-fields on assignment (to get the updated | Daniel Dunbar | 2008-11-19 | 1 | -2/+2 |
* | Basic support for volatile loads and stores. Stores the volatile | Eli Friedman | 2008-06-13 | 1 | -0/+88 |