aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2006-05-07Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen
2006-04-29Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen
2006-01-30Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen
2006-01-29Fix indentation.Jeff Cohen
2005-12-22Implement a generic polled Alarm function. This merely removes the systemReid Spencer
2005-08-02It's dangerous coding on Mondays.Jeff Cohen
2005-08-02Implement SetInterruptFunction for Windows.Jeff Cohen
2005-08-02Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner
2005-07-29support near allocations for the JITAndrew Lenharth
2005-07-13Note to self: don't introduce memory leaks.Jeff Cohen
2005-07-13Win32 support for Mutex class.Jeff Cohen
2005-07-12For PR540:Reid Spencer
2005-07-09Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen
2005-07-08Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer
2005-07-08Stamp out tabsJeff Cohen
2005-07-08Make Win32 implementation conform to new paradigmJeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Fix VC++ breakageJeff Cohen
2005-07-07Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer
2005-04-11Eliminate tabsJeff Cohen
2005-02-20Fix silly mistake.Jeff Cohen
2005-02-20Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen
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-02-16Arg list already has program name in it.Jeff Cohen
2005-01-27Fix some Path bugsJeff Cohen
2005-01-22Fix destroyDirectory bugJeff Cohen
2005-01-14Fix and improve win32 path validation.Jeff Cohen
2005-01-09Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer
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-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-30Fix MINGW compilation errorsJeff Cohen
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-25mingw doesn't support the official debug API.Jeff Cohen
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen
2004-12-24Resurrect this file.Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-24Fix VC++ compilation errorJeff Cohen
2004-12-23Put CopyFile in the sys namespace.Reid Spencer
2004-12-23Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen