summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/volatile.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r112043, static volatiles are removed by the optimizer. Thanks Chris!Argyrios Kyrtzidis2010-08-251-6/+1
* Make sure volatile variables are emitted even if static. Fixes rdar://8315219Argyrios Kyrtzidis2010-08-251-1/+6
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-3/+3
* 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-2/+2
* Test case for recent checkin.Mike Stump2009-11-031-2/+8
* Semantic checking for main().John McCall2009-07-251-1/+1
* Update comment.Mike Stump2009-05-261-1/+1
* And an additional testcase that also works.Mike Stump2009-05-261-1/+2
* Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).Mike Stump2009-05-261-1/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix redundant load of bit-fields on assignment (to get the updatedDaniel Dunbar2008-11-191-2/+2
* Basic support for volatile loads and stores. Stores the volatile Eli Friedman2008-06-131-0/+88