Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code
[oota-llvm.git] / lib / CodeGen / ProcessImplicitDefs.cpp
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Lang HamesFixes the bug exposed by Anton's test case in PR 5495:
2009-11-03 Lang HamesThe Indexes Patch.