summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/or.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-14
* The transform is:Bill Wendling2013-02-16
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-18
* Add an instcombine for constructs like a | -(b != c); a select is moreEli Friedman2011-04-14
* Teach InstCombine to merge (icmp ult (X + CA), C1) | (icmp eq X, C2) into (ic...Benjamin Kramer2010-12-20
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.Benjamin Kramer2010-09-10
* revert r108320, I see the failures now...Chris Lattner2010-07-14
* reapply benjamin's instcombine patch, I don't see anything wrong with it and ...Chris Lattner2010-07-14
* Nope, still breaks the release selfhost bots :(Benjamin Kramer2010-07-12
* Reapply the "or" half of r108136, which seems to be less problematic.Benjamin Kramer2010-07-12
* Revert r108141 again, sigh.Benjamin Kramer2010-07-12
* Reapply 108136 with an ugly pasto fixed.Benjamin Kramer2010-07-12
* Revert r108136 until I figure out why it broke selfhost.Benjamin Kramer2010-07-12
* instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...Benjamin Kramer2010-07-12
* make these less sensitive to temporary naming.Chris Lattner2010-03-05
* don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : BChris Lattner2010-02-02
* add one more bitfield optimization, allowing clang to generateChris Lattner2010-01-11
* implement an instcombine xform needed by clang's codegenChris Lattner2010-01-04
* Fix logic error in previous commit. The != case needs to become an or, not anNick Lewycky2010-01-02
* Optimize pointer comparison into the typesafe form, now that the backends willNick Lewycky2010-01-02
* remove the instcombine transformations that are inserting nastyChris Lattner2010-01-02
* Implement PR5634.Chris Lattner2009-11-29
* reapply r85085 with a bugfix to avoid infinite looping.Chris Lattner2009-10-26
* Revert 85085. It causes infinite looping during llvm-gcc build.Evan Cheng2009-10-26
* Implement PR3266 & PR5276, folding:Chris Lattner2009-10-26
* convert or.ll to filecheck and merge or2 into it.Chris Lattner2009-10-25
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-02-26
* tweaksChris Lattner2006-02-12
* new testcaseChris Lattner2005-09-18
* new testcaseChris Lattner2005-05-06
* New testcaseChris Lattner2004-09-28
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* New testcasesChris Lattner2003-08-12
* More testcases, which I'll implement laterChris Lattner2003-07-24
* New testcaseChris Lattner2003-07-24
* Renumber tests sequentiallyChris Lattner2003-07-23
* Split the or and xor tests into two separate filesChris Lattner2003-07-23
* Remove obscure testChris Lattner2003-07-23
* New testcaseChris Lattner2003-07-23