summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add disk_space() to llvm::fsMehdi Amini2016-04-011-1/+31
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-04-011-31/+1
* Use const ref instead of value for Twine in the disk_space() APIMehdi Amini2016-03-311-1/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-1/+31
* Revert "Add disk_space() to llvm::fs"Mehdi Amini2016-03-311-31/+1
* Add disk_space() to llvm::fsMehdi Amini2016-03-311-1/+31
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-2/+9
* Revert "Add lastAccessedTime to file_status"Mehdi Amini2016-03-251-9/+2
* Add lastAccessedTime to file_statusMehdi Amini2016-03-251-2/+9
* Fix typo: XDS -> XDGSean Silva2016-03-241-3/+3
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-1/+1
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-2/+2
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-2/+2
* [SectionMemoryManager] Make better use of virtual memoryKeno Fischer2015-12-161-2/+3
* Avoid buffered reads of /dev/urandomRafael Espindola2015-12-111-4/+9
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-3/+2
* [JIT/Memory] Fix up semantic of setExecutable().Davide Italiano2015-11-171-4/+1
* Combine ifdefs around dl_iterate_phdr in Unix/Signals.incReid Kleckner2015-11-091-13/+8
* Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi2015-11-081-0/+7
* Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())Mehdi Amini2015-11-051-1/+2
* Remove empty linesMehdi Amini2015-11-051-2/+2
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-87/+2
* Use static instead of anonymous namespace for helper functions. NFC.Pawel Bylica2015-11-021-5/+2
* [Support] Extend sys::path with user_cache_directory function.Pawel Bylica2015-11-021-21/+53
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-20/+20
* Untabify.NAKAMURA Takumi2015-09-221-3/+2
* ScanDirForExecutable on Windows fails to find executables with the "exe" exte...Reid Kleckner2015-09-101-0/+4
* Thread premissions through sys::fs::create_director{y|ies}Frederic Riss2015-08-061-2/+3
* Remove the configure and cmake checks for sys/wait.hJustin Bogner2015-08-042-19/+1
* Remove unnecessary in C++11 c_str() callsYaron Keren2015-07-231-18/+1
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-221-1/+1
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-221-9/+1
* Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()Yaron Keren2015-07-221-7/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-235-7/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-195-7/+7
* Don't use std::errc.Rafael Espindola2015-06-131-2/+3
OpenPOWER on IntegriCloud