Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / System / Process.h
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-06-04 Torok EdwinFix comments.
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-07-26 Reid SpencerFor PR780:
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerAdd two new methods for getting the User Id and Group...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2004-12-27 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFor PR351:
2004-09-11 Reid SpencerAdd methods for detecting different kinds of files...