aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Program.h
Commit message (Expand)AuthorAgeFilesLines
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-2/+4
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-4/+8
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-8/+4
* Copy-pasto.Mikhail Glushenkov2009-09-091-3/+2
* Revert 81248 for now.Mikhail Glushenkov2009-09-091-0/+4
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-081-4/+0
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-4/+2
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-3/+14
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-3/+6
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-181-0/+3
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-93/+104
* Trailing whitespace.Mikhail Glushenkov2009-07-171-4/+4
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+37
* 80-column violation.Mikhail Glushenkov2009-02-081-6/+6
* Add comment.Matthijs Kooijman2008-06-161-0/+3
* Prune and tidy #includes.Dan Gohman2008-05-291-1/+0
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-3/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+4
* For PR797:Reid Spencer2006-08-211-8/+10
* For PR797:Reid Spencer2006-08-211-1/+2
* For PR780:Reid Spencer2006-07-261-0/+2
* For PR787:Reid Spencer2006-06-071-0/+4
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-4/+3
* Add some documentation.Reid Spencer2006-01-081-0/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* Fix the documentation for executeAndWait so the argument comments areReid Spencer2005-01-111-19/+16
* For PR351:Reid Spencer2004-12-191-4/+15
* For PR351:Reid Spencer2004-12-141-10/+15
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-22/+14
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-291-0/+77