summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* iOS doesn't have crt_externs.h available, so we fall back to the posix method.Chris Bieneman2015-01-301-2/+5
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-0/+2
* [mips] Use __clear_cache builtin instead of cacheflush()Petar Jovanovic2015-01-271-13/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* Remove unnecessary StringRef->std::string conversion.Alexey Samsonov2014-12-291-1/+1
* ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer2014-12-151-0/+43
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-1/+1
* MAP_FILE is the default. We don't need to add it.Rafael Espindola2014-12-121-3/+0
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-13/+1
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-5/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-46/+6
* Remove dead code. NFC.Rafael Espindola2014-12-111-33/+0
* Remove dead code. NFC.Rafael Espindola2014-12-043-34/+6
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-5/+6
* Revert 220932.Jiangning Liu2014-11-051-5/+0
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-042-48/+4
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-041-0/+28
* Update the non-pthreads fallback for RWMutex on UnixDavid Blaikie2014-10-311-6/+6
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-301-0/+5
* Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola2014-10-271-1/+0
* Strength reduce constant-sized vectors into arrays. No functionality change.Benjamin Kramer2014-10-221-8/+6
* Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...NAKAMURA Takumi2014-10-131-2/+3
* [Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer2014-10-121-0/+3
* Guard the definition of the stack tracing function with the same macrosChandler Carruth2014-10-111-0/+2
* Follow-up to r219534 to make symbolization more robust.Alexey Samsonov2014-10-101-2/+7
* Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-101-1/+140
* Revert r219354. It seems to break some buildbots.Alexey Samsonov2014-10-081-139/+1
* Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-081-1/+139
* Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer2014-10-081-1/+12
* Attempt to calm down buildbotsDavid Majnemer2014-10-071-0/+3
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-0/+24
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-061-0/+59
* Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman2014-09-241-0/+2
* Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.NAKAMURA Takumi2014-09-241-1/+0
* Unix/Host.inc: Wrap a comment line in 80-col.NAKAMURA Takumi2014-09-241-1/+2
* Unix/Host.inc: Remove leading whitespace. It had been here since r56942!NAKAMURA Takumi2014-09-241-1/+1
* Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman2014-09-221-2/+4
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-26/+23
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+18
* Cleaning up remaining static initializers in Signals.incChris Bieneman2014-09-021-24/+31
* Cleaning up static initializers in Signals.incChris Bieneman2014-08-291-5/+4
* Cleaning up static initializers in TimeValue.Chris Bieneman2014-08-291-1/+1
* Add an explicit cast to pacify implicit boolean conversion warnings.Benjamin Kramer2014-08-271-1/+1
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-16/+60
* Fix bug in llvm::sys::argumentsFitWithinSystemLimits().Rafael Espindola2014-08-251-2/+2
* Support: add llvm::unique_lockDylan Noblesmith2014-08-231-16/+17
* Support: make LLVM Mutexes STL-compatibleDylan Noblesmith2014-08-231-4/+4
* Support/Unix: use ScopedLock wherever possibleDylan Noblesmith2014-08-231-24/+22
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-13/+0
OpenPOWER on IntegriCloud