aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Process.inc
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-10Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...NAKAMURA Takumi
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
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer
2005-02-19Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen
2005-02-18Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen
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 aJeff Cohen
2004-12-27For PR351:Reid Spencer
2004-12-23Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen
2004-12-20Keep up with lib/System changesJeff Cohen
2004-12-20For PR351:Reid Spencer
2004-11-16Remove useless #include.Reid Spencer
2004-09-15Initial implementation of the Process abstraction for Win32.Reid Spencer