aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-08add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner
2009-03-04Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-12Fix MingW build, patch by Kenneth Boyd!Julien Lerouge
2009-02-08Add a Sleep() function.Mikhail Glushenkov
2009-02-08Add Emacs hints to Alarm.inc.Mikhail Glushenkov
2009-01-29Fix windows build, patch by Marius Wachtler!Chris Lattner
2009-01-22rename methods in System/Host to be more consistent.Chris Lattner
2008-11-02Silence a warningAnton Korobeynikov
2008-10-20Update the stub and callback code to handle lazy compilation. The stubJim Grosbach
2008-10-04Add implementations for sys::Memory::setWritable and sys::Memory::setExecutab...Argyrios Kyrtzidis
2008-10-02Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar
2008-08-11add a helper method to sys::Path for clang, patch byChris Lattner
2008-06-16Minor comment fix.Argyrios Kyrtzidis
2008-06-15Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis
2008-06-15Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis
2008-06-12Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman
2008-06-12Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman
2008-06-06Provide hooks for libgcc symbols' address resolution inside lli on mingw32.Anton Korobeynikov
2008-05-11Make constructors target-specific. This fixes problems where the path wouldNick Lewycky
2008-05-06Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek
2008-04-07Added method Path::getDirname().Ted Kremenek
2008-04-01MappedFile is dead, remove it.Chris Lattner
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-04-01Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-04-01cleanup the MappedFile API and comments. This removes and updatesChris Lattner
2008-03-24Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson
2008-03-22Add an AllocateRW to match AllocateRWX.Owen Anderson
2008-03-14this was removed from the Unix side.Chris Lattner
2008-03-13remove extraneous namespace qualifier, PR2142Chris Lattner
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner
2008-02-22Provide __main hooks for cygwin & mingw32Anton Korobeynikov
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman
2008-01-24Fix potential buffer overflowAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-22Unbreak mingw buildAnton Korobeynikov
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-11-21This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III
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