summaryrefslogtreecommitdiff
path: root/test/CodeGen/3dnow-builtins.c
AgeCommit message (Expand)Author
2016-09-28[X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen
2016-08-04After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher
2016-03-04[X86] Pass __m64 types via SSE registers for GCC compatibilityDavid Majnemer
2015-12-05[X86][3DNow!] Stripped backend codegen testsSimon Pilgrim
2015-11-12Provide a frontend based error for always_inline functions that requireEric Christopher
2015-10-14Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher
2015-08-29[X86] Reapplied r246204, r246206, r246211, r246223Simon Pilgrim
2015-08-28Revert "[X86][3DNow] Added debug codegen test for 3DNow! intrinsics"Renato Golin
2015-08-27[X86][3DNow] Added debug codegen test for 3DNow! intrinsicsSimon Pilgrim
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-02-20Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ toChandler Carruth