aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Remove unnecessary StringRef->std::string conversion.Alexey Samsonov1-1/+1
2014-12-15ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer1-0/+43
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer1-1/+1
2014-12-12MAP_FILE is the default. We don't need to add it.Rafael Espindola1-3/+0
2014-12-12Move the resize file feature from mapped_file_region to the only user.Rafael Espindola1-13/+1
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola1-5/+2
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola1-46/+6
2014-12-11Remove dead code. NFC.Rafael Espindola1-33/+0
2014-12-04Remove dead code. NFC.Rafael Espindola3-34/+6
2014-12-02Fix several bugs in r221220's new program finding code.Chandler Carruth1-5/+6
2014-11-05Revert 220932.Jiangning Liu1-5/+0
2014-11-04Remove FindProgramByName. NFC.Rafael Espindola2-48/+4
2014-11-04[Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer1-0/+28
2014-10-31Update the non-pthreads fallback for RWMutex on UnixDavid Blaikie1-6/+6
2014-10-30Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman1-0/+5
2014-10-27Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola1-1/+0
2014-10-22Strength reduce constant-sized vectors into arrays. No functionality change.Benjamin Kramer1-8/+6
2014-10-13Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...NAKAMURA Takumi1-2/+3
2014-10-12[Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer1-0/+3
2014-10-11Guard the definition of the stack tracing function with the same macrosChandler Carruth1-0/+2
2014-10-10Follow-up to r219534 to make symbolization more robust.Alexey Samsonov1-2/+7
2014-10-10Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov1-1/+140
2014-10-08Revert r219354. It seems to break some buildbots.Alexey Samsonov1-139/+1
2014-10-08Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov1-1/+139
2014-10-08Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer1-1/+12
2014-10-07Attempt to calm down buildbotsDavid Majnemer1-0/+3
2014-10-07Support: Don't call close again if we get EINTRDavid Majnemer1-0/+24
2014-10-06Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer1-0/+59
2014-09-24Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman1-0/+2
2014-09-24Unix/Host.inc: Remove <cstdlib>. It has been unused for a long time.NAKAMURA Takumi1-1/+0
2014-09-24Unix/Host.inc: Wrap a comment line in 80-col.NAKAMURA Takumi1-1/+2
2014-09-24Unix/Host.inc: Remove leading whitespace. It had been here since r56942!NAKAMURA Takumi1-1/+1
2014-09-22Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman1-2/+4
2014-09-11Misc cleanups to the FileSytem api.Rafael Espindola1-26/+23
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-0/+18
2014-09-02Cleaning up remaining static initializers in Signals.incChris Bieneman1-24/+31
2014-08-29Cleaning up static initializers in Signals.incChris Bieneman1-5/+4
2014-08-29Cleaning up static initializers in TimeValue.Chris Bieneman1-1/+1
2014-08-27Add an explicit cast to pacify implicit boolean conversion warnings.Benjamin Kramer1-1/+1
2014-08-26Merge TempDir and system_temp_directory.Rafael Espindola1-16/+60
2014-08-25Fix bug in llvm::sys::argumentsFitWithinSystemLimits().Rafael Espindola1-2/+2
2014-08-23Support: add llvm::unique_lockDylan Noblesmith1-16/+17
2014-08-23Support: make LLVM Mutexes STL-compatibleDylan Noblesmith1-4/+4
2014-08-23Support/Unix: use ScopedLock wherever possibleDylan Noblesmith1-24/+22
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-08Remove dead code. Fixes pr20544.Rafael Espindola1-13/+0
2014-06-30Build fix for systems without futimes/futimensAlp Toker1-1/+1
2014-06-27lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge1-1/+5
2014-06-24Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in...Daniel Sanders1-2/+10
2014-06-24[mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::Inva...Daniel Sanders1-10/+2