summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/destructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-181-6/+6
* Update for lifetime intrinsic signature changeMatt Arsenault2017-04-101-7/+7
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-2/+2
* C++11 test cleanup: nonthrowing destructorsPaul Robinson2016-12-201-45/+83
* Undo accidental comitPaul Robinson2016-12-191-83/+45
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-45/+83
* [CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka2016-04-011-0/+64
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-2/+4
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-1/+4
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-4/+1
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-1/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-8/+8
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-9/+8
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-4/+1
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-1/+4
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-7/+2
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-2/+7
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-6/+7
* Test cleanup: move CHECK close to code.Rafael Espindola2014-09-011-132/+131
* Cleanup the test a bit. It was too dependent on the output order.Rafael Espindola2014-08-291-180/+176
* Update for llvm API change.Rafael Espindola2014-06-031-2/+2
* Update for llvm api change.Rafael Espindola2014-05-161-2/+2
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-3/+3
* [ms-cxxabi] Fix cast when structor replacement is an aliasReid Kleckner2014-02-031-0/+7
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-12/+12
* Don't use alias from derived dtor to base dtor at -O0.Rafael Espindola2013-11-131-1/+1
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-121-8/+8
* Revert "Keep the old function order in CodeGenModule::applyReplacements."Rafael Espindola2013-11-111-8/+8
* Keep the old function order in CodeGenModule::applyReplacements.Rafael Espindola2013-11-101-8/+8
* Use rauw for all discardable aliases, not just linkonce_odr.Rafael Espindola2013-11-081-18/+4
* If a linkonce_odr dtor/ctor is identical to another one, just rauw.Rafael Espindola2013-11-081-1/+1
* Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2013-11-051-4/+6
* Expand the test a bit.Rafael Espindola2013-11-051-1/+4
* Add a testcase from the recent bootstrap failure.Rafael Espindola2013-11-051-0/+13
* Revert "Produce direct calls instead of alias to linkonce_odr functions."Rafael Espindola2013-11-051-3/+1
* Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2013-11-051-1/+3
* Use aliases for more constructors and destructors.Rafael Espindola2013-11-041-8/+6
* Don't hardcode the alias order in this test.Rafael Espindola2013-10-111-9/+9
* Revert "Use aliases for more constructors and destructors."Rafael Espindola2013-10-101-28/+3
* Use aliases for more constructors and destructors.Rafael Espindola2013-10-091-3/+28
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-26/+26
* Test updates missed from r186799.Richard Smith2013-07-211-1/+1
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-4/+6
* clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array...NAKAMURA Takumi2012-05-011-1/+1
* PR12710 - broken default argument handling for templates.David Blaikie2012-05-011-0/+16
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-4/+6
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-1/+0
* Be sure to destroy the normal entry block of a cleanup that weJohn McCall2011-08-061-0/+25