summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xor.ll
AgeCommit message (Expand)Author
2015-06-27llvm/test/CodeGen/X86/xor.ll: Appease Win32 targets since r240796.NAKAMURA Takumi
2015-06-26[DAGCombine] Fix demanded bits computation for exact shifts.Benjamin Kramer
2015-03-18DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)David Majnemer
2015-02-08generalize test; nothing Nehalem-specific hereSanjay Patel
2013-11-17DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer
2013-10-16DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2012-08-10Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen
2012-08-09Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen
2012-08-09Partition use lists so defs always come before uses.Jakob Stoklund Olesen
2012-07-12The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem
2011-11-07Expand V_SET0 to xorps by default.Jakob Stoklund Olesen
2011-05-04Don't depend on the physreg coalescing order.Jakob Stoklund Olesen
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2010-04-28Enable i16 to i32 promotion by default.Evan Cheng
2010-03-31Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen
2010-01-18Canonicalize -1 - x to ~x.Evan Cheng
2009-09-27implement and document support for filecheck variables. ThisChris Lattner
2009-09-25reimplement the regex matching strategy by building a singleChris Lattner
2009-09-25convert testcases to filecheck.Chris Lattner