summaryrefslogtreecommitdiff
path: root/test/CodeGen/builtin-memfns.c
AgeCommit message (Expand)Author
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
2012-08-23Use the alignment from lvalue emission to more accurately compute the alignmentEli Friedman
2012-03-04From his comment in PR12168, Eli seems confused about the alignment assumptionsChris Lattner
2012-03-04add a testcase for PR12094 and fix a crash on pointer to incomplete type,Chris Lattner
2011-04-20fix a crash on code that uses the result value of __builtin___memcpy_chk.Chris Lattner
2011-04-17fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizesChris Lattner
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang
2010-03-30Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16Fix IRgen of __builtin_memset.Daniel Dunbar
2008-07-22Implement bzero, memset, memmove builtins.Daniel Dunbar