[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2007-06-13 Thread Dale Johannesen
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.20 -> 1.21 --- Log message: Handle blocks with 2 unconditional branches in AnalyzeBranch. --- Diffs of the changes: (+10 -0) AlphaInstrInfo.cpp | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/lib/T

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2007-06-08 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.19 -> 1.20 --- Log message: Add a utility routine to check for unpredicated terminator instruction. --- Diffs of the changes: (+3 -3) AlphaInstrInfo.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2007-05-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.18 -> 1.19 --- Log message: BlockHasNoFallThrough() now returns true if block ends with a return instruction. --- Diffs of the changes: (+2 -0) AlphaInstrInfo.cpp |2 ++ 1 files changed, 2 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaInstrInfo.h

2007-05-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.17 -> 1.18 AlphaInstrInfo.h updated: 1.7 -> 1.8 --- Log message: RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. --- Diffs of the changes: (+11 -9) AlphaInstrInfo.cpp | 16 +

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2007-04-25 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.16 -> 1.17 --- Log message: Relex assertions to account for additional implicit def / use operands. --- Diffs of the changes: (+1 -1) AlphaInstrInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Inde

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaLLRP.cpp AlphaRegisterInfo.cpp AlphaRegisterInfo.h

2006-11-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.14 -> 1.15 AlphaLLRP.cpp updated: 1.3 -> 1.4 AlphaRegisterInfo.cpp updated: 1.52 -> 1.53 AlphaRegisterInfo.h updated: 1.14 -> 1.15 --- Log message: Change MachineInstr ctor's to take a TargetInstrDescriptor reference inst

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaRegisterInfo.cpp AlphaRegisterInfo.h

2006-11-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.13 -> 1.14 AlphaRegisterInfo.cpp updated: 1.50 -> 1.51 AlphaRegisterInfo.h updated: 1.13 -> 1.14 --- Log message: Matches MachineInstr changes. --- Diffs of the changes: (+13 -9) AlphaInstrInfo.cpp|3 ++- Alph

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2006-10-24 Thread Rafael Espindola
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.10 -> 1.11 --- Log message: fix warning about missing newline at end of file --- Diffs of the changes: (+1 -1) AlphaInstrInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alp

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaInstrInfo.h

2006-10-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.9 -> 1.10 AlphaInstrInfo.h updated: 1.5 -> 1.6 --- Log message: implement uncond branch insertion so alpha works work branchfolding. --- Diffs of the changes: (+11 -0) AlphaInstrInfo.cpp |7 +++ AlphaInstrInf

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp

2006-03-09 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.8 -> 1.9 --- Log message: these are copies too --- Diffs of the changes: (+5 -1) AlphaInstrInfo.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp diff

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaInstrInfo.h AlphaInstrInfo.td

2006-02-02 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.7 -> 1.8 AlphaInstrInfo.h updated: 1.4 -> 1.5 AlphaInstrInfo.td updated: 1.112 -> 1.113 --- Log message: isStoreToStackSlot --- Diffs of the changes: (+20 -3) AlphaInstrInfo.cpp | 18 ++ AlphaInstrIn

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp AlphaInstrInfo.h AlphaRegisterInfo.cpp AlphaRegisterInfo.h

2006-02-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaInstrInfo.cpp updated: 1.6 -> 1.7 AlphaInstrInfo.h updated: 1.3 -> 1.4 AlphaRegisterInfo.cpp updated: 1.34 -> 1.35 AlphaRegisterInfo.h updated: 1.8 -> 1.9 --- Log message: Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a f