aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-33/+0
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-011-6/+8
* elimiante some syscallsChris Lattner2006-08-011-8/+8
* Minor fix due to recent API changesAnton Korobeynikov2006-08-011-1/+1
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-8/+8
* Update win32 for Path::getStatusInfoChris Lattner2006-07-281-4/+6
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-11/+10
* Fix the build on win32Chris Lattner2006-07-261-1/+2
* Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner2006-07-071-6/+8
* Fix this implChris Lattner2006-07-071-1/+1
* Add a helper functionChris Lattner2006-07-071-0/+10
* Change LoadLibraryPermanently to not throw an exception.Chris Lattner2006-07-071-2/+4
* Squelch a warning about signed/unsigned.Reid Spencer2006-06-081-1/+1
* For PR804:Reid Spencer2006-06-081-1/+1
* For PR787:Reid Spencer2006-06-071-0/+14
* For PR798:Reid Spencer2006-06-051-7/+8
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-013-8/+26
* Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen2006-05-071-1/+1
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-291-1/+1
* 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