summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/volatile-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* [Test] Make Lit tests C++11 compatible - miscCharles Li2017-02-171-10/+24
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-26/+26
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-26/+26
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* Update clang tests for r137527.Eli Friedman2011-08-121-144/+144
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Better framework for conditional cleanups; untested as yet.John McCall2011-01-261-4/+1
* __block variables require us to evaluate the RHS of an assignment beforeJohn McCall2010-12-061-1/+1
* Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall2010-12-051-36/+8
* Support compound complex operations as l-values in C++. Add a testJohn McCall2010-11-161-0/+383