index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
System
/
Program.h
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-02
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-10-29
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-09-02
Remove obsolete comments about throwing exceptions.
Dan Gohman
2010-01-28
Add llvm::Program::ChangeStderrToBinary().
Douglas Gregor
2009-09-22
Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks
Daniel Dunbar
2009-09-15
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2009-09-09
Copy-pasto.
Mikhail Glushenkov
2009-09-09
Revert 81248 for now.
Mikhail Glushenkov
2009-09-08
Const-correctness.
Mikhail Glushenkov
2009-09-08
Since Program is basically a PID, it should be copyable.
Mikhail Glushenkov
2009-09-08
Get rid of the Pid_ member in the Program class.
Mikhail Glushenkov
2009-09-08
Add a Kill() function to the Program class.
Mikhail Glushenkov
2009-08-03
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-07-18
Add a Program::GetPid() method.
Mikhail Glushenkov
2009-07-18
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-17
Trailing whitespace.
Mikhail Glushenkov
2009-07-08
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-02-08
80-column violation.
Mikhail Glushenkov
2008-06-16
Add comment.
Matthijs Kooijman
2008-05-29
Prune and tidy #includes.
Dan Gohman
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-06-07
For PR787:
Reid Spencer
2006-05-19
Fix some doxygen usage in these headers.
Reid Spencer
2006-01-08
Add some documentation.
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-11
Fix the documentation for executeAndWait so the argument comments are
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-09-13
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-08-29
Initial commit of the platform agnostic interface to finding and executing
Reid Spencer