aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Program.h
AgeCommit message (Expand)Author
2009-09-09Copy-pasto.Mikhail Glushenkov
2009-09-09Revert 81248 for now.Mikhail Glushenkov
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Since Program is basically a PID, it should be copyable.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-08-03Fix a race condition in getting the process exit code on Win32.Daniel Dunbar
2009-07-18Add a Program::GetPid() method.Mikhail Glushenkov
2009-07-18Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov
2009-07-17Trailing whitespace.Mikhail Glushenkov
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene
2009-02-0880-column violation.Mikhail Glushenkov
2008-06-16Add comment.Matthijs Kooijman
2008-05-29Prune and tidy #includes.Dan Gohman
2008-05-06Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-06-07For PR787:Reid Spencer
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-01-08Add some documentation.Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-11Fix the documentation for executeAndWait so the argument comments areReid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-14For PR351:Reid Spencer
2004-09-13Clean up the interface and implementation of sys::Program so that it isReid Spencer
2004-08-29Initial commit of the platform agnostic interface to finding and executingReid Spencer