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

2007-01-03 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.65 - 1.66 --- Log message: NULL names should pass validation. --- Diffs of the changes: (+2 -1) MachineDebugInfo.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2006-12-07 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.62 - 1.63 RegAllocLocal.cpp updated: 1.97 - 1.98 --- Log message: Removing even more iostream includes. --- Diffs of the changes: (+98 -100) MachineDebugInfo.cpp | 196

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

2006-11-30 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.60 - 1.61 DwarfWriter.cpp updated: 1.104 - 1.105 --- Log message: Change global descriptor names to provide name, full name and linkage name. --- Diffs of the changes: (+35 -36) DwarfWriter.cpp | 59

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

2006-11-30 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.61 - 1.62 --- Log message: better check for version --- Diffs of the changes: (+14 -2) MachineDebugInfo.cpp | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) Index:

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

2006-11-08 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.58 - 1.59 --- Log message: Now can re-enable debug label folding. --- Diffs of the changes: (+0 -3) MachineDebugInfo.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff

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

2006-11-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.54 - 1.55 LLVMTargetMachine.cpp updated: 1.4 - 1.5 DwarfWriter.cpp updated: 1.98 - 1.99 --- Log message: 1. Add a pass to fold debug label instructions so a debug info client can detect empty ranges. 2. Reorg how

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

2006-11-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.55 - 1.56 --- Log message: Missed a label map, reverting till covered. --- Diffs of the changes: (+3 -0) MachineDebugInfo.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp

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

2006-11-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.56 - 1.57 --- Log message: Missed a label map, reverting till covered. --- Diffs of the changes: (+0 -3) MachineDebugInfo.cpp |3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp

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

2006-11-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.57 - 1.58 --- Log message: Accidently reran commit. --- Diffs of the changes: (+3 -0) MachineDebugInfo.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff -u

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

2006-11-06 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.53 - 1.54 --- Log message: D'oh - reversed logic. --- Diffs of the changes: (+1 -1) MachineDebugInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff -u

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

2006-10-17 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.49 - 1.50 --- Log message: add a method to remove a line # record. --- Diffs of the changes: (+14 -0) MachineDebugInfo.cpp | 14 ++ 1 files changed, 14 insertions(+) Index:

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

2006-10-13 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.47 - 1.48 --- Log message: Clean up dump. --- Diffs of the changes: (+2 -2) MachineDebugInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff -u

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

2006-08-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.46 - 1.47 DwarfWriter.cpp updated: 1.69 - 1.70 --- Log message: Adding C++ member support. --- Diffs of the changes: (+152 -62) DwarfWriter.cpp | 210 ---

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

2006-06-19 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.42 - 1.43 --- Log message: Handle versioning of compile unit. --- Diffs of the changes: (+6 -0) MachineDebugInfo.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff

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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.39 - 1.40 --- Log message: Change versioning to per debug info descriptor (merged with tag.) --- Diffs of the changes: (+24 -28) MachineDebugInfo.cpp | 52 +++ 1 files

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

2006-03-27 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.35 - 1.36 --- Log message: More bulletproofing of DebugInfoDesc verify. --- Diffs of the changes: (+1 -1) MachineDebugInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-03-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.33 - 1.34 --- Log message: How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. --- Diffs of the changes: (+27 -24) MachineDebugInfo.cpp | 51

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

2006-03-26 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.34 - 1.35 --- Log message: Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. --- Diffs of the changes: (+7 -0) MachineDebugInfo.cpp |7 +++ 1 files changed, 7 insertions(+) Index:

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

2006-03-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.28 - 1.29 DwarfWriter.cpp updated: 1.45 - 1.46 --- Log message: temporary hack to get the build working again, apparently a header commit was forgotten --- Diffs of the changes: (+4 -4) DwarfWriter.cpp |2 +-

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

2006-03-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.29 - 1.30 DwarfWriter.cpp updated: 1.46 - 1.47 --- Log message: back out my previous hack --- Diffs of the changes: (+4 -4) DwarfWriter.cpp |2 +- MachineDebugInfo.cpp |6 +++--- 2 files changed, 4

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

2006-03-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.23 - 1.24 --- Log message: Switch to using a numeric id for anchors. --- Diffs of the changes: (+28 -12) MachineDebugInfo.cpp | 40 1 files changed, 28 insertions(+), 12

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

2006-03-07 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.25 - 1.26 --- Log message: libstdc++-v3 was failing to build. Needed to handle composite types with empty members (running into a zero initializer.) --- Diffs of the changes: (+8 -5) MachineDebugInfo.cpp | 13

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

2006-02-10 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.12 - 1.13 --- Log message: Reorg for integration with gcc4. Old style debug info will not be passed though to SelIDAG. --- Diffs of the changes: (+246 -110) MachineDebugInfo.cpp | 356

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

2006-02-06 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.10 - 1.11 --- Log message: Edit requests from Sabre. --- Diffs of the changes: (+80 -85) MachineDebugInfo.cpp | 165 --- 1 files changed, 80 insertions(+), 85

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

2006-02-06 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.11 - 1.12 --- Log message: Goodbye nasty macro. --- Diffs of the changes: (+4 -4) MachineDebugInfo.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp

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

2006-01-27 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.7 - 1.8 --- Log message: Forgot the version number. --- Diffs of the changes: (+1 -1) MachineDebugInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/MachineDebugInfo.cpp diff

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

2006-01-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.8 - 1.9 --- Log message: Fix build error that is apparently only a warning with some compilers. --- Diffs of the changes: (+1 -1) MachineDebugInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-01-04 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp added (r1.1) --- Log message: Extending MachineDebugInfo. --- Diffs of the changes: (+90 -0) MachineDebugInfo.cpp | 90 +++ 1 files changed, 90 insertions(+) Index:

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

2006-01-04 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: MachineDebugInfo.cpp updated: 1.1 - 1.2 --- Log message: Add unique id to debug location for debug label use (work in progress.) --- Diffs of the changes: (+1 -0) MachineDebugInfo.cpp |1 + 1 files changed, 1 insertion(+) Index: