aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-0/+13
* "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...Chris Lattner2009-07-121-9/+1
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+72
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-26/+2
* Fix compilation without pthreads.Owen Anderson2009-06-261-3/+3
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+25
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-6/+6
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-181-5/+5
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+43
* glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman2009-06-151-1/+8
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+8
* Add support for outputting ANSI colors to raw_fd_ostream.Edwin Török2009-06-041-0/+59
* Untabification.Bill Wendling2009-05-301-42/+41
* Work around a page size issue on Cygwin.Jay Foad2009-05-231-1/+6
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-1/+4
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-0/+37
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-204-7/+10
* fix PR3965:SIGINT handler not restored after calling ParseAST(),Chris Lattner2009-04-121-1/+2
* Add llvm::sys::getHostTriple and removeDaniel Dunbar2009-03-311-9/+25
* fix a bug Alexei Svitkine pointed out.Chris Lattner2009-03-231-2/+2
* When we restore signal handlers, restore them back to what theyChris Lattner2009-03-231-8/+30
* factorize signal registration, part of PR3848.Chris Lattner2009-03-231-10/+23
* add some explicit llvm:: qualifiers to the unix side, fix problems on the win...Chris Lattner2009-03-081-4/+5
* When a crash signal is delivered do two things: remove all of ourChris Lattner2009-03-071-5/+14
* move some code to gracefully handle the case when a handler crashes.Chris Lattner2009-03-051-4/+6
* Add a new 'AddSignalHandler' function to Signals.h that allowsChris Lattner2009-03-041-94/+68
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-021-1/+60
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-191-3/+8
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-151-1/+4
* Whitespace fixes.Mikhail Glushenkov2009-02-151-58/+58
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-101-2/+2
* Add a Sleep() function.Mikhail Glushenkov2009-02-081-0/+4
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-082-6/+6
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-221-2/+2
* Don't use plain %x to print pointer values. I had changed it from %pDan Gohman2008-12-051-1/+2
* Demangle and pretty-print symbols in internal backtraces. Patch byDan Gohman2008-12-051-0/+44
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-0/+21
* On Darwin ARM, memory needs special handling to do JIT. This patch expandsJim Grosbach2008-10-031-1/+25
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-021-0/+42
* Preliminary support for systems which require changing JIT memory regions pri...Evan Cheng2008-09-181-0/+29
* AllocateRWXMemory -> AllocateRWX.Evan Cheng2008-09-161-1/+1
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+6
* Create temp. file in current path.Devang Patel2008-07-241-6/+3
* While creating temp. file on disk, if the current filename points to a existi...Devang Patel2008-07-221-2/+8
* Fix GetMainExecutable. Patch by Sam Bishop.Seo Sanghyeon2008-06-271-4/+2
* Add a missing semicolon.Wojciech Matyjewicz2008-06-151-1/+1
* Fix the sys::Path::getSuffix() implementation.Argiris Kirtzidis2008-06-151-0/+16
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-121-4/+11
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-121-21/+13
* Unbreak build.Bill Wendling2008-05-291-3/+3