aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/destructors.cpp
AgeCommit message (Expand)Author
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-06-18IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne
2017-04-10Update for lifetime intrinsic signature changeMatt Arsenault
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-12-20C++11 test cleanup: nonthrowing destructorsPaul Robinson
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2016-04-01[CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-04-22Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer
2015-04-11Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber
2015-04-10Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-12-01Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison
2014-12-01Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison
2014-10-08Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison
2014-10-08Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison
2014-09-16Add support for putting constructors and destructos in explicit comdats.Rafael Espindola
2014-09-01Test cleanup: move CHECK close to code.Rafael Espindola
2014-08-29Cleanup the test a bit. It was too dependent on the output order.Rafael Espindola
2014-06-03Update for llvm API change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-02-03[ms-cxxabi] Fix cast when structor replacement is an aliasReid Kleckner
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-11-13Don't use alias from derived dtor to base dtor at -O0.Rafael Espindola
2013-11-12Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola
2013-11-11Revert "Keep the old function order in CodeGenModule::applyReplacements."Rafael Espindola
2013-11-10Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola
2013-11-08Use rauw for all discardable aliases, not just linkonce_odr.Rafael Espindola
2013-11-08If a linkonce_odr dtor/ctor is identical to another one, just rauw.Rafael Espindola
2013-11-05Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola
2013-11-05Expand the test a bit.Rafael Espindola
2013-11-05Add a testcase from the recent bootstrap failure.Rafael Espindola
2013-11-05Revert "Produce direct calls instead of alias to linkonce_odr functions."Rafael Espindola
2013-11-05Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola
2013-11-04Use aliases for more constructors and destructors.Rafael Espindola
2013-10-11Don't hardcode the alias order in this test.Rafael Espindola
2013-10-10Revert "Use aliases for more constructors and destructors."Rafael Espindola
2013-10-09Use aliases for more constructors and destructors.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-21Test updates missed from r186799.Richard Smith
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2012-05-01clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array...NAKAMURA Takumi
2012-05-01PR12710 - broken default argument handling for templates.David Blaikie
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling