summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/pod-member-memcpys.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-34/+34
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-34/+34
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-34/+34
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-51/+50
* Make test more robust to appease build botsDavid Majnemer2014-10-101-1/+1
* CodeGen: FieldMemcpyizer didn't handle copies starting inside bitfieldsDavid Majnemer2014-10-101-0/+13
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-26/+26
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-26/+26
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-2/+2
* Fix the test on -Asserts build.Rafael Espindola2013-09-031-8/+8
* Don't run optimizations in a clang test.Rafael Espindola2013-09-031-49/+49
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-18/+18
* Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the firstLang Hames2013-03-051-0/+20
* Use the correct alignment for POD-member memcpys where the first field is aLang Hames2013-02-271-0/+14
* Remove block names from test case to unbreak release builds.Lang Hames2013-02-171-2/+0
* Re-apply r174919 - smarter copy/move assignment/construction, with fixes forLang Hames2013-02-171-0/+224