summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SlowOperationInformer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Delete SlowOperationInformer, which is no longer used.Dan Gohman2010-08-201-67/+0
| | | | llvm-svn: 111661
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-5/+6
| | | | llvm-svn: 79842
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Removed #include <iostream> and replace with llvm_* streams.Bill Wendling2006-11-261-4/+4
| | | | llvm-svn: 31927
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-071-3/+0
| | | | | | | to build a loadable module is now correctly defined and documented so this workaround isn't needed any longer. llvm-svn: 29553
* For PR780:Reid Spencer2006-07-261-0/+3
| | | | | | | | | | | | 1. Move IncludeFile.h to System library 2. Move IncludeFile.cpp to System library 3. #1 and #2 required to prevent cyclic library dependencies for libSystem 4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h 5. Add IncludeFile support to various lib/System classes. 6. Add new lib/System classes to LinkAllVMCore.h All this in an attempt to pull in lib/System to what's required for VMCore llvm-svn: 29287
* Modify the SlowOperationInformer interface to not throw exceptions.Chris Lattner2006-07-061-3/+4
| | | | llvm-svn: 29028
* For PR351:Reid Spencer2005-12-221-43/+6
| | | | | | | Move the system dependent portion to lib/System/*/Alarm.inc. This makes the SlowOperationInformer platform independent. llvm-svn: 24938
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
| | | | llvm-svn: 21422
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Not all platforms supports sighandler_t, so I changed it to use the olderJohn Criswell2004-01-011-1/+1
| | | | | | | | return value from signal() (which should be the same type; it's just not typedef'd). This fixes the build on Solaris. llvm-svn: 10675
* * Add a new helper progress methodChris Lattner2003-12-311-4/+11
| | | | | | | * Make sure that the user sees the 100% mark * Don't bother printing out X.0%, just print out X% llvm-svn: 10672
* Add missing #includeChris Lattner2003-12-311-0/+1
| | | | llvm-svn: 10669
* New class, useful for command-line interactive programs.Chris Lattner2003-12-311-0/+94
llvm-svn: 10662
OpenPOWER on IntegriCloud