llvm-6502/lib/System/Win32
Reid Spencer 32f5553c03 For PR787:
Provide new llvm::sys::Program facilities for converting the stdout and
stdin to binary mode. There is no standard way to do this and the available
mechanisms are platform specific. Adjust the bytecode reader and writer to
use these methods when their input is stdin or output is stdout. THis avoids
the problem with \n writing CRLF to a bytecode file on windows.

Patch Contributed by Michael Smith.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28722 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-07 23:18:34 +00:00
..
Alarm.inc Implement a generic polled Alarm function. This merely removes the system 2005-12-22 03:23:46 +00:00
DynamicLibrary.inc Provide configuration support and usage for MINGW32 platform 2006-06-01 19:03:21 +00:00
MappedFile.inc Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
Memory.inc support near allocations for the JIT 2005-07-29 23:40:16 +00:00
Mutex.inc Note to self: don't introduce memory leaks. 2005-07-13 02:58:04 +00:00
Path.inc For PR798: 2006-06-05 15:44:46 +00:00
Process.inc Provide configuration support and usage for MINGW32 platform 2006-06-01 19:03:21 +00:00
Program.inc For PR787: 2006-06-07 23:18:34 +00:00
Signals.inc Provide configuration support and usage for MINGW32 platform 2006-06-01 19:03:21 +00:00
TimeValue.inc Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
Win32.h Win32 support for Mutex class. 2005-07-13 02:15:18 +00:00