summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_setcc.ll
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Improve logic that decides if its profitable to commute when some of the virt...Craig Topper1-4/+2
2014-02-26Lower unsigned vsetcc to psubus in certain casesQuentin Colombet1-12/+6
2013-09-06SelectionDAG: create correct BooleanContent constantsTim Northover1-0/+61
2013-08-23Rename features to match what gcc and clang use.Rafael Espindola1-1/+1
2013-07-17llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...NAKAMURA Takumi1-3/+3
2013-07-16Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer1-3/+3
2013-07-16Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer1-4/+4
2013-07-16Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer1-18/+18
2013-07-16[X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka1-0/+126