llvm-mirror/lib/Transforms
Chris Lattner 7130788ea2 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

llvm-svn: 94321
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