Fix "the the" and similar typos.
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineAndOrXor.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Chris Lattnersimplify this code, duh.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-05 Chris Lattnerfix logical-select to invoke filecheck right, and fix...
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-19 Chris Lattneroptimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund...
2010-01-11 Chris Lattneradd one more bitfield optimization, allowing clang...
2010-01-05 Chris Lattnersplit and/or/xor out into one overly-large (2000LOC...