summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtin-memfns.c
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2025-01-02[clang][bytecode] Check for memcpy/memmove dummy pointers earlier (#121453)Timm Baeder
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2019-10-28[Builtins] Teach Clang about memccpyDávid Bolvanský
2018-10-04[constexpr] Fix ICE when memcpy() is given a pointer to an incomplete arrayPetr Pavlu
2018-08-04[constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith
2018-08-01Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg
2018-07-31[constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith
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
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