aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/or.ll
Commit message (Expand)AuthorAgeFilesLines
* Teach InstCombine to merge (icmp ult (X + CA), C1) | (icmp eq X, C2) into (ic...Benjamin Kramer2010-12-201-0/+14
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-131-4/+13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-121-13/+4
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-111-4/+13
* Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.Benjamin Kramer2010-09-101-0/+17
* revert r108320, I see the failures now...Chris Lattner2010-07-141-13/+0
* reapply benjamin's instcombine patch, I don't see anything wrong with it and ...Chris Lattner2010-07-141-0/+13
* Nope, still breaks the release selfhost bots :(Benjamin Kramer2010-07-121-13/+0
* Reapply the "or" half of r108136, which seems to be less problematic.Benjamin Kramer2010-07-121-0/+13
* Revert r108141 again, sigh.Benjamin Kramer2010-07-121-13/+0
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-121-0/+13
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-121-14/+0
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-121-0/+14
* make these less sensitive to temporary naming.Chris Lattner2010-03-051-10/+10
* don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : BChris Lattner2010-02-021-0/+14
* add one more bitfield optimization, allowing clang to generateChris Lattner2010-01-111-0/+16
* implement an instcombine xform needed by clang's codegenChris Lattner2010-01-041-0/+13
* Fix logic error in previous commit. The != case needs to become an or, not anNick Lewycky2010-01-021-0/+14
* Optimize pointer comparison into the typesafe form, now that the backends willNick Lewycky2010-01-021-0/+13
* remove the instcombine transformations that are inserting nastyChris Lattner2010-01-021-15/+0
* Implement PR5634.Chris Lattner2009-11-291-1/+43
* reapply r85085 with a bugfix to avoid infinite looping.Chris Lattner2009-10-261-1/+0
* Revert 85085. It causes infinite looping during llvm-gcc build.Evan Cheng2009-10-261-0/+1
* Implement PR3266 & PR5276, folding:Chris Lattner2009-10-261-1/+16
* convert or.ll to filecheck and merge or2 into it.Chris Lattner2009-10-251-59/+128
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-107/+120
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-3/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* new testcaseChris Lattner2006-02-261-1/+8
* tweaksChris Lattner2006-02-121-0/+8
* new testcaseChris Lattner2005-09-181-0/+8
* new testcaseChris Lattner2005-05-061-0/+5
* New testcaseChris Lattner2004-09-281-0/+15
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* New testcasesChris Lattner2003-08-121-0/+13
* More testcases, which I'll implement laterChris Lattner2003-07-241-0/+7
* New testcaseChris Lattner2003-07-241-0/+7
* Renumber tests sequentiallyChris Lattner2003-07-231-9/+9
* Split the or and xor tests into two separate filesChris Lattner2003-07-231-60/+1
* Remove obscure testChris Lattner2003-07-231-11/+0
* New testcaseChris Lattner2003-07-231-0/+6
* New testcaseChris Lattner2003-07-231-0/+7
* New testcasesChris Lattner2003-07-231-0/+14
* New testcaseChris Lattner2003-07-231-0/+12
* New testcaseChris Lattner2003-07-231-0/+5
* Remove usage of grep-not scriptChris Lattner2003-06-281-1/+1