1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/lib/Transforms
Chris Lattner 4960857273 move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
out of instcombine into a new file in libanalysis.  This also teaches
ComputeNumSignBits about the number of sign bits in a constantint.

llvm-svn: 51863
2008-06-02 01:18:21 +00:00
..
Hello Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Instrumentation Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to 2008-05-23 21:05:58 +00:00
IPO Use eraseFromParent() instead of doing that manually in two places. 2008-05-30 12:35:46 +00:00
Scalar move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits 2008-06-02 01:18:21 +00:00
Utils rewrite operand loops to use iterators 2008-05-30 21:24:22 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00