aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-121-6/+0
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-0/+4
* AddSignalHandler was not releasing the critical section on win32.Torok Edwin2010-03-311-0/+1
* Properly quote the quotes :) during cmdline construction on Windows.Anton Korobeynikov2010-03-281-6/+28
* Remove superfluous NULL assignmentKovarththanan Rajaratnam2010-03-121-11/+11
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-0/+5
* Remove spurious semicolon.Anton Korobeynikov2010-01-141-21/+21
* Fix Win32 Path.inc for API update.Daniel Dunbar2009-12-181-1/+1
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-15/+15
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-2/+4
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-0/+5
* Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer2009-11-051-2/+4
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-221-0/+2
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-221-1/+7
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-221-9/+23
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-221-1/+39
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-17/+25
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-25/+17
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-3/+7
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-091-1/+6
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-14/+18
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-9/+20
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-233-7/+6
* improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-1/+2
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-5/+21
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-021-3/+9
* Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar2009-07-261-2/+2
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-3/+4
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-4/+3
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-3/+4
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-189/+35
* Use llvm_report_error, not llvm_unreachable.Daniel Dunbar2009-07-121-2/+2
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-0/+23
* eraseFromDisk no longer throws.Chris Lattner2009-07-091-4/+1
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+165
* remove two methods that no longer exist.Chris Lattner2009-07-081-24/+0
* more getting windows to build.Chris Lattner2009-07-081-14/+7
* hopefully fix the build on windows.Chris Lattner2009-07-081-0/+1
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-301-1/+1
* Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson2009-06-261-1/+1
* Add support for const thread locals.Owen Anderson2009-06-251-2/+2
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+49
* Guard dynamic library loading.Owen Anderson2009-06-251-4/+15
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-6/+6
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-181-5/+5
* Improve the Win32 reader-writer lock implementation by making it just a normalOwen Anderson2009-06-171-6/+14
* Accidentally broke this file.Owen Anderson2009-06-161-1/+1