summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/volatile.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-58/+58
* Complete Rewrite of CGRecordLayoutBuilderWarren Hunt2014-02-211-7/+14
* Improve filechecking of volatile test.Tim Northover2013-02-081-37/+110
* FileCheckize volatile testTim Northover2013-02-071-3/+37
* Only check for volatile memcpys in test.Tim Northover2013-02-071-1/+1
* 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