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

2006-08-07 Thread Reid Spencer
Changes in directory llvm/lib/Support: SlowOperationInformer.cpp updated: 1.9 -> 1.10 --- Log message: Remove the use of "IncludeFile" from this support facility. The mechanism to build a loadable module is now correctly defined and documented so this workaround isn't needed any longer. --- D

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: SlowOperationInformer.cpp updated: 1.7 -> 1.8 --- Log message: Modify the SlowOperationInformer interface to not throw exceptions. --- Diffs of the changes: (+4 -3) SlowOperationInformer.cpp |7 --- 1 files changed, 4 insertions(+), 3 deletion

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

2005-12-21 Thread Reid Spencer
Changes in directory llvm/lib/Support: SlowOperationInformer.cpp updated: 1.6 -> 1.7 --- Log message: For PR351: http://llvm.cs.uiuc.edu/PR351 : Move the system dependent portion to lib/System/*/Alarm.inc. This makes the SlowOperationInformer platform independent. --- Diffs of the changes: (