Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / lib / System / Win32 / Process.inc
2010-11-10 NAKAMURA TakumiWin32/Process.inc: [PR8527] Process::FileDescriptorIsDi...
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...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-06-01 Reid SpencerProvide configuration support and usage for MINGW32...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-02-19 Jeff CohenChange __MINGW to __MINGW32__. Patch submitted by...
2005-02-18 Jeff CohenMake PreventCoreFiles() do the right thing on Windows.
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-01 Jeff CohenAdd functions for determining if the stdin/out/err...
2004-12-27 Reid SpencerFor PR351:
2004-12-23 Jeff CohenPatch to fix mingw compilation problem contributed...
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-20 Reid SpencerFor PR351:
2004-11-16 Reid SpencerRemove useless #include.
2004-09-15 Reid SpencerInitial implementation of the Process abstraction for...