aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/volatile.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03Test case for recent checkin.Mike Stump
2009-07-25Semantic checking for main().John McCall
2009-05-26Update comment.Mike Stump
2009-05-26And an additional testcase that also works.Mike Stump
2009-05-26Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-11-19Fix redundant load of bit-fields on assignment (to get the updatedDaniel Dunbar
2008-06-13Basic support for volatile loads and stores. Stores the volatile Eli Friedman