summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/volatile-1.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-10-27Revert "[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`"Roman Lebedev
2021-10-27[IR] `IRBuilderBase::CreateAdd()`: short-circuit `x + 0` --> `x`Roman Lebedev
2018-02-23Bring r325915 back.Rafael Espindola
2017-02-17[Test] Make Lit tests C++11 compatible - miscCharles Li
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
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
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2011-08-12Update clang tests for r137527.Eli Friedman
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-01-26Better framework for conditional cleanups; untested as yet.John McCall
2010-12-06__block variables require us to evaluate the RHS of an assignment beforeJohn McCall
2010-12-05Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall
2010-11-16Support compound complex operations as l-values in C++. Add a testJohn McCall