llvm-6502/lib/Transforms
Chris Lattner 1e452650c6 Make jump threading honor x|undef -> true and x&undef -> false,
instead of considering x|undef -> x, which may not be true.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95850 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-11 04:40:44 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
InstCombine Add ConstantExpr handling to Intrinsic::objectsize lowering. 2010-02-11 01:48:54 +00:00
Instrumentation make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO Strip new llvm.dbg.value intrinsic. 2010-02-10 21:19:56 +00:00
Scalar Make jump threading honor x|undef -> true and x&undef -> false, 2010-02-11 04:40:44 +00:00
Utils Teach SimplifyCFG about magic pointer constants. 2010-02-05 22:03:18 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00