InstCombine: Propagate exact in (udiv (lshr X,C1),C2) -> (udiv x,C1<<C2)
[oota-llvm.git] / lib / Transforms / InstCombine / Makefile
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-04 Chris Lattnerforgot to svn add these.