[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-12-14 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.9 -> 1.10 --- Log message: File missing from last check in. --- Diffs of the changes: (+4 -4) MachineJumpTableInfo.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/include/llvm

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-12-14 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.8 -> 1.9 --- Log message: 1. Tidy up jump table info. 2. Allow the jit to handle PIC relocable jump tables. --- Diffs of the changes: (+6 -3) MachineJumpTableInfo.h |9 ++--- 1 files changed, 6 insert

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-10-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.7 -> 1.8 --- Log message: add an assertion --- Diffs of the changes: (+1 -0) MachineJumpTableInfo.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h diff -u

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-10-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.6 -> 1.7 --- Log message: const'ify jump table stuff --- Diffs of the changes: (+2 -2) MachineJumpTableInfo.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/CodeGen/M

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-10-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.5 -> 1.6 --- Log message: add a method for deleting dead jump tables. --- Diffs of the changes: (+6 -0) MachineJumpTableInfo.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/include/llvm/CodeGe

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-10-28 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.4 -> 1.5 --- Log message: determine whether a change was made --- Diffs of the changes: (+6 -2) MachineJumpTableInfo.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/include/l

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h

2006-10-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h updated: 1.3 -> 1.4 --- Log message: add a ReplaceMBBInJumpTables method --- Diffs of the changes: (+12 -0) MachineJumpTableInfo.h | 12 1 files changed, 12 insertions(+) Index: llvm/include/llvm/CodeGe

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineJumpTableInfo.h AsmPrinter.h MachineCodeEmitter.h MachineFunction.h MachineInstr.h ScheduleDAG.h SelectionDAG.h SelectionDAGISel.h SelectionDAGNod

2006-04-22 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachineJumpTableInfo.h added (r1.1) AsmPrinter.h updated: 1.31 -> 1.32 MachineCodeEmitter.h updated: 1.28 -> 1.29 MachineFunction.h updated: 1.58 -> 1.59 MachineInstr.h updated: 1.167 -> 1.168 ScheduleDAG.h updated: 1.22 -> 1.23 SelectionDAG.h upda