aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/xor.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+12
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-171-0/+2
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-161-0/+14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-18/+18
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-0/+11
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+12
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-101-1/+1
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-091-1/+1
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-091-1/+1
* The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...Nadav Rotem2012-07-121-3/+3
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-071-1/+1
* Don't depend on the physreg coalescing order.Jakob Stoklund Olesen2011-05-041-4/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-281-4/+4
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-311-1/+1
* Canonicalize -1 - x to ~x.Evan Cheng2010-01-181-0/+11
* implement and document support for filecheck variables. ThisChris Lattner2009-09-271-16/+16
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-251-8/+8
* convert testcases to filecheck.Chris Lattner2009-09-251-0/+133