summaryrefslogtreecommitdiff
path: root/test/CodeGen/volatile-2.c
AgeCommit message (Expand)Author
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-17Propagate alignment for _ComplexJF Bastien
2011-08-12Update clang tests for r137527.Eli Friedman
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-11-14Always emit full loads from volatile complex l-values.John McCall