summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix detection of backtrace() availability on FreeBSDEd Maste2017-04-121-2/+2
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-3/+3
* [Support] Avoid concurrency hazard in signal handler registrationBruno Cardoso Lopes2017-03-271-5/+1
* Make home_directory look in the password database in addition to $HOME.Zachary Turner2017-03-221-5/+11
* [Support] Fill the file_status struct with link count.Zachary Turner2017-03-201-4/+7
* Fix linux build.Zachary Turner2017-03-161-1/+2
* [Support] Add support for getting file system permissions on Windows and impl...James Henderson2017-03-161-1/+10
* Reverting r297617 because it broke some bots:Aaron Ballman2017-03-131-15/+6
* Add support for getting file system permissions and implement sys::fs::permis...Aaron Ballman2017-03-131-6/+15
* Add llvm::sys::fs::real_path.Zachary Turner2017-03-101-1/+63
* fix build on CygwinNuno Lopes2017-03-091-0/+3
* [Support] Add llvm::sys::fs::remove_directories.Zachary Turner2017-03-081-2/+43
* [fs] Make sure to check S_ISLNK() in fillStatus.Zachary Turner2017-03-071-0/+2
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-071-2/+2
* Try to fix thread name truncation on non-Windows.Zachary Turner2017-03-041-6/+13
* Improve the Threading code on NetBSDKamil Rytarowski2017-03-041-5/+2
* Truncate thread names if they're too long.Zachary Turner2017-03-041-3/+27
* Silence a warning, NFCKrzysztof Parzyszek2017-03-031-0/+1
* Detect the existence of pthread_{s,g}etname_np in libpthread on LinuxKrzysztof Parzyszek2017-03-031-0/+4
* Add missing #includes for FreeBSD.Zachary Turner2017-03-031-4/+9
* Try again to appease the FreeBSD bot.Zachary Turner2017-03-031-7/+2
* Try to appease the FreeBSD bots.Zachary Turner2017-03-031-2/+2
* Add #include for unistd.h on Linux.Zachary Turner2017-03-031-0/+1
* [Support] Provide access to current thread name/thread id.Zachary Turner2017-03-031-0/+181
* [Support] Re-add the special OSX flags on mmap.Zachary Turner2017-02-221-0/+19
* [Support] Provide linux/magic.h fallback for older kernelsMichal Gorny2017-02-221-0/+15
* Try to fix the buildbot on OSX.Zachary Turner2017-02-211-16/+0
* Try to fix Android build.Zachary Turner2017-02-211-1/+3
* [Support] Add a function to check if a file resides locally.Zachary Turner2017-02-211-3/+63
* Fix LLDB Android AArch64 GCC debug info buildOmair Javaid2017-02-022-2/+2
* [Support] Use O_CLOEXEC only when declaredPavel Labath2017-01-241-2/+20
* [Support] Add sys::fs::set_current_path() (aka chdir)Pavel Labath2017-01-241-0/+10
* raw_fd_ostream: Make file handles non-inheritable by defaultPavel Labath2017-01-181-2/+2
* Revert "Use _Unwind_Backtrace on Apple platforms."Bob Wilson2017-01-061-1/+1
* [ThinLTO] Add an API to trigger file-based API for returning objects to the l...Mehdi Amini2016-12-141-0/+13
* Fix comment typos. NFC.Simon Pilgrim2016-11-201-1/+1
* Use _Unwind_Backtrace on Apple platforms.Bob Wilson2016-11-141-1/+1
* Zero-initialize chrono duration objectsPavel Labath2016-11-091-1/+1
* Correct mprotect page boundries to round up end page. Fixes PR30905.Alina Sbirlea2016-11-051-1/+4
* [Chrono] Fix !HAVE_FUTIMENS buildPavel Labath2016-10-241-1/+2
OpenPOWER on IntegriCloud