llvm-6502/lib/Transforms
Chris Lattner 3bad2533bb handle undef values much more carefully: generalize the resolveundefbranches
code to handle instructions as well, so that we properly fold things like
X & undef -> 0.
This fixes Transforms/SCCP/2006-12-19-UndefBug.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32715 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-20 06:21:33 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation remove dead statistic 2006-12-19 22:23:21 +00:00
IPO switch statistics over to not use static ctors. 2006-12-19 23:16:47 +00:00
Scalar handle undef values much more carefully: generalize the resolveundefbranches 2006-12-20 06:21:33 +00:00
Utils switch more statistics over to STATISTIC, eliminating static ctors. Also, 2006-12-19 22:17:40 +00:00
ExprTypeConvert.cpp Convert the last uses of CastInst::createInferredCast to a normal cast 2006-12-18 08:47:13 +00:00
LevelRaise.cpp switch more statistics over to STATISTIC, eliminating static ctors. Also, 2006-12-19 22:17:40 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp For PR950: 2006-10-20 07:07:24 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00