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