summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-destructor-calls.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-181-3/+3
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-1/+1
* Update for llvm API change.Rafael Espindola2014-06-031-2/+2
* Update for llvm api change.Rafael Espindola2014-05-161-2/+2
* Output destructors and constructors in a more natural order.Rafael Espindola2013-12-091-5/+5
* Don't use alias from derived dtor to base dtor at -O0.Rafael Espindola2013-11-131-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* PR12798: Don't drop part of the nested name specifier when instantiating aRichard Smith2012-05-151-0/+11
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-3/+3
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-3/+3
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-0/+25
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-4/+3
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+3
* Make deleting and complete dtor variants defer to other dtor variants byJohn McCall2010-02-181-5/+5
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-2/+1
* Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...Anders Carlsson2010-01-021-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When generating a virtual destructor, don't try to make a virtual call to the...Anders Carlsson2009-12-041-0/+24