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
/
include
/
llvm
/
System
/
Program.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks
Daniel Dunbar
2009-09-22
1
-4
/
+8
*
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2009-09-15
1
-8
/
+4
*
Copy-pasto.
Mikhail Glushenkov
2009-09-09
1
-3
/
+2
*
Revert 81248 for now.
Mikhail Glushenkov
2009-09-09
1
-0
/
+4
*
Const-correctness.
Mikhail Glushenkov
2009-09-08
1
-1
/
+1
*
Since Program is basically a PID, it should be copyable.
Mikhail Glushenkov
2009-09-08
1
-4
/
+0
*
Get rid of the Pid_ member in the Program class.
Mikhail Glushenkov
2009-09-08
1
-4
/
+2
*
Add a Kill() function to the Program class.
Mikhail Glushenkov
2009-09-08
1
-3
/
+14
*
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-03
1
-3
/
+6
*
Add a Program::GetPid() method.
Mikhail Glushenkov
2009-07-18
1
-0
/
+3
*
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-18
1
-93
/
+104
*
Trailing whitespace.
Mikhail Glushenkov
2009-07-17
1
-4
/
+4
*
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
1
-0
/
+37
*
80-column violation.
Mikhail Glushenkov
2009-02-08
1
-6
/
+6
*
Add comment.
Matthijs Kooijman
2008-06-16
1
-0
/
+3
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-1
/
+0
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-0
/
+4
*
For PR797:
Reid Spencer
2006-08-21
1
-8
/
+10
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+2
*
For PR780:
Reid Spencer
2006-07-26
1
-0
/
+2
*
For PR787:
Reid Spencer
2006-06-07
1
-0
/
+4
*
Fix some doxygen usage in these headers.
Reid Spencer
2006-05-19
1
-4
/
+3
*
Add some documentation.
Reid Spencer
2006-01-08
1
-0
/
+2
*
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
1
-1
/
+0
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-18
/
+18
*
Fix the documentation for executeAndWait so the argument comments are
Reid Spencer
2005-01-11
1
-19
/
+16
*
For PR351:
Reid Spencer
2004-12-19
1
-4
/
+15
*
For PR351:
Reid Spencer
2004-12-14
1
-10
/
+15
*
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
1
-22
/
+14
*
Initial commit of the platform agnostic interface to finding and executing
Reid Spencer
2004-08-29
1
-0
/
+77