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

2006-07-26 Thread Reid Spencer
Changes in directory llvm/lib/System: Alarm.cpp updated: 1.1 -> 1.2 DynamicLibrary.cpp updated: 1.15 -> 1.16 MappedFile.cpp updated: 1.5 -> 1.6 Path.cpp updated: 1.20 -> 1.21 Process.cpp updated: 1.5 -> 1.6 Program.cpp updated: 1.5 -> 1.6 Signals.cpp updated: 1.5 -> 1.6 TimeValue.cpp updated: 1.

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

2005-12-21 Thread Reid Spencer
Changes in directory llvm/lib/System: Alarm.cpp 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 platforms.