aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SlowOperationInformer.cpp
AgeCommit message (Expand)Author
2010-08-20Delete SlowOperationInformer, which is no longer used.Dan Gohman
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-26Removed #include <iostream> and replace with llvm_* streams.Bill Wendling
2006-08-07Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-06Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner
2005-12-22For PR351:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-01-01Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell
2003-12-31* Add a new helper progress methodChris Lattner
2003-12-31Add missing #includeChris Lattner
2003-12-31New class, useful for command-line interactive programs.Chris Lattner