summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use auto instead of the long type name. NFC.Steven Wu2015-05-071-2/+1
* Fix another hang caused by ManagedStatic in SignalHandlerSteven Wu2015-05-071-4/+11
* Fixes a hang that can occur if a signal comes in during malloc calls.Chris Bieneman2015-04-271-0/+6
* Fix build broken by incorrect class name.Zachary Turner2015-04-271-3/+3
* Make an RAII com initializer.Zachary Turner2015-04-271-0/+27
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-2/+2
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+2
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-21/+23
* Small cleanup. Don't use else when not needed.Davide Italiano2015-02-211-4/+2
* Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.Chris Bieneman2015-02-191-2/+10
* [Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano2015-02-191-0/+10
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Triple: refactor redundant code.Tim Northover2015-02-121-19/+5
* iOS doesn't have crt_externs.h available, so we fall back to the posix method.Chris Bieneman2015-01-301-2/+5
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-0/+2
* [mips] Use __clear_cache builtin instead of cacheflush()Petar Jovanovic2015-01-271-13/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+3
* Remove unnecessary StringRef->std::string conversion.Alexey Samsonov2014-12-291-1/+1
* ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cppDavid Majnemer2014-12-151-0/+43
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-1/+1
* MAP_FILE is the default. We don't need to add it.Rafael Espindola2014-12-121-3/+0
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-13/+1
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-5/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-46/+6
* Remove dead code. NFC.Rafael Espindola2014-12-111-33/+0
* Remove dead code. NFC.Rafael Espindola2014-12-043-34/+6
OpenPOWER on IntegriCloud