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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.55 - 1.56 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing from Path::getDirectoryContents and its users. --- Diffs of the changes: (+8 -5) Path.inc | 13 - 1 files changed, 8

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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.53 - 1.54 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing from Path::getDirectoryContents and its users. --- Diffs of the changes: (+10 -6) Path.inc | 16 ++-- 1 files changed, 10

[llvm-commits] CVS: llvm/tools/llvm-ar/llvm-ar.cpp

2006-08-23 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ar: llvm-ar.cpp updated: 1.35 - 1.36 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing from Path::getDirectoryContents and its users. --- Diffs of the changes: (+86 -59) llvm-ar.cpp | 145

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Path.h updated: 1.38 - 1.39 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing from Path::getDirectoryContents and its users. --- Diffs of the changes: (+5 -3) Path.h |8 +--- 1 files changed, 5

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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/Support: CommandLine.cpp updated: 1.72 - 1.73 --- Log message: Make the ProgramName variable a std::string so we can eliminate the path portion fo the program name via sys::Path().getLast(). This makes error messages more readable since this is invariably used

[llvm-commits] CVS: llvm/tools/llvm-ld/llvm-ld.cpp

2006-08-23 Thread Reid Spencer
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.36 - 1.37 --- Log message: For PR797: http://llvm.org/PR797 : Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. --- Diffs of the changes: (+4 -1) llvm-ld.cpp |5 - 1 files

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Path.h updated: 1.39 - 1.40 --- Log message: For PR797: http://llvm.org/PR797 : Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. --- Diffs of the changes: (+2 -3) Path.h |5 ++--- 1 files

[llvm-commits] CVS: llvm/lib/System/Win32/Path.inc Win32.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Win32: Path.inc updated: 1.54 - 1.55 Win32.h updated: 1.7 - 1.8 --- Log message: For PR797: http://llvm.org/PR797 : Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. --- Diffs of the changes: (+6 -5)

[llvm-commits] CVS: llvm/lib/System/Unix/Path.inc Unix.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Path.inc updated: 1.56 - 1.57 Unix.h updated: 1.16 - 1.17 --- Log message: For PR797: http://llvm.org/PR797 : Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. --- Diffs of the changes: (+24 -36)

[llvm-commits] CVS: llvm/tools/lto/lto.cpp

2006-08-23 Thread Devang Patel
Changes in directory llvm/tools/lto: lto.cpp updated: 1.7 - 1.8 --- Log message: If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. --- Diffs of the changes: (+1 -1) lto.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/lto/lto.cpp

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Path.h updated: 1.40 - 1.41 --- Log message: --- Diffs of the changes: (+4 -7) Path.h | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) Index: llvm/include/llvm/System/Path.h diff -u llvm/include/llvm/System/Path.h:1.40

[llvm-commits] CVS: llvm/lib/System/Unix/Memory.inc Path.inc Unix.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System/Unix: Memory.inc updated: 1.5 - 1.6 Path.inc updated: 1.57 - 1.58 Unix.h updated: 1.17 - 1.18 --- Log message: For PR797: http://llvm.org/PR797 : Final removal of exceptions from lib/System and adjustment of users to accommodate. --- Diffs of the changes:

[llvm-commits] CVS: llvm/tools/bugpoint/ExecutionDriver.cpp Miscompilation.cpp OptimizerDriver.cpp ToolRunner.cpp

2006-08-23 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: ExecutionDriver.cpp updated: 1.63 - 1.64 Miscompilation.cpp updated: 1.75 - 1.76 OptimizerDriver.cpp updated: 1.42 - 1.43 ToolRunner.cpp updated: 1.56 - 1.57 --- Log message: For PR797: http://llvm.org/PR797 : Final removal of exceptions from

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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/Support: GraphWriter.h updated: 1.28 - 1.29 --- Log message: For PR797: http://llvm.org/PR797 : Final removal of exceptions from lib/System and adjustment of users to accommodate. --- Diffs of the changes: (+5 -1) GraphWriter.h |6 +- 1 files

[llvm-commits] CVS: llvm/include/llvm/System/Path.h

2006-08-23 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Path.h updated: 1.41 - 1.42 --- Log message: For PR797: http://llvm.org/PR797 : Final removal of exceptions from lib/System and adjustment of users to accommodate. --- Diffs of the changes: (+3 -3) Path.h |6 +++--- 1 files changed, 3

[llvm-commits] CVS: llvm/lib/System/Makefile

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/System: Makefile updated: 1.12 - 1.13 --- Log message: Turn off exception handling for this library. It no longer throws nor handles exceptions. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1 deletion(-) Index:

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

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/Support: FileUtilities.cpp updated: 1.49 - 1.50 --- Log message: For PR797: http://llvm.org/PR797 : Final remove of exception handling from this file. lib/System can no longer throw exceptions so there's no need for try/catch blocks here. --- Diffs of the

[llvm-commits] CVS: llvm/lib/Support/Makefile

2006-08-23 Thread Reid Spencer
Changes in directory llvm/lib/Support: Makefile updated: 1.11 - 1.12 --- Log message: For PR797: http://llvm.org/PR797 : This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. --- Diffs of the changes: (+0 -1) Makefile |1 - 1 files changed, 1

[llvm-commits] CVS: llvm/tools/llc/llc.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/tools/llc: llc.cpp updated: 1.136 - 1.137 --- Log message: Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it does emit linkable .o files in very simple cases. --- Diffs of the changes: (+0 -3) llc.cpp |3 --- 1 files changed, 3

[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/lib/Target/X86: X86TargetMachine.cpp updated: 1.120 - 1.121 --- Log message: Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it does emit linkable .o files in very simple cases. --- Diffs of the changes: (+1 -1) X86TargetMachine.cpp |2

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCMachOWriter.cpp PPC.h PPCCodeEmitter.cpp PPCTargetMachine.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriter.cpp added (r1.1) PPC.h updated: 1.30 - 1.31 PPCCodeEmitter.cpp updated: 1.65 - 1.66 PPCTargetMachine.cpp updated: 1.99 - 1.100 --- Log message: Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it does emit

[llvm-commits] CVS: llvm/lib/CodeGen/MachOWriter.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: MachOWriter.cpp added (r1.1) --- Log message: Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it does emit linkable .o files in very simple cases. --- Diffs of the changes: (+428 -0) MachOWriter.cpp | 428

[llvm-commits] CVS: llvm/tools/llc/llc.cpp

2006-08-23 Thread Nate Begeman
Changes in directory llvm/tools/llc: llc.cpp updated: 1.137 - 1.138 --- Log message: Make sure that both non-asm file types are marked as experimental --- Diffs of the changes: (+2 -1) llc.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/tools/llc/llc.cpp diff

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachOWriter.h

2006-08-23 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachOWriter.h updated: 1.1 - 1.2 --- Log message: Correctly attribute file author remote tabs --- Diffs of the changes: (+20 -20) MachOWriter.h | 40 1 files changed, 20 insertions(+), 20

[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h

2006-08-23 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: MRegisterInfo.h updated: 1.82 - 1.83 --- Log message: update some comments --- Diffs of the changes: (+1 -2) MRegisterInfo.h |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/include/llvm/Target/MRegisterInfo.h diff -u