summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/copy-constructor-elim.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2018-01-28Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2016-04-20[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-02-04Tweak clang/test/CodeGenCXX/copy-constructor-elim.cpp to satisfy i686-linux.NAKAMURA Takumi
2015-02-04Fix ARM buildbotDavid Majnemer
2015-02-04Unbreak the MIPS buildbotDavid Majnemer
2015-02-03Unbreak hexagon botDavid Majnemer
2015-02-03CodeGen: Copy-ctorm must obey the destination's alignment requirementDavid Majnemer
2014-02-01[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner
2013-07-04Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-14ir-gen for generation of trvial copy constructorFariborz Jahanian
2009-08-06Patch to optimize away copy constructor call whenFariborz Jahanian