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
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
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
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
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
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
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
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