aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* hopefully fix an apparent build error on windows.Chris Lattner2009-04-011-0/+1
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-311-17/+3
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-192-11/+13
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-081-2/+2
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-41/+15
* Unbreak the build on win32.Cedric Venet2009-02-141-1/+1
* Fix MingW build, patch by Kenneth Boyd!Julien Lerouge2009-02-121-1/+4
* Add a Sleep() function.Mikhail Glushenkov2009-02-081-0/+4
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-081-2/+2
* Fix windows build, patch by Marius Wachtler!Chris Lattner2009-01-291-2/+2
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-2/+2
* Silence a warningAnton Korobeynikov2008-11-021-4/+6
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-2/+9
* Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis2008-10-041-0/+8
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-021-0/+35
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+7
* Minor comment fix.Argyrios Kyrtzidis2008-06-161-1/+1
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-151-0/+16
* Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis2008-06-151-1/+28
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-121-5/+8
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-121-3/+5
* Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov2008-06-061-0/+30
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-1/+11
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-061-1/+1
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-1/+3
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+2
* MappedFile is dead, remove it.Chris Lattner2008-04-011-104/+0
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+10
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-011-1/+1
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-42/+6
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-011-52/+52
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-23/+0
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+23
* this was removed from the Unix side.Chris Lattner2008-03-141-5/+0
* remove extraneous namespace qualifier, PR2142Chris Lattner2008-03-131-2/+1
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+6
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-19/+2
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-221-17/+27
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Fix potential buffer overflowAnton Korobeynikov2008-01-241-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-2911-22/+22
* Unbreak mingw buildAnton Korobeynikov2007-12-221-1/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+9
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-0/+7
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-212-2/+15
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-1/+1
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-251-4/+18
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-15/+0
* Unbreak VC++ build.Jeff Cohen2007-04-072-32/+32
* For PR1291:Reid Spencer2007-04-071-16/+14