summaryrefslogtreecommitdiff
path: root/lib/System/Win32
Commit message (Expand)AuthorAge
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-11
* Minor comment fix.Argyrios Kyrtzidis2008-06-16
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-15
* Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis2008-06-15
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-12
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-12
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-06
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-11
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-06
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-07
* Added method Path::getDirname().Ted Kremenek2008-04-07
* MappedFile is dead, remove it.Chris Lattner2008-04-01
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-01
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-01
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-24
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-22
* this was removed from the Unix side.Chris Lattner2008-03-14
* remove extraneous namespace qualifier, PR2142Chris Lattner2008-03-13
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-03
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-27
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-22
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-29
* Fix potential buffer overflowAnton Korobeynikov2008-01-24
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Unbreak mingw buildAnton Korobeynikov2007-12-22
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-18
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-18
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-21
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-25
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-06
* Unbreak VC++ build.Jeff Cohen2007-04-07
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Determine absolute paths the correct way :)Jeff Cohen2007-03-29
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* Fix mingw32 buildAnton Korobeynikov2007-03-19
* Unbreak mingw32 buildAnton Korobeynikov2007-03-09
* Ensure 64-bit correctness.Jeff Cohen2007-03-05
* Implement memoryLimit on Windows.Jeff Cohen2007-03-05
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-19
* Unbreak VC++ build.Jeff Cohen2006-11-05
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-23