1. 23ebef1 Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not check by FILE_TYPE_CHAR. It must be better to check it with Console API. by NAKAMURA Takumi · 15 years ago
  2. e592923 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  3. 63e44bb Fix comments. by Torok Edwin · 16 years ago
  4. 9b5a47f Add support for outputting ANSI colors to raw_fd_ostream. by Torok Edwin · 16 years ago
  5. 1543661 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 16 years ago
  6. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  7. 187b4ad Provide configuration support and usage for MINGW32 platform by Reid Spencer · 19 years ago
  8. 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
  9. 2d45e25 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 21 years ago
  10. 07e22ba Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 21 years ago
  11. 81549a5 Make PreventCoreFiles() do the right thing on Windows. by Jeff Cohen · 21 years ago
  12. c892a0d Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago[Renamed from llvm/lib/System/Win32/Process.cpp]
  13. 1a26d15 Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 21 years ago
  14. b90c31f Add functions for determining if the stdin/out/err is connected to a by Jeff Cohen · 21 years ago
  15. cf15b87 For PR351: by Reid Spencer · 21 years ago
  16. 53fbecc Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 21 years ago
  17. 7ae0bc7 Keep up with lib/System changes by Jeff Cohen · 21 years ago
  18. ac38f3a For PR351: by Reid Spencer · 21 years ago
  19. 7cdcb2b Remove useless #include. by Reid Spencer · 21 years ago
  20. 91886b7 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 21 years ago