aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Unbreak VC++ build.Jeff Cohen2007-04-072-32/+32
* For PR1291:Reid Spencer2007-04-071-16/+14
* For PR789:Reid Spencer2007-03-292-16/+18
* Determine absolute paths the correct way :)Jeff Cohen2007-03-291-3/+9
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-0/+7
* For PR789:Reid Spencer2007-03-291-14/+27
* Fix mingw32 buildAnton Korobeynikov2007-03-191-0/+1
* Unbreak mingw32 buildAnton Korobeynikov2007-03-091-0/+8
* Ensure 64-bit correctness.Jeff Cohen2007-03-051-1/+1
* Implement memoryLimit on Windows.Jeff Cohen2007-03-052-6/+52
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+1
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-191-0/+25
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+5
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-014-20/+24
* For PR797:Reid Spencer2006-08-256-67/+51
* For PR797:Reid Spencer2006-08-241-42/+37
* For PR797:Reid Spencer2006-08-232-5/+6
* For PR797:Reid Spencer2006-08-231-6/+10
* For PR797:Reid Spencer2006-08-221-5/+10
* Update for changes in Path class interface for exception removal.Reid Spencer2006-08-221-16/+6
* For PR797:Reid Spencer2006-08-212-31/+59
* 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