[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2007-06-14 Thread Duncan Sands
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.28 -> 1.29 --- Log message: Fix typos. --- Diffs of the changes: (+3 -3) SourceLevelDebugging.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/SourceLevelDebugging.html diff -u llvm/

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2007-03-14 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.27 -> 1.28 --- Log message: Change e-mail address. --- Diffs of the changes: (+2 -2) SourceLevelDebugging.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/SourceLevelDebugging.html diff

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2007-01-26 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.26 -> 1.27 --- Log message: Change the MachineDebugInfo to MachineModuleInfo to better reflect usage for debugging and exception handling. --- Diffs of the changes: (+2 -2) SourceLevelDebugging.html |4 ++-- 1 files c

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-11-30 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.25 -> 1.26 --- Log message: Update docs --- Diffs of the changes: (+5 -3) SourceLevelDebugging.html |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/docs/SourceLevelDebugging.html diff -u llv

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-08-21 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.24 -> 1.25 --- Log message: Update info on mangled names. --- Diffs of the changes: (+9 -3) SourceLevelDebugging.html | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm/docs/SourceLevelDeb

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-08-21 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.23 -> 1.24 --- Log message: Update debugging documents. --- Diffs of the changes: (+13 -1) SourceLevelDebugging.html | 14 +- 1 files changed, 13 insertions(+), 1 deletion(-) Index: llvm/docs/SourceLevelDe

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-06-21 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.22 -> 1.23 --- Log message: fix typos --- Diffs of the changes: (+3 -3) SourceLevelDebugging.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/SourceLevelDebugging.html diff -u llvm/do

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-06-20 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.21 -> 1.22 --- Log message: add subroutine types --- Diffs of the changes: (+6 -1) SourceLevelDebugging.html |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/docs/SourceLevelDebugging.html diff

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-06-16 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.20 -> 1.21 --- Log message: add decimal form of LLVMDebugVersion --- Diffs of the changes: (+2 -2) SourceLevelDebugging.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/SourceLevelDebug

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-06-16 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.19 -> 1.20 --- Log message: 1. Revise vector debug support. 2. Update docs for vector debug support and new version control. 3. Simplify serialization of DebugDescInfo subclasses. --- Diffs of the changes: (+56 -56) Sou

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-06-15 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.18 -> 1.19 --- Log message: 1. Support standard dwarf format (was bootstrapping in Apple format.) 2. Add vector support. --- Diffs of the changes: (+7 -2) SourceLevelDebugging.html |9 +++-- 1 files changed, 7 in

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-24 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.17 -> 1.18 --- Log message: Fixed some grammer and spelling. --- Diffs of the changes: (+7 -6) SourceLevelDebugging.html | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) Index: llvm/docs/SourceLeve

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-23 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.16 -> 1.17 --- Log message: Correction of stoppoint arguments. --- Diffs of the changes: (+6 -5) SourceLevelDebugging.html | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Index: llvm/docs/SourceLeve

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-23 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.15 -> 1.16 --- Log message: Updated information related to local variables and scopes. --- Diffs of the changes: (+106 -34) SourceLevelDebugging.html | 140 ++ 1 files changed,

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-15 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.14 -> 1.15 --- Log message: Update doc to reflect changes in subprogram and block descriptors. --- Diffs of the changes: (+56 -24) SourceLevelDebugging.html | 80 -- 1 files c

[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

2006-03-14 Thread Jim Laskey
Changes in directory llvm/docs: SourceLevelDebugging.html updated: 1.13 -> 1.14 --- Log message: Reflect the fact that empty strings can be expressed as null. --- Diffs of the changes: (+5 -6) SourceLevelDebugging.html | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-)