index
:
external_llvm
replicant-6.0
external/llvm
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
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-412
/
+0
*
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-11-02
1
-2
/
+4
*
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-10-29
1
-1
/
+2
*
Move the declaration SetInformationJobObject() outside of namespace.
NAKAMURA Takumi
2010-09-17
1
-9
/
+9
*
Properly quote the quotes :) during cmdline construction on Windows.
Anton Korobeynikov
2010-03-28
1
-6
/
+28
*
Add llvm::Program::ChangeStderrToBinary().
Douglas Gregor
2010-01-28
1
-0
/
+5
*
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.
Argyrios Kyrtzidis
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
*
Fix mingw32 build
Anton Korobeynikov
2007-03-19
1
-0
/
+1
*
Unbreak mingw32 build
Anton Korobeynikov
2007-03-09
1
-0
/
+8
*
Ensure 64-bit correctness.
Jeff Cohen
2007-03-05
1
-1
/
+1
*
Implement memoryLimit on Windows.
Jeff Cohen
2007-03-05
1
-6
/
+31
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-0
/
+1
*
- Fixed broken Win32 build
Anton Korobeynikov
2006-09-01
1
-2
/
+2
*
For PR797:
Reid Spencer
2006-08-21
1
-30
/
+44
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+14
*
Fix VC++ breakage
Jeff Cohen
2005-07-08
1
-3
/
+3
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Eliminate tabs
Jeff Cohen
2005-04-11
1
-1
/
+1
*
Fix silly mistake.
Jeff Cohen
2005-02-20
1
-1
/
+1
*
Implement standard I/O redirection in ExecuteAndWait().
Jeff Cohen
2005-02-20
1
-7
/
+73
*
Arg list already has program name in it.
Jeff Cohen
2005-02-16
1
-15
/
+2
*
Keep up with lib/System changes
Jeff Cohen
2004-12-20
1
-11
/
+26
*
Implement Win32 Path::getStatusInfo(), TimeValue::toString()
Jeff Cohen
2004-12-14
1
-3
/
+2
*
For PR351:
Reid Spencer
2004-12-14
1
-2
/
+4
*
Rename Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-4
/
+6
*
Erase non-applicable Unix comment, this is Win32
Misha Brukman
2004-11-16
1
-1
/
+0
*
Remove useless #include.
Reid Spencer
2004-11-16
1
-1
/
+0
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-1
/
+1
*
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-15
1
-4
/
+138
*
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
1
-0
/
+19