[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h MathExtras.h

2007-04-16 Thread Anton Korobeynikov
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.11 -> 1.12 MathExtras.h updated: 1.44 -> 1.45 --- Log message: Removed tabs everywhere except autogenerated & external files. Add make target for tabs checking. --- Diffs of the changes: (+3 -3) Dwarf.h |2 +- Mat

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2007-02-01 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.10 -> 1.11 --- Log message: Support for non-landing pad exception handling. --- Diffs of the changes: (+19 -1) Dwarf.h | 20 +++- 1 files changed, 19 insertions(+), 1 deletion(-) Index: llvm/include/llvm/

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-08-21 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.9 -> 1.10 --- Log message: Adding new Dwarf constants. --- Diffs of the changes: (+3 -2) Dwarf.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/include/llvm/Support/Dwarf.h diff -u llvm/include

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h Mangler.h MathExtras.h SlowOperationInformer.h IncludeFile.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.8 -> 1.9 Mangler.h updated: 1.20 -> 1.21 MathExtras.h updated: 1.33 -> 1.34 SlowOperationInformer.h updated: 1.8 -> 1.9 IncludeFile.h (r1.3) removed --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to Sy

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-06-16 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.7 -> 1.8 --- 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: (+2 -0) Dwarf.h |

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-06-15 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.6 -> 1.7 --- Log message: 1. Support standard dwarf format (was bootstrapping in Apple format.) 2. Add vector support. --- Diffs of the changes: (+10 -3) Dwarf.h | 13 ++--- 1 files changed, 10 insertions(+), 3 d

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-03-23 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.5 -> 1.6 --- Log message: Generate local variable and scope information and equivalent dwarf forms. --- Diffs of the changes: (+11 -1) Dwarf.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) Index: l

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-03-01 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.4 -> 1.5 --- Log message: Remove comma from enum list. --- Diffs of the changes: (+1 -1) Dwarf.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/Support/Dwarf.h diff -u llvm/include/llvm

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-03-01 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.3 -> 1.4 --- Log message: Switch back to using actual dwarf tags. Simplifies code without loss to other debug forms. --- Diffs of the changes: (+10 -0) Dwarf.h | 10 ++ 1 files changed, 10 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-02-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.2 -> 1.3 --- Log message: Qualify dwarf namespace inside llvm namespace. --- Diffs of the changes: (+4 -0) Dwarf.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/Support/Dwarf.h diff -u llvm/includ

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-02-27 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h updated: 1.1 -> 1.2 --- Log message: Re-orging file. --- Diffs of the changes: (+494 -410) Dwarf.h | 904 ++-- 1 files changed, 494 insertions(+), 410 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Support/Dwarf.h

2006-01-26 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: Dwarf.h added (r1.1) --- Log message: Split out Dwarf constants for use outside DwarfWriter. --- Diffs of the changes: (+432 -0) Dwarf.h | 432 1 files changed, 432 insertions(