llvm/lib/Transforms
Chris Lattner 2dd7657a5b add an early out to ProcessBranchOnXOR to speed it up,
handle the case when we can infer an input to the xor
from all inputs that agree, instead of going into an
infinite loop.  Another part of PR6199


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94321 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-23 19:16:25 +00:00
..
Hello Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
InstCombine implement a simple instcombine xform that has been in the 2010-01-23 18:49:30 +00:00
Instrumentation Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
IPO Another strncmp -> StringRef.startswith simplification. 2010-01-22 20:00:21 +00:00
Scalar add an early out to ProcessBranchOnXOR to speed it up, 2010-01-23 19:16:25 +00:00
Utils In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store 2010-01-23 00:17:34 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00