Factor code out of APInt to form a isUIntN helper function.
[oota-llvm.git] / include / llvm / System / Program.h
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
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 GlushenkovCopy-pasto.
2009-09-09 Mikhail GlushenkovRevert 81248 for now.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
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-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-07-18 Mikhail GlushenkovAdd a Program::GetPid() method.
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-02-08 Mikhail Glushenkov80-column violation.
2008-06-16 Matthijs KooijmanAdd comment.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR787:
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-01-08 Reid SpencerAdd some documentation.
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-11 Reid SpencerFix the documentation for executeAndWait so the argumen...
2004-12-19 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-09-13 Reid SpencerClean up the interface and implementation of sys::Progr...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...