summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
...
* [cmake] Improve pthread_[gs]etname_np detection codePavel Labath2018-04-181-2/+0
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-171-9/+0
* Remove HAVE_DIRENT_H.Nico Weber2018-04-021-17/+2
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Silence warning about unused private variable.Zachary Turner2018-02-151-1/+3
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Specify namespace for reallocSerge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+1
* Fix off-by-one in set_thread_name which causes truncation to fail on LinuxSam McCall2018-02-131-1/+2
* Fallback option for colorized output when terminfo isn't availablePetr Hosek2018-01-191-0/+15
* [Support] Use realpath(3) instead of trying to open a file.Davide Italiano2018-01-091-6/+6
* [ARM][AArch64] Workaround ARM/AArch64 peculiarity in clearing icache.Peter Smith2017-11-281-4/+24
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-161-123/+4
* [Support/UNIX] posix_fallocate() can fail with EINVAL.Davide Italiano2017-11-071-1/+1
* Temporary workaround for msan false positive.Sam McCall2017-11-021-1/+1
* [DynamicLibrary] Fix build on musl libcKeno Fischer2017-10-261-1/+1
* Don't try to use a non-existent header on FreeBSD/mips.John Baldwin2017-10-251-1/+1
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-101-7/+13
* [Support] mapped_file_region::size() returns size_tRoman Lebedev2017-09-271-1/+1
* [Support] mapped_file_region: store size as size_tRoman Lebedev2017-09-271-7/+1
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-6/+6
* Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko2017-09-061-32/+30
* Untabify.NAKAMURA Takumi2017-08-281-4/+4
* [Support] Remove getPathFromOpenFD, it was unusedReid Kleckner2017-08-041-47/+0
* Remove Bitrig: LLVM ChangesErich Keane2017-07-212-9/+8
* Allow clients to specify search order of DynamicLibraries.Frederich Munch2017-07-121-0/+3
* [Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski2017-07-081-3/+0
* [Support] sys::getProcessTriple should return a macOS triple usingAlex Lorenz2017-07-071-6/+19
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-292-17/+7
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-222-7/+17
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-212-17/+7
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-1/+12
* Implement AllocateRWX and ReleaseRWX for NetBSDKamil Rytarowski2017-06-181-0/+4
* [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAUL...NAKAMURA Takumi2017-06-171-0/+6
* Support: Don't set RLIMIT_AS on child processes when applying a memory limitDavid Blaikie2017-06-121-10/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-063-6/+6
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-051-1/+2
* Fix building DynamicLibrary.cpp with musl libcDimitry Andric2017-06-051-2/+2
* [Solaris] Fix PR33228 - llvm::sys::fs::is_local_impl done rightKamil Rytarowski2017-06-011-0/+5
* Revert r303015, because it has the unintended side effect of breakingDimitry Andric2017-05-171-24/+6
* Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric2017-05-141-6/+24
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-111-2/+2
* If posix_fallocate returns EOPNOTSUPP, fallback to ftruncate.Joerg Sonnenberger2017-05-051-4/+5
* fix build on CygwinNuno Lopes2017-05-051-1/+1
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-271-0/+131
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-131/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+131
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-241-131/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-241-0/+131
OpenPOWER on IntegriCloud