Don't overwrite previous value, if it succeeded.
[oota-llvm.git] / lib / System /
2010-03-28 Anton KorobeynikovProperly quote the quotes :) during cmdline constructio...
2010-03-26 Chris Lattnerremove a constructor implementation that isn't declared
2010-03-17 Jeffrey YasskinFix a false-positive memory leak in code using RemoveFi...
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
2010-03-12 Kovarththanan Raja... Remove superfluous NULL assignment
2010-03-11 Ted KremenekUpdate CMake build.
2010-03-11 Jeffrey YasskinMake clang bootstrap happier on OSX 10.5 by reducing...
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-19 Xerxes RanbyStubs for getHostCPUFeatures API. This implements part...
2010-01-14 Anton KorobeynikovRemove spurious semicolon.
2009-12-23 Douglas GregorAlternative fix to make sure that the extern declaratio...
2009-12-23 Douglas GregorRevert 92020 until I figure out a more portable fix
2009-12-23 Douglas GregorMove the extern symbol declarations outside of
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-14 Torok EdwinAdd "generic" fallback.
2009-12-13 Torok EdwinUsing _MSC_VER there was wrong, better just use the...
2009-12-12 Torok EdwinEnable CPU detection when using MS VS 2k8 too.
2009-12-09 Daniel DunbarRemove spurious extern.
2009-12-07 Oscar FuentesFixes the Atomic implementation if compiled by MSVC...
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan Raja... This patch ensures that Path::GetMainExecutable is...
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Daniel DunbarRemove bogus error handling code.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-19 Oscar FuentesUse CMAKE_DL_LIBS instead of raw library name. Fixes...
2009-11-19 Benjamin KramerUnbreak x64 MSVC build. Patch by Nicolas Capens!
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-14 Daniel DunbarRemove bogus corei7 and atom entries, the family was...
2009-11-14 Daniel DunbarFill out X86 table, although we are missing lots of...
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2009-11-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-11-02 Edward O'CallaghanFix malloc.h is deprecated warning on DragonFly BSD.
2009-10-30 Dan GohmanMost stack straces don't need 3 digits worth of levels.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Chandler CarruthRemove unused includes.
2009-10-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
2009-10-02 Benjamin KramerMingW build fixes
2009-09-22 Daniel Dunbar... missed hiding a variable for MSVC only.
2009-09-22 Daniel DunbarHide MSVC specific CRT interaction behind _MSC_VER.
2009-09-22 Mikhail GlushenkovRemove the GetProcessId() call from Win32/Program.inc...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
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-12 Daniel DunbarExperimental fix for PR4960.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-09 Benjamin KramerAdd a shortcut for OS X to Path::GetMainExecutable...
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-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-09-03 Daniel DunbarImprove llvm::getHostTriple for some cases where the...
2009-08-31 Torok EdwinFix ExplicitSymbols leak.
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-19 Owen AndersonGet rid of a helgrind warning. If this is _actually_...
2009-08-17 Owen AndersonAdd locking around signal handler registration.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-05 Dan GohmanMinor code simplification.
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-08-02 Daniel DunbarEmpty arguments need to be quoted on Win32.
2009-08-01 Chris LattnereXtensible Systems doesn't exist any more and Reid...
2009-07-29 Dan GohmanRemove another F_OK.
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 Dan GohmanIt isn't necessary to use F_OK when using R_OK or similar.
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-27 Douglas GregorCMake: make sure that the *.inc files for libSystem...
2009-07-26 Daniel DunbarDon't use llvm_report_error in libSystem, this is a...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Mikhail GlushenkovRemove duplication in Program::Execute{And,No}Wait.
2009-07-17 Mikhail GlushenkovTrailing whitespace.
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-12 Daniel DunbarUse llvm_report_error, not llvm_unreachable.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Chris Lattner"UNIX paths can contain non-ASCII characters, so Path...
2009-07-09 Chris LattnereraseFromDisk no longer throws.
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
next