aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-221-9/+23
* 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
* 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-231-4/+3
* 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
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-189/+35
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+165
* Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov2009-04-141-1/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-04-141-13/+13
* Fix the environment block that is passed to the CreateProcess function.Argiris Kirtzidis2008-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
* Fix potential buffer overflowAnton Korobeynikov2008-01-241-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+284