aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memcmp.ll
AgeCommit message (Expand)Author
2012-08-03Fix memcmp code-gen to honor -fno-builtin.Bob Wilson
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2010-10-07convert cmp to use a multipatternChris Lattner
2009-12-24handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a Chris Lattner
2009-12-24move an optimization for memcmp out of simplifylibcalls and into Chris Lattner