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

2006-10-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.40 -> 1.41 MachineDebugInfo.h updated: 1.40 -> 1.41 --- Log message: Do not leak all of the SourceLineInfo objects. Do not bother mallocing each one separately. --- Diffs of the changes: (+8 -3) DwarfWriter.h |

[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h MachineDebugInfo.h MachineFrameInfo.h MachineLocation.h

2006-04-07 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.32 -> 1.33 MachineDebugInfo.h updated: 1.32 -> 1.33 MachineFrameInfo.h updated: 1.16 -> 1.17 MachineLocation.h updated: 1.1 -> 1.2 --- Log message: Foundation for call frame information. --- Diffs of the changes: (+100

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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.29 -> 1.30 MachineDebugInfo.h updated: 1.30 -> 1.31 --- Log message: Generate local variable and scope information and equivalent dwarf forms. --- Diffs of the changes: (+215 -34) DwarfWriter.h | 49 +++

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

2006-02-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.24 -> 1.25 MachineDebugInfo.h updated: 1.17 -> 1.18 --- Log message: DwarfWriter reading basic type information from llvm-gcc4 code. --- Diffs of the changes: (+82 -7) DwarfWriter.h | 13 ++--- MachineDebug

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

2006-02-22 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.23 -> 1.24 MachineDebugInfo.h updated: 1.16 -> 1.17 --- Log message: Coordinate activities with llvm-gcc4 and dwarf. --- Diffs of the changes: (+64 -71) DwarfWriter.h | 86 +-

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

2006-02-06 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.22 -> 1.23 MachineDebugInfo.h updated: 1.10 -> 1.11 --- Log message: Changing model for the construction of debug information. --- Diffs of the changes: (+332 -101) DwarfWriter.h |4 MachineDebugInfo.h | 42

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

2006-01-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.19 -> 1.20 MachineDebugInfo.h updated: 1.8 -> 1.9 --- Log message: Improve visibility/correctness of operand indices in "llvm.db" objects. Handle 64 in DIEs. --- Diffs of the changes: (+39 -5) DwarfWriter.h | 1

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

2006-01-26 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.17 -> 1.18 MachineDebugInfo.h updated: 1.7 -> 1.8 --- Log message: Use global information to fill out Dwarf compile units. --- Diffs of the changes: (+7 -2) DwarfWriter.h |5 +++-- MachineDebugInfo.h |4 +

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

2006-01-26 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.16 -> 1.17 MachineDebugInfo.h updated: 1.6 -> 1.7 --- Log message: Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. Global Variable information is now pulled from "llvm.dbg.globals" --- Diff

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.6 -> 1.7 MachineDebugInfo.h updated: 1.5 -> 1.6 --- Log message: Adding basic support for Dwarf line number debug information. I promise to keep future commits smaller. --- Diffs of the changes: (+506 -84) DwarfWrit

[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h MachineDebugInfo.h SelectionDAGNodes.h

2006-01-04 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.5 -> 1.6 MachineDebugInfo.h updated: 1.4 -> 1.5 SelectionDAGNodes.h updated: 1.86 -> 1.87 --- Log message: Added initial support for DEBUG_LABEL allowing debug specific labels to be inserted in the code. --- Diffs of the