Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / lib / System / Win32 / Program.inc
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-09-17 NAKAMURA TakumiMove the declaration SetInformationJobObject() outside...
2010-03-28 Anton KorobeynikovProperly quote the quotes :) during cmdline constructio...
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
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 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-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-08-02 Daniel DunbarEmpty arguments need to be quoted on Win32.
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-04-14 Mikhail GlushenkovCall CreateProcess with bInheritHandles = TRUE.
2009-04-14 Mikhail GlushenkovDelete trailing whitespace.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
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-01-24 Anton KorobeynikovFix potential buffer overflow
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-03-19 Anton KorobeynikovFix mingw32 build
2007-03-09 Anton KorobeynikovUnbreak mingw32 build
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-21 Reid SpencerFor PR797:
2006-06-07 Reid SpencerFor PR787:
2005-07-08 Jeff CohenFix VC++ breakage
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-11 Jeff CohenEliminate tabs
2005-02-20 Jeff CohenFix silly mistake.
2005-02-20 Jeff CohenImplement standard I/O redirection in ExecuteAndWait().
2005-02-16 Jeff CohenArg list already has program name in it.
2004-12-20 Jeff CohenKeep up with lib/System changes
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-11 Reid SpencerRename Path::get -> Path::toString
2004-11-16 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Reid SpencerRemove useless #include.
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-15 Reid SpencerPatches to make this file actually compile under windows.
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...