Age | Commit message (Expand) | Author |
2009-11-08 | Revert commit 81144, and add a comment. It caused bugpoint timeouts | Duncan Sands |
2009-10-22 | Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents... | Ted Kremenek |
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 | Check that the 'kill' call succeeded. | Mikhail Glushenkov |
2009-09-08 | This should unbreak the build on 64-bit Linux. | Mikhail Glushenkov |
2009-09-08 | Const-correctness. | 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-09-07 | Using a signal handler that does nothing should be | Duncan Sands |
2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-05 | Update a comment to reflect the current code. | Dan Gohman |
2009-08-05 | Remove needless uses of std::flush in the parent process after a | Dan Gohman |
2009-08-05 | Use _exit rather than exit in the child process after a failed exec. | Dan Gohman |
2009-08-04 | Follow Unix behavior and return 127 if the command is not found, | Dan Gohman |
2009-08-04 | When exec() fails, return 127 instead of errno; the parent process has no way to | Daniel Dunbar |
2009-08-03 | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar |
2009-07-28 | On "Unix", if Program::FindProgramByName is given a name containing | Dan Gohman |
2009-07-28 | Fix a fixme; don't take binaries from the working directory. | Benjamin Kramer |
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-04-20 | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar |
2008-06-12 | Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic | Matthijs Kooijman |
2008-06-12 | Make I/O redirection handling in sys::Program a bit more consistent. No | Matthijs Kooijman |
2008-05-29 | Unbreak build. | Bill Wendling |
2008-05-29 | Remove more iostream header includes. Needed to implement a "FlushStream" | Bill Wendling |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-02-04 | Set error message. | Devang Patel |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-09-14 | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman |
2007-07-06 | Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be... | Gabor Greif |
2007-06-04 | Fix LLVM build on NetBSD. Patch by Neil Booth. | Devang Patel |
2007-04-23 | Cygwin doesn't have the RSS_LIMIT for get/setrlimit. | Reid Spencer |
2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
2006-08-22 | For PR797: | Reid Spencer |
2006-08-21 | For PR797: | Reid Spencer |
2006-08-21 | For PR797: | Reid Spencer |
2006-07-12 | Turn an if into an else if. | Chris Lattner |
2006-06-09 | Don't pull in environ, not always safe. Global variables are bad anyway. | Evan Cheng |
2006-06-07 | For PR787: | Reid Spencer |
2005-12-22 | For PR351: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-05-05 | Remove vim settings from source code; people should use llvm/utils/vim/vimrc | Misha Brukman |
2005-04-20 | Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may | Misha Brukman |
2005-01-16 | Fix bugpoint | Chris Lattner |
2004-12-27 | For PR351: | Reid Spencer |
2004-12-19 | Make references to 'struct sigaction' compile under Solaris. | Brian Gaeke |