[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2007-06-28 Thread David Greene
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.47 - 1.48 --- Log message: Fix misue of iterator pointing to erased object. Uncovered by _GLIBCXX_DEBUG. --- Diffs of the changes: (+3 -3) MachineBasicBlock.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2007-05-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.44 - 1.45 --- Log message: Move isSuccessor() offline, change it to use std::find. --- Diffs of the changes: (+6 -0) MachineBasicBlock.cpp |6 ++ 1 files changed, 6 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2007-04-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.43 - 1.44 --- Log message: print isLandingPad() for MBBs --- Diffs of the changes: (+5 -3) MachineBasicBlock.cpp |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2007-02-17 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.39 - 1.40 --- Log message: Added removeLiveIn. --- Diffs of the changes: (+7 -1) MachineBasicBlock.cpp |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm/lib/CodeGen/MachineBasicBlock.cpp

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2007-02-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.38 - 1.39 --- Log message: Add live-ins to MachineBasicBlock. --- Diffs of the changes: (+22 -1) MachineBasicBlock.cpp | 23 ++- 1 files changed, 22 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp MachineInstr.cpp

2006-11-27 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.34 - 1.35 MachineInstr.cpp updated: 1.132 - 1.133 --- Log message: Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead of opcode and number of operands. --- Diffs of the changes: (+15 -21)

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2006-10-23 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.32 - 1.33 --- Log message: add moveBefore/moveAfter helper methods --- Diffs of the changes: (+12 -0) MachineBasicBlock.cpp | 12 1 files changed, 12 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2006-10-06 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.31 - 1.32 --- Log message: print labels even if a MBB doesn't have a corresponding LLVM BB, just don't print the LLVM BB label. --- Diffs of the changes: (+4 -3) MachineBasicBlock.cpp |7 --- 1 files changed,

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2006-10-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.30 - 1.31 --- Log message: MachineBasicBlock::splice was incorrectly updating parent pointers on instructions. --- Diffs of the changes: (+3 -3) MachineBasicBlock.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2006-10-03 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.29 - 1.30 --- Log message: Print the MBB ID # along with the bb tag in the -print-machine-instrs output. --- Diffs of the changes: (+1 -1) MachineBasicBlock.cpp |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp

2006-09-25 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.28 - 1.29 --- Log message: print the preds of each MBB --- Diffs of the changes: (+8 -0) MachineBasicBlock.cpp |8 1 files changed, 8 insertions(+) Index: llvm/lib/CodeGen/MachineBasicBlock.cpp diff -u

[llvm-commits] CVS: llvm/lib/CodeGen/MachineBasicBlock.cpp MachineInstr.cpp

2006-05-04 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineBasicBlock.cpp updated: 1.26 - 1.27 MachineInstr.cpp updated: 1.119 - 1.120 --- Log message: Remove and simplify some more machineinstr/machineoperand stuff. --- Diffs of the changes: (+2 -2) MachineBasicBlock.cpp |2 +- MachineInstr.cpp