index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
Program.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the GetProcessId() call from Win32/Program.inc, take 2.
Mikhail Glushenkov
2009-09-22
1
-9
/
+23
*
Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks
Daniel Dunbar
2009-09-22
1
-17
/
+25
*
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2009-09-15
1
-25
/
+17
*
Check that the 'kill' call succeeded.
Mikhail Glushenkov
2009-09-09
1
-1
/
+6
*
Const-correctness.
Mikhail Glushenkov
2009-09-08
1
-1
/
+1
*
Get rid of the Pid_ member in the Program class.
Mikhail Glushenkov
2009-09-08
1
-14
/
+18
*
Add a Kill() function to the Program class.
Mikhail Glushenkov
2009-09-08
1
-9
/
+20
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-4
/
+3
*
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-03
1
-5
/
+21
*
Empty arguments need to be quoted on Win32.
Daniel Dunbar
2009-08-02
1
-3
/
+9
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
1
-189
/
+35
*
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
1
-0
/
+165
*
Call CreateProcess with bInheritHandles = TRUE.
Mikhail Glushenkov
2009-04-14
1
-1
/
+1
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-04-14
1
-13
/
+13
*
Fix the environment block that is passed to the CreateProcess function.
Argiris Kirtzidis
2008-06-15
1
-1
/
+28
*
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
1
-5
/
+8
*
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-06-12
1
-3
/
+5
*
Fix potential buffer overflow
Anton Korobeynikov
2008-01-24
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+284