InstCombine: Preserve nsw/nuw for ((X << C2)*C1) -> (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.