summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-243-33/+50
* Reapply "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-201-54/+0
* Revert "Add Chrono.h - std::chrono support header"Pavel Labath2016-10-191-0/+54
* Add Chrono.h - std::chrono support headerPavel Labath2016-10-191-54/+0
* fix build on cygwinNuno Lopes2016-10-061-1/+1
* Deal with the (historic) MAP_ANONYMOUS vs MAP_ANON directly by using CPPJoerg Sonnenberger2016-09-301-2/+2
* Retire NEED_DEV_ZERO_FOR_MMAP. It should be needed only on outdatedJoerg Sonnenberger2016-09-301-16/+0
* Turn ENABLE_CRASH_OVERRIDES into a 0/1 definition.Joerg Sonnenberger2016-09-301-1/+1
* Convert ENABLE_BACKTRACES into a 0/1 definition.Joerg Sonnenberger2016-09-301-4/+4
* Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.Joerg Sonnenberger2016-09-291-2/+2
* HAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACEJoerg Sonnenberger2016-09-291-4/+4
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-061-8/+2
* Implement getRandomBytes() functionEugene Leviant2016-08-261-0/+4
* Preserve a pointer to the newly allocated signal stack as well. That tooChandler Carruth2016-08-241-4/+6
* Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is notRichard Smith2016-08-241-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth2016-07-191-2/+3
* Use posix_fallocate instead of ftruncate.Rafael Espindola2016-07-191-0/+9
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-131-1/+86
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+7
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-86/+1
* In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh2016-06-031-1/+86
* [Support] Reapply cleanup r270643Gerolf Hoflehner2016-05-251-39/+0
* [Support] revert previous commit r270643Gerolf Hoflehner2016-05-251-0/+39
* [Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)Gerolf Hoflehner2016-05-251-39/+0
* Enable use of sigaltstack for signal handlers when available. With this,Richard Smith2016-05-231-1/+1
* Fix implicit type conversion. NFC.Chris Bieneman2016-05-211-1/+1
* Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. ThisRichard Smith2016-05-201-2/+2
* Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith2016-05-201-2/+4
* Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith2016-05-201-4/+59
* Create a sigaltstack when we register our signal handlers. Otherwise we'd veryRichard Smith2016-05-201-0/+31
* Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman2016-05-201-51/+4
* Work around a glibc bug: backtrace() spuriously fails ifRichard Smith2016-05-181-4/+51
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-141-5/+0
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-141-0/+5
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-0/+2
* Fix missing include on OpenBSDMehdi Amini2016-04-081-0/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-056-115/+64
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-056-64/+115
OpenPOWER on IntegriCloud