LangRef.html says that inttoptr and ptrtoint always use zero-extension
[oota-llvm.git] / lib / Transforms / InstCombine / InstCombineAndOrXor.cpp
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...