summaryrefslogtreecommitdiff
path: root/include/llvm/System/Process.h
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-02
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* Fix comments.Torok Edwin2009-06-04
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-11
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* For PR780:Reid Spencer2006-07-26
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add two new methods for getting the User Id and Group Id values for theReid Spencer2005-04-21
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-01
* For PR351:Reid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-20
* Add methods for detecting different kinds of files by their magic number,Reid Spencer2004-09-11