summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/volatile-1.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer2015-10-081-1/+1
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-3/+3
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-25/+25
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-22/+22
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Propagate alignment for _ComplexJF Bastien2013-07-171-22/+22
* Fix buildbot breakage on PPC64.Eli Friedman2013-06-121-1/+1
* Add support for complex compound assignments where the LHS is a scalar.Eli Friedman2013-06-121-0/+12
* 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