summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-memfns.c
Commit message (Expand)AuthorAgeFilesLines
* Merging r338602:Hans Wennborg2018-08-021-17/+0
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-0/+17
* 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-5/+5
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* Use the alignment from lvalue emission to more accurately compute the alignmentEli Friedman2012-08-231-0/+20
* From his comment in PR12168, Eli seems confused about the alignment assumptionsChris Lattner2012-03-041-1/+5
* add a testcase for PR12094 and fix a crash on pointer to incomplete type,Chris Lattner2012-03-041-0/+11
* fix a crash on code that uses the result value of __builtin___memcpy_chk.Chris Lattner2011-04-201-0/+6
* fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizesChris Lattner2011-04-171-1/+28
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-5/+7
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-7/+5
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-5/+7
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-7/+5
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-5/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix IRgen of __builtin_memset.Daniel Dunbar2009-02-161-1/+5
* Implement bzero, memset, memmove builtins.Daniel Dunbar2008-07-221-0/+11