aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-06-25Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov
2007-05-06pull some win32 code into common code, add bitcode identification support.Chris Lattner
2007-04-07Unbreak VC++ build.Jeff Cohen
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29Determine absolute paths the correct way :)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-19Fix mingw32 buildAnton Korobeynikov
2007-03-09Unbreak mingw32 buildAnton Korobeynikov
2007-03-05Ensure 64-bit correctness.Jeff Cohen
2007-03-05Implement memoryLimit on Windows.Jeff Cohen
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-12-19Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Update for changes in Path class interface for exception removal.Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01Use getFileStatus instead of Path::isDirectory().Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-08-01Minor fix due to recent API changesAnton Korobeynikov
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Update win32 for Path::getStatusInfoChris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-26Fix the build on win32Chris Lattner
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2006-07-07Fix this implChris Lattner
2006-07-07Add a helper functionChris Lattner
2006-07-07Change LoadLibraryPermanently to not throw an exception.Chris Lattner
2006-06-08Squelch a warning about signed/unsigned.Reid Spencer
2006-06-08For PR804:Reid Spencer
2006-06-07For PR787:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-06-01Provide configuration support and usage for MINGW32 platformReid Spencer
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