summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-constructor-elim.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-1/+1
* [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-201-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Tweak clang/test/CodeGenCXX/copy-constructor-elim.cpp to satisfy i686-linux.NAKAMURA Takumi2015-02-041-1/+1
* Fix ARM buildbotDavid Majnemer2015-02-041-1/+1
* Unbreak the MIPS buildbotDavid Majnemer2015-02-041-1/+1
* Unbreak hexagon botDavid Majnemer2015-02-031-1/+1
* CodeGen: Copy-ctorm must obey the destination's alignment requirementDavid Majnemer2015-02-031-0/+14
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-3/+6
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-15/+14
* ir-gen for generation of trvial copy constructorFariborz Jahanian2009-08-141-1/+14
* Patch to optimize away copy constructor call whenFariborz Jahanian2009-08-061-0/+31