summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xor.ll
Commit message (Expand)AuthorAge
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-17
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-16
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-10
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-08
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-10
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-09
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-09
* The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem2012-07-12
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-07
* Don't depend on the physreg coalescing order.Jakob Stoklund Olesen2011-05-04
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-22
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-28
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-31
* Canonicalize -1 - x to ~x.Evan Cheng2010-01-18
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-25
* convert testcases to filecheck.Chris Lattner2009-09-25