Go to file
Dan Gohman 1ee696d8fc Instcombine's ShrinkDemandedConstant may strip bits out of constants,
obscuring what would otherwise be a low-bits mask.  Use ComputeMaskedBits
to compute what ShrinkDemandedConstant knew about to reconstruct a
low-bits mask value.

llvm-svn: 73540
2009-06-16 19:52:01 +00:00
clang Add -Wundeclared-selector to -Wmost options group. 2009-06-16 18:20:59 +00:00
compiler-rt/BlocksRuntime initial version of the blocks runtime 2009-06-10 18:41:48 +00:00
llvm Instcombine's ShrinkDemandedConstant may strip bits out of constants, 2009-06-16 19:52:01 +00:00