aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+6
* Fix indentation.Jeff Cohen2006-01-291-4/+4
* Implement a generic polled Alarm function. This merely removes the systemReid Spencer2005-12-221-0/+36
* It's dangerous coding on Mondays.Jeff Cohen2005-08-021-8/+5
* Implement SetInterruptFunction for Windows.Jeff Cohen2005-08-021-1/+25
* Implement sys::SetInterruptFunction on Unix, stub it on win32 so that theChris Lattner2005-08-021-0/+4
* support near allocations for the JITAndrew Lenharth2005-07-291-1/+3
* Note to self: don't introduce memory leaks.Jeff Cohen2005-07-131-0/+1
* Win32 support for Mutex class.Jeff Cohen2005-07-132-9/+23
* For PR540:Reid Spencer2005-07-121-0/+46
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-091-17/+61
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-0/+6
* Stamp out tabsJeff Cohen2005-07-081-19/+18
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-082-50/+61
* Final Changes For PR495:Reid Spencer2005-07-081-12/+19
* Fix VC++ breakageJeff Cohen2005-07-083-13/+10
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-071-155/+94
* For PR495:Reid Spencer2005-07-071-2/+8
* For PR495:Reid Spencer2005-07-071-6/+6
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-058-8/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-211-0/+10
* Eliminate tabsJeff Cohen2005-04-112-5/+5
* Fix silly mistake.Jeff Cohen2005-02-201-1/+1
* Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen2005-02-201-7/+73
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-194-4/+4
* Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen2005-02-181-3/+6
* Arg list already has program name in it.Jeff Cohen2005-02-161-15/+2
* Fix some Path bugsJeff Cohen2005-01-271-11/+24
* Fix destroyDirectory bugJeff Cohen2005-01-221-5/+8
* Fix and improve win32 path validation.Jeff Cohen2005-01-141-10/+22
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-098-1644/+0
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-082-4/+4
* Add functions for determining if the stdin/out/err is connected to aJeff Cohen2005-01-012-0/+26
* Where do these tabs keep coming from???Jeff Cohen2004-12-312-2/+2
* Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen2004-12-312-76/+162
* Get rid of those nasty tabs...Jeff Cohen2004-12-312-36/+36
* Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen2004-12-312-18/+208
* Fix MINGW compilation errorsJeff Cohen2004-12-302-4/+4
* For PR351:Reid Spencer2004-12-272-0/+18
* For PR351:Reid Spencer2004-12-271-27/+0
* mingw doesn't support the official debug API.Jeff Cohen2004-12-252-18/+56
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-242-34/+144
* Resurrect this file.Reid Spencer2004-12-242-0/+106
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-242-106/+0
* Fix VC++ compilation errorJeff Cohen2004-12-242-4/+14
* Put CopyFile in the sys namespace.Reid Spencer2004-12-232-2/+2
* Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen2004-12-232-0/+10
* Keep up with lib/System changesJeff Cohen2004-12-204-62/+94
* For PR351:Reid Spencer2004-12-202-0/+86