summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-constructor-synthesis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-131-1/+1
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-1/+1
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-4/+4
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-4/+4
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-12/+12
* Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner2014-12-031-2/+2
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-3/+3
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-3/+3
* Complete Rewrite of CGRecordLayoutBuilderWarren Hunt2014-02-211-8/+4
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Weaken an assertion in memcpyization to account forJohn McCall2013-05-071-0/+41
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...Anders Carlsson2010-03-301-0/+1
* Handle default arguments when calling copy constructors for bases or members ...Anders Carlsson2010-03-301-0/+43
* Change a test to FileCheck bitcode instead of assembler.Anders Carlsson2010-03-301-12/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Handle references correctly when synthesizing copy constructors.Anders Carlsson2009-11-241-0/+11
* Implement a few more cases for copy constructor synthesis.Eli Friedman2009-11-161-0/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Mangle record types as decls.Anders Carlsson2009-09-261-6/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-39/+40
* Patch to provide ir-gen support in copying array membersFariborz Jahanian2009-08-211-0/+34
* ir-gen support for anonymous union data memberFariborz Jahanian2009-08-111-1/+15
* ir-gen for generating copying of scalar data members inFariborz Jahanian2009-08-101-2/+11
* Fixed a ir-gen bug in synthesizing copy constructors.Fariborz Jahanian2009-08-101-5/+2
* ir-gen for initialization, in synthesize copy constructor, Fariborz Jahanian2009-08-081-0/+55