InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / docs / Packaging.rst
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2012-06-21 Bill WendlingSphinxify the outdated Packaging documentation.