System/Windows: Reduce dependencies.
[oota-llvm.git] / lib / System / Unix /
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-03 Dan GohmanDelete unused variables.
2010-11-03 Dan GohmanRemove several unhelpful checks for isValid from sys...
2010-11-02 Dan GohmanDon't try to enforce MAXPATHLEN in sys::Path for Unix...
2010-11-02 Dan GohmanSimplify.
2010-11-02 Dan GohmanFix a copy+pasto.
2010-11-02 Dan GohmanAvoid manipulating paths in fixed-sized arrays.
2010-11-02 Dan GohmanSimplify this code.
2010-11-02 Dan GohmanUse '\0' instead of 0 for nul character constants.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Dan GohmanEliminate some temporary std::strings.
2010-11-02 Dan GohmanMicro-optimize.
2010-11-02 Mikhail GlushenkovMake FindProgramByName return paths with slashes unmodi...
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
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-10-08 Daniel DunbarCrashRecovery: Fix raise() override to actually send...
2010-10-07 Evan ChengCorrectly check if a path is a directory. Fix by Brian...
2010-09-30 Daniel DunbarAdd an explicit initialization to work around what...
2010-09-22 Daniel DunbarCrashRecovery/Darwin: Override raise() as well so that...
2010-09-07 Dan GohmanIssue a #error if the host doesn't have an implementati...
2010-09-02 Dan GohmanApply a patch from Kees van Reeuwijk to add support...
2010-09-01 Dan GohmanAdd an interface for unregistering a file from the...
2010-08-31 Anton KorobeynikovSome fixes for NetBSD
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-07-28 Owen AndersonAdd an erase() method to llvm::ThreadLocal.
2010-07-14 Duncan SandsRather than using an ifdef on the target to zero out...
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-05-27 Dan GohmanFactor out the handler work from SignalHandler into...
2010-05-27 Dan GohmanDon't bother clearing the Magic string when the magic...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Dan GohmanFix -Wcast-qual warnings.
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
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-30 Dan GohmanFix a grammaro.
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-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
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-22 Torok EdwinFix TimeValue::now() on Unix.
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
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-09 Daniel DunbarRemove spurious extern.
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-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
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-22 Ted KremenekUse 'waitpid' instead of 'wait'. Basing Program::Wait...
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
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-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-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-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-07-29 Dan GohmanRemove another F_OK.
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
next