Changes in directory llvm/lib/Transforms/Utils:
LCSSA.cpp updated: 1.23 -> 1.24
---
Log message:
Add a fix for an issue where LCSSA would fail to insert undef's in some corner
cases. Ideally, this issue will go away in the future as LCSSA gets smarter
about which Phi nodes it inserts.
---
Di
Changes in directory llvm/test/Regression/Transforms/LCSSA:
2006-07-09-NoDominator.ll added (r1.1)
---
Log message:
Add a test for the LCSSA issue I just fixed.
---
Diffs of the changes: (+31 -0)
2006-07-09-NoDominator.ll | 31 +++
1 files changed, 31 insertio
Changes in directory llvm/lib/Transforms/Utils:
LCSSA.cpp updated: 1.24 -> 1.25
---
Log message:
Fix typo in the comment.
---
Diffs of the changes: (+1 -1)
LCSSA.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Utils/LCSSA.cpp
diff -u llvm/lib/Tran
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.13 -> 1.14
ARMInstrInfo.cpp updated: 1.3 -> 1.4
ARMInstrInfo.h updated: 1.1 -> 1.2
ARMInstrInfo.td updated: 1.5 -> 1.6
ARMRegisterInfo.cpp updated: 1.5 -> 1.6
---
Log message:
create the raddr addressing mode that matches