aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memset-2.ll
AgeCommit message (Expand)Author
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng
2011-01-07Try to unbreak the arm buildbot.Benjamin Kramer
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng
2011-01-02Try to reuse the value when lowering memset.Benjamin Kramer
2011-01-02Lower the i8 extension in memset to a multiply instead of a potentially long ...Benjamin Kramer
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-04-02Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng
2010-04-01- Avoid using floating point stores to implement memset unless the value is z...Evan Cheng
2010-04-01Fix sdisel memcpy, memset, memmove lowering:Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar
2008-08-21Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng