aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memset.ll
AgeCommit message (Expand)Author
2013-02-25Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-05-26The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky
2008-05-22Add a couple of test cases.Evan Cheng