80-col violations/trailing whitespace.
[oota-llvm.git] / lib / System / Unix /
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...
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-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-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Chris Lattner"UNIX paths can contain non-ASCII characters, so Path...
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-06-26 Owen AndersonFix compilation without pthreads.
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...
2009-06-18 Owen AndersonGive RWMutex the SmartRWMutex treatment too.
2009-06-18 Owen AndersonInsert a SmartMutex templated class into the class...
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-15 Dan Gohmanglibc has two versions of strerror_r, a standards compl...
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-05-30 Bill WendlingUntabification.
2009-05-23 Jay FoadWork around a page size issue on Cygwin.
2009-05-18 Douglas Gregortermios.h contains the winsize structure we need to...
2009-05-11 Douglas GregorAdd terminal width detection to llvm::sys::Process...
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-23 Chris Lattnerfix a bug Alexei Svitkine pointed out.
2009-03-23 Chris LattnerWhen we restore signal handlers, restore them back...
2009-03-23 Chris Lattnerfactorize signal registration, part of PR3848.
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-05 Chris Lattnermove some code to gracefully handle the case when a...
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2008-12-05 Dan GohmanDon't use plain %x to print pointer values. I had chang...
2008-12-05 Dan GohmanDemangle and pretty-print symbols in internal backtrace...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-09-16 Evan ChengAllocateRWXMemory -> AllocateRWX.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
next