[llvm-commits] CVS: llvm/include/llvm/System/Alarm.h DynamicLibrary.h MappedFile.h Path.h Process.h Program.h Signals.h TimeValue.h

2006-07-26 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Alarm.h updated: 1.2 -> 1.3 DynamicLibrary.h updated: 1.7 -> 1.8 MappedFile.h updated: 1.9 -> 1.10 Path.h updated: 1.30 -> 1.31 Process.h updated: 1.9 -> 1.10 Program.h updated: 1.10 -> 1.11 Signals.h updated: 1.16 -> 1.17 TimeValue.h updated: 1.14

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

2005-12-21 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Alarm.h updated: 1.1 -> 1.2 --- Log message: Fix documentation for the AlarmSetup function. --- Diffs of the changes: (+5 -2) Alarm.h |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm/include/llvm/System/Alarm.h di

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

2005-12-21 Thread Reid Spencer
Changes in directory llvm/include/llvm/System: Alarm.h added (r1.1) --- Log message: Implement a generic polled Alarm function. This merely removes the system dependent portion of the lib/Support/SlowOperationTimer code into the lib/System implementation where it can be ported to different plat