summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/destructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a lot of problems with the partial destruction of arrays:John McCall2011-07-111-2/+13
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-5/+5
* A number of array-related IR-gen cleanups.John McCall2011-07-091-18/+7
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-2/+2
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-2/+2
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-2/+2
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Look through array types when deciding whether a field requires non-trivialJohn McCall2011-02-131-0/+20
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-17/+17
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-17/+17
* Implement proper base/member destructor EH chaining.John McCall2010-07-211-1/+47
* Convert the EH cleanups for base and member destructors in a constructor intoJohn McCall2010-07-211-5/+5
* Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall2010-07-081-9/+6
* When destroying a cleanup, kill any references to instructions in the entryJohn McCall2010-07-061-0/+31
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-3/+55