aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-041-2/+2
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-281-0/+1
* Rather than using an ifdef on the target to zero out fields,Duncan Sands2010-07-141-4/+1
* improve Path::makeUnique when mkstemp/mktemp are not availableChris Lattner2010-07-121-7/+12
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-071-1/+1
* Factor out the handler work from SignalHandler into a helper function,Dan Gohman2010-05-271-5/+12
* Don't bother clearing the Magic string when the magic numberDan Gohman2010-05-271-3/+1
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-1/+3
* This doesn't need SmallVector.h anymore.Dan Gohman2010-04-191-1/+0
* Fix this for std::vectors which don't have .data().Dan Gohman2010-04-191-1/+1
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-6/+10
* Revert 91528 and use a std::vector instead, fixing an abuse of std::string.Dan Gohman2010-04-191-10/+16
* avoid temporary std::string in non posix_spawn path.Chris Lattner2010-04-181-4/+4
* Eliminate temporary string.Benjamin Kramer2010-04-181-4/+4
* Properly inherit the environment on darwin where environ is not available for...Benjamin Kramer2010-04-181-1/+6
* This is horrible. Split the difference, and declare 'environ' on all non-DarwinNick Lewycky2010-04-181-0/+7
* Revert r101701, Darwin doesn't have 'environ'. Go figure.Nick Lewycky2010-04-181-3/+0
* Fix linux build. posix_spawn doesn't inherit the environment by default.Nick Lewycky2010-04-181-1/+4
* make Program::Execute use posix_spawn on systems that support it,Chris Lattner2010-04-181-9/+64
* improve haiku portability, patch by Paul Davey.Chris Lattner2010-04-101-0/+2
* Fix a grammaro.Dan Gohman2010-03-301-2/+2
* remove a constructor implementation that isn't declaredChris Lattner2010-03-261-6/+0
* Fix a false-positive memory leak in code using RemoveFileOnSignal(). BecauseJeffrey Yasskin2010-03-171-17/+10
* don't forget to close a FD on an error condition, found byChris Lattner2010-03-141-1/+2
* follow-on to PR6280Chris Lattner2010-02-141-1/+1
* improve support for minix, PR6280, patch byChris Lattner2010-02-122-2/+11
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-0/+5
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-221-1/+1
* move a few more symbols to .rodataNuno Lopes2009-12-231-1/+1
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-18/+18
* remove use of SmallVector from Path::makeUnique. Path::makeUniqueChris Lattner2009-12-161-14/+10
* eliminate an extraneous use of SmallVector in a case whereChris Lattner2009-12-161-6/+4
* Remove spurious extern.Daniel Dunbar2009-12-091-1/+1
* Remove dead returns.Benjamin Kramer2009-11-291-2/+0
* This patch ensures that Path::GetMainExecutable is able to handle theKovarththanan Rajaratnam2009-11-291-2/+6
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-5/+5
* Remove bogus error handling code.Daniel Dunbar2009-11-241-6/+2
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-2/+20
* Revert commit 81144, and add a comment. It caused bugpoint timeoutsDuncan Sands2009-11-081-3/+9
* Fix malloc.h is deprecated warning on DragonFly BSD.Edward O'Callaghan2009-11-021-1/+3
* Most stack straces don't need 3 digits worth of levels.Dan Gohman2009-10-301-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...Ted Kremenek2009-10-221-1/+1
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-121-1/+1
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-5/+18
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-18/+5
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-13/+7
* Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup onBenjamin Kramer2009-09-091-1/+15
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-091-1/+7
* This should unbreak the build on 64-bit Linux.Mikhail Glushenkov2009-09-081-3/+6