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

2007-04-07 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.13 -> 1.14 Path.h updated: 1.49 -> 1.50 --- Log message: For PR1291: http://llvm.org/PR1291 : Implement the PathWithStatus class and its use throughout lib/System. --- Diffs of the changes: (+89 -26) MappedFile.h |2

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

2006-08-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.12 -> 1.13 --- Log message: make optional pointer really optional --- Diffs of the changes: (+1 -1) MappedFile.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/System/MappedFile.h d

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

2006-08-25 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.11 -> 1.12 Signals.h updated: 1.17 -> 1.18 --- Log message: For PR797: http://llvm.org/PR797 : Make the Win32 code exception free (untested/uncompiled) which forced some interface changes which had ripple effect. This should

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

2006-08-22 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.10 -> 1.11 --- Log message: For PR797: http://llvm.org/PR797 : Make MappedFile not throw any exceptions. --- Diffs of the changes: (+24 -7) MappedFile.h | 31 --- 1 files changed, 24 insert

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

2006-02-22 Thread Chris Lattner
Changes in directory llvm/include/llvm/System: MappedFile.h updated: 1.8 -> 1.9 Path.h updated: 1.27 -> 1.28 TimeValue.h updated: 1.13 -> 1.14 --- Log message: Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. Patch by Martin Partel! --- Diffs of the changes: (+3 -3) MappedFi