Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / lib / System / Unix / Program.inc
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-10-29 Dan GohmanCheck if ErrMsg is null. This fixes the "not" command.
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-10-29 Dan GohmanMake Program::Wait provide an error message string...
2010-10-28 Dan GohmanRevert r117582, which reverted r77396. Searching PATH...
2010-10-28 Mikhail GlushenkovRevert r77396.
2010-10-28 Mikhail GlushenkovTrailing whitespace.
2010-09-30 Daniel DunbarAdd an explicit initialization to work around what...
2010-07-14 Duncan SandsRather than using an ifdef on the target to zero out...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-18 Chris Lattneravoid temporary std::string in non posix_spawn path.
2010-04-18 Benjamin KramerEliminate temporary string.
2010-04-18 Benjamin KramerProperly inherit the environment on darwin where enviro...
2010-04-18 Nick LewyckyThis is horrible. Split the difference, and declare...
2010-04-18 Nick LewyckyRevert r101701, Darwin doesn't have 'environ'. Go figure.
2010-04-18 Nick LewyckyFix linux build. posix_spawn doesn't inherit the enviro...
2010-04-18 Chris Lattnermake Program::Execute use posix_spawn on systems that...
2010-04-10 Chris Lattnerimprove haiku portability, patch by Paul Davey.
2010-03-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2009-11-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
2009-10-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-09-22 Daniel DunbarRevert "Get rid of GetProcessId in Win32/Program.inc...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-09 Mikhail GlushenkovCheck that the 'kill' call succeeded.
2009-09-08 Mikhail GlushenkovThis should unbreak the build on 64-bit Linux.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-07 Duncan SandsUsing a signal handler that does nothing should be
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-05 Dan GohmanUpdate a comment to reflect the current code.
2009-08-05 Dan GohmanRemove needless uses of std::flush in the parent proces...
2009-08-05 Dan GohmanUse _exit rather than exit in the child process after...
2009-08-04 Dan GohmanFollow Unix behavior and return 127 if the command...
2009-08-04 Daniel DunbarWhen exec() fails, return 127 instead of errno; the...
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-04 Devang PatelSet error message.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-12 Chris LattnerTurn an if into an else if.
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-07 Reid SpencerFor PR787:
2005-12-22 Reid SpencerFor PR351:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-01-16 Chris LattnerFix bugpoint
2004-12-27 Reid SpencerFor PR351:
2004-12-19 Brian GaekeMake references to 'struct sigaction' compile under...
2004-12-19 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...