summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/volatile-1.c
Commit message (Expand)AuthorAgeFilesLines
* Update clang tests for r137527.Eli Friedman2011-08-121-127/+127
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Fix this test case on no-asserts builds by not trying to match the basicJohn McCall2010-12-041-1/+3
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-1/+11
* Simplify some complex emission and implement correct semantics forJohn McCall2010-11-161-22/+182
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* We don't want to validate bad code, Mike Stump2009-05-291-2/+2
* Note another case that doesn't work yet.Mike Stump2009-05-291-0/+4
* Fixup the rest of the trivial cases of the codegen of volatile. IfMike Stump2009-05-291-0/+139