[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp

2006-08-21 Thread Jim Laskey
Changes in directory llvm/lib/Support: Dwarf.cpp updated: 1.4 -> 1.5 --- Log message: Adding new Dwarf constants. --- Diffs of the changes: (+1 -0) Dwarf.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Support/Dwarf.cpp diff -u llvm/lib/Support/Dwarf.cpp:1.4 llvm/lib/Suppor

[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp IsInf.cpp IsNAN.cpp SlowOperationInformer.cpp IncludeFile.cpp

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/Support: Dwarf.cpp updated: 1.3 -> 1.4 IsInf.cpp updated: 1.8 -> 1.9 IsNAN.cpp updated: 1.5 -> 1.6 SlowOperationInformer.cpp updated: 1.8 -> 1.9 IncludeFile.cpp (r1.1) removed --- Log message: For PR780: http://llvm.org/PR780 : 1. Move IncludeFile.h to System libra

[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp

2006-06-15 Thread Jim Laskey
Changes in directory llvm/lib/Support: Dwarf.cpp updated: 1.2 -> 1.3 --- Log message: 1. Support standard dwarf format (was bootstrapping in Apple format.) 2. Add vector support. --- Diffs of the changes: (+7 -0) Dwarf.cpp |7 +++ 1 files changed, 7 insertions(+) Index: llvm/lib

[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp

2006-02-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: Dwarf.cpp updated: 1.1 -> 1.2 --- Log message: Qualify dwarf namespace inside llvm namespace. --- Diffs of the changes: (+4 -1) Dwarf.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/Support/Dwarf.cpp diff -u llvm/li

[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp

2006-02-27 Thread Jim Laskey
Changes in directory llvm/lib/Support: Dwarf.cpp added (r1.1) --- Log message: Re-orging file. --- Diffs of the changes: (+572 -0) Dwarf.cpp | 572 ++ 1 files changed, 572 insertions(+) Index: llvm/lib/Support/Dwarf.cpp diff -c