aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SlowOperationInformer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-4/+4
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-071-3/+0
* For PR780:Reid Spencer2006-07-261-0/+3
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-3/+4
* For PR351:Reid Spencer2005-12-221-43/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-011-1/+1
* * Add a new helper progress methodChris Lattner2003-12-311-4/+11
* Add missing #includeChris Lattner2003-12-311-0/+1
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+94