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

2007-01-29 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.44 - 1.45 --- Log message: Landing pad-less eh for PPC. --- Diffs of the changes: (+12 -7) DwarfWriter.h | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h MachineFrameInfo.h MachineFunction.h ScheduleDAG.h SelectionDAG.h SelectionDAGNodes.h

2007-01-26 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.43 - 1.44 MachineFrameInfo.h updated: 1.21 - 1.22 MachineFunction.h updated: 1.63 - 1.64 ScheduleDAG.h updated: 1.33 - 1.34 SelectionDAG.h updated: 1.145 - 1.146 SelectionDAGNodes.h updated: 1.164 - 1.165 --- Log message:

Re: [llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h MachineFrameInfo.h MachineFunction.h ScheduleDAG.h SelectionDAG.h SelectionDAGNodes.h

2007-01-26 Thread Reid Spencer
Jim, This is causing compile failure: llvm[2]: Compiling InstrInfoEmitter.cpp for Debug build In file included from /proj/llvm/llvm-3/include/llvm/Target/TargetInstrInfo.h:18, from InstrInfoEmitter.cpp:17: /proj/llvm/llvm-3/include/llvm/CodeGen/MachineFunction.h:21:44: error:

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

2006-12-07 Thread Bill Wendling
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.42 - 1.43 --- Log message: Removed more iostream includes --- Diffs of the changes: (+1 -1) DwarfWriter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h

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

2006-10-30 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.41 - 1.42 --- Log message: Simplify DwarfWriter header. --- Diffs of the changes: (+6 -357) DwarfWriter.h | 363 -- 1 files changed, 6 insertions(+), 357

[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

2006-06-14 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.36 - 1.37 --- Log message: Place dwarf headers at earliest possible point. Well behaved when skipping functions. --- Diffs of the changes: (+17 -5) DwarfWriter.h | 22 +- 1 files changed, 17

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

2006-05-02 Thread Owen Anderson
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.34 - 1.35 MachineConstantPool.h updated: 1.15 - 1.16 MachineJumpTableInfo.h updated: 1.2 - 1.3 --- Log message: Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one

[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

2006-04-07 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.33 - 1.34 --- Log message: Make sure that debug labels are defined within the same section and after the entry point of a function. --- Diffs of the changes: (+2 -2) DwarfWriter.h |4 ++-- 1 files changed, 2

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

2006-03-28 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.31 - 1.32 --- Log message: Refactor address attributes. Add base register to frame info. --- Diffs of the changes: (+5 -0) DwarfWriter.h |5 + 1 files changed, 5 insertions(+) Index:

[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

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.30 - 1.31 --- Log message: Make sure types are allocated in the scope of their use. --- Diffs of the changes: (+8 -9) DwarfWriter.h | 17 - 1 files changed, 8 insertions(+), 9 deletions(-) Index:

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

2006-03-01 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.27 - 1.28 --- Log message: Use context and not compile unit. --- Diffs of the changes: (+2 -2) DwarfWriter.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2006-02-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.26 - 1.27 --- Log message: Supporting multiple compile units. --- Diffs of the changes: (+16 -27) DwarfWriter.h | 43 --- 1 files changed, 16 insertions(+), 27 deletions(-)

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

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

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

2006-01-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.20 - 1.21 --- Log message: Sorry - really folowing convention. --- Diffs of the changes: (+1 -0) DwarfWriter.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff -u

[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

2006-01-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.15 - 1.16 --- Log message: Crude Dwarf global variable debugging. --- Diffs of the changes: (+50 -29) DwarfWriter.h | 79 -- 1 files changed, 50

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.11 - 1.12 --- Log message: Reworked how Dwarf debug info entries and abbreviations are handled. Added pubnames and debuy str sections. --- Diffs of the changes: (+235 -90) DwarfWriter.h | 325

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.13 - 1.14 --- Log message: Correct some simple errors. --- Diffs of the changes: (+1 -1) DwarfWriter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff

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

2006-01-20 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.14 - 1.15 --- Log message: Simplify search for abbreviations. --- Diffs of the changes: (+19 -0) DwarfWriter.h | 19 +++ 1 files changed, 19 insertions(+) Index:

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

2006-01-18 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.10 - 1.11 --- Log message: Added minimum Dwarf aranges. Cleaned up some section headers. Line number support now works in gdb. --- Diffs of the changes: (+6 -6) DwarfWriter.h | 12 ++-- 1 files changed, 6

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

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.8 - 1.9 --- Log message: Add frame work for additional dwarf sections. Comments will improve as code is added. --- Diffs of the changes: (+64 -0) DwarfWriter.h | 64

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

2006-01-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.9 - 1.10 --- Log message: Pastos. --- Diffs of the changes: (+9 -9) DwarfWriter.h | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff -u

[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

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

2005-12-21 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.1 - 1.2 --- Log message: Oops llvm namespace. --- Diffs of the changes: (+410 -406) DwarfWriter.h | 816 +- 1 files changed, 410 insertions(+), 406

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

2005-12-21 Thread Reid Spencer
Changes in directory llvm/include/llvm/CodeGen: DwarfWriter.h updated: 1.2 - 1.3 --- Log message: Add an eol at the end to shut gcc up. --- Diffs of the changes: (+1 -1) DwarfWriter.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: