Changes in directory llvm/test/Regression/DebugInfo:
2007-01-02-UnboundedArray.cpp added (r1.1)
---
Log message:
PR1068: http://llvm.org/PR1068 - Unbounded array debug info.
---
Diffs of the changes: (+14 -0)
2007-01-02-UnboundedArray.cpp | 14 ++
1 files changed, 14 insertio
Changes in directory llvm/test/Regression/DebugInfo:
funccall.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
funccall.ll |2 +-
1 files
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-Pubnames.cpp updated: 1.4 -> 1.5
---
Log message:
This now passes on Linux/x86
---
Diffs of the changes: (+1 -1)
2006-11-30-Pubnames.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/D
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-Pubnames.cpp updated: 1.3 -> 1.4
---
Log message:
Failing linux.
---
Diffs of the changes: (+1 -1)
2006-11-30-Pubnames.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/DebugInfo/2006-1
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-NoCompileUnit.cpp updated: 1.1 -> 1.2
2006-11-30-Pubnames.cpp updated: 1.2 -> 1.3
---
Log message:
These pass on Linux now.
---
Diffs of the changes: (+4 -6)
2006-11-30-NoCompileUnit.cpp |8 +++-
2006-11-30-Pubnames.cp
Changes in directory llvm/test/Regression/DebugInfo:
funccall.c added (r1.1)
funccall.ll added (r1.1)
---
Log message:
Fixed to use current debug info.
---
Diffs of the changes: (+183 -0)
funccall.c | 17 ++
funccall.ll | 166 +
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-NoCompileUnit.cpp added (r1.1)
---
Log message:
Add compile unit size test
---
Diffs of the changes: (+58 -0)
2006-11-30-NoCompileUnit.cpp | 58 +++
1 files changed, 58 insertions(+)
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-Pubnames.cpp added (r1.1)
---
Log message:
Pubnames test
---
Diffs of the changes: (+19 -0)
2006-11-30-Pubnames.cpp | 19 +++
1 files changed, 19 insertions(+)
Index: llvm/test/Regression/DebugInfo/2006-11-3
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-30-Pubnames.cpp updated: 1.1 -> 1.2
---
Log message:
Correct comment
---
Diffs of the changes: (+2 -2)
2006-11-30-Pubnames.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/DebugInfo/2
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.8 -> 1.9
---
Log message:
XFAIL All but powerpc
---
Diffs of the changes: (+1 -1)
2006-11-06-StackTrace.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/Debug
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.7 -> 1.8
---
Log message:
Works for PowerPC with frame pointers.
---
Diffs of the changes: (+1 -1)
2006-11-06-StackTrace.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tes
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.6 -> 1.7
---
Log message:
Must have a frame pointer argument fixed. Now fails on PowerPC.
---
Diffs of the changes: (+2 -2)
2006-11-06-StackTrace.cpp |4 ++--
1 files changed, 2 insertions(+), 2 d
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.5 -> 1.6
---
Log message:
Must have a frame pointer.
---
Diffs of the changes: (+1 -2)
2006-11-06-StackTrace.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Regressio
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.4 -> 1.5
---
Log message:
This is XFAILed on i[0-9]86 systems not Linux
---
Diffs of the changes: (+1 -1)
2006-11-06-StackTrace.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: l
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.3 -> 1.4
---
Log message:
Make it work on Darwin.
---
Diffs of the changes: (+4 -3)
2006-11-06-StackTrace.cpp |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm/test/Regress
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.2 -> 1.3
---
Log message:
XFAIL this on Linux until Jim gets Darwin ship shape.
---
Diffs of the changes: (+1 -0)
2006-11-06-StackTrace.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/test
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp updated: 1.1 -> 1.2
---
Log message:
Make some corrections to this test case.
---
Diffs of the changes: (+6 -4)
2006-11-06-StackTrace.cpp | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
Ind
Changes in directory llvm/test/Regression/DebugInfo:
2006-11-06-StackTrace.cpp added (r1.1)
dg.exp added (r1.1)
---
Log message:
Add a test case for making sure gdb can get a stack trace with our debug
information.
---
Diffs of the changes: (+32 -0)
2006-11-06-StackTrace.cpp | 29 +++
Changes in directory llvm/test/Regression/DebugInfo:
.cvsignore added (r1.1)
---
Log message:
Ignore the Output dir.
---
Diffs of the changes: (+1 -0)
.cvsignore |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/DebugInfo/.cvsignore
diff -c /dev/null llvm/test/Regress
Changes in directory llvm/test/Regression/DebugInfo:
---
Log message:
Directory /var/cvs/llvm/llvm/test/Regression/DebugInfo added to the repository
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@c
20 matches
Mail list logo