[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-05-05 Thread Chris Lattner
Changes in directory llvm/lib/System: Path.cpp updated: 1.26 -> 1.27 --- Log message: pull some win32 code into common code, add bitcode identification support. --- Diffs of the changes: (+29 -0) Path.cpp | 29 + 1 files changed, 29 insertions(+) Index: llvm

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-05-03 Thread Chris Lattner
Changes in directory llvm/lib/System: Path.cpp updated: 1.25 -> 1.26 --- Log message: silence annoying gcc 4.3 warnings --- Diffs of the changes: (+4 -2) Path.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/System/Path.cpp diff -u llvm/lib/System/Path.

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-04-10 Thread Chris Lattner
Changes in directory llvm/lib/System: Path.cpp updated: 1.24 -> 1.25 --- Log message: Hack to get sys::Path to recognize macho dylibs. --- Diffs of the changes: (+7 -4) Path.cpp | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm/lib/System/Path.cpp diff -u l

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-04-10 Thread Reid Spencer
Changes in directory llvm/lib/System: Path.cpp updated: 1.23 -> 1.24 --- Log message: Teach sys::Path how to recognize different kinds of object files for ELF and Mach-O systems. Additionally, correct the Mach-O logic code to look at byte 12 not byte 15. Hopefully this fixes the llvm-ld warning

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-04-10 Thread Reid Spencer
Changes in directory llvm/lib/System: Path.cpp updated: 1.22 -> 1.23 --- Log message: Make isDynamicLibrary detect more than just an ELF file. --- Diffs of the changes: (+10 -2) Path.cpp | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index: llvm/lib/System/Path.cp

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2007-04-03 Thread Reid Spencer
Changes in directory llvm/lib/System: Path.cpp updated: 1.21 -> 1.22 --- Log message: For PR1302: http://llvm.org/PR1302 : Implement recognition of COFF, ELF and Mach-O object/shared lib files. --- Diffs of the changes: (+38 -9) Path.cpp | 47 ++---

[llvm-commits] CVS: llvm/lib/System/Path.cpp

2006-07-07 Thread Chris Lattner
Changes in directory llvm/lib/System: Path.cpp updated: 1.19 -> 1.20 --- Log message: Move << method out of line. --- Diffs of the changes: (+8 -8) Path.cpp | 16 1 files changed, 8 insertions(+), 8 deletions(-) Index: llvm/lib/System/Path.cpp diff -u llvm/lib/System/P