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

2007-06-02 Thread Duncan Sands
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp updated: 1.16 -> 1.17 --- Log message: The semantics of invoke require that we always jump to the unwind block (landing pad) when an exception unwinds through the call. This doesn't quite match the way the dwarf unwinder works: by de

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

2007-05-11 Thread Devang Patel
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp updated: 1.11 -> 1.12 --- Log message: Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.html --- Diffs of the changes: (+1 -1) MachineModuleInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 de

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

2007-05-10 Thread Anton Korobeynikov
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp updated: 1.10 -> 1.11 --- Log message: Ooops. Some debugging stuff :) --- Diffs of the changes: (+0 -1) MachineModuleInfo.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/CodeGen/MachineModuleInfo.cpp diff -u llvm/l

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

2007-03-01 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp updated: 1.4 -> 1.5 --- Log message: Collect eh filter info. --- Diffs of the changes: (+19 -12) MachineModuleInfo.cpp | 31 +++ 1 files changed, 19 insertions(+), 12 deletions(-) Index: llvm/lib/Co

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

2007-02-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp updated: 1.3 -> 1.4 --- Log message: Add structures used for collecting eh information. --- Diffs of the changes: (+94 -0) MachineModuleInfo.cpp | 94 ++ 1 files changed, 94 insert

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

2007-01-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineModuleInfo.cpp added (r1.1) MachineDebugInfo.cpp (r1.71) removed --- Log message: rename files --- Diffs of the changes: (+1696 -0) MachineModuleInfo.cpp | 1696 ++ 1 files changed, 1696 insertions