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/include/llvm/CodeGen
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:
llv
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 mess
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.42 -> 1.43
---
Log message:
Removed more includes
---
Diffs of the changes: (+1 -1)
DwarfWriter.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llv
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 deleti
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 |
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 in
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
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 inse
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
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/include/llvm/Code
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:
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 +++
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.28 -> 1.29
---
Log message:
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
pointing this out.
---
Diffs of the changes: (+1 -1)
DwarfWriter.h |2 +-
1 files changed, 1 insertion(+), 1 del
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/include/llvm/CodeGen/DwarfWrite
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(-)
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.25 -> 1.26
---
Log message:
Re-orging file.
---
Diffs of the changes: (+383 -700)
DwarfWriter.h | 1083 --
1 files changed, 383 insertions(+), 700 deletions(-)
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
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 +-
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
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.21 -> 1.22
---
Log message:
Using bit size of integers instead of ambiguous "long" et all.
---
Diffs of the changes: (+8 -8)
DwarfWriter.h | 16
1 files changed, 8 insertions(+), 8 deletions(-)
In
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/i
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
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.18 -> 1.19
---
Log message:
Dropped DwarfWriter::
---
Diffs of the changes: (+1 -1)
DwarfWriter.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm
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 +
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
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 insertions(+)
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/include/llvm/CodeGen/DwarfWri
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 -
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.12 -> 1.13
---
Log message:
Right size integer values before emitting.
---
Diffs of the changes: (+2 -1)
DwarfWriter.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/Dwa
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 ++
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
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 l
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
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.7 -> 1.8
---
Log message:
Misc. errors.
---
Diffs of the changes: (+12 -7)
DwarfWriter.h | 19 ---
1 files changed, 12 insertions(+), 7 deletions(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
d
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
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
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: llvm/include/llvm/CodeGen/DwarfWriter.
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 deletions(-
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h added (r1.1)
---
Log message:
Start of Dwarf framework code.
---
Diffs of the changes: (+424 -0)
DwarfWriter.h | 424 ++
1 files changed, 424 insertions(+)
Index: llvm/i
40 matches
Mail list logo