summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] Replace sys::Mutex with their standard equivalents.Benjamin Kramer2019-08-191-3/+2
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-2/+2
* Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue2019-05-161-1/+2
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-1/+4
* build: Remove the cmake check for malloc.h.Peter Collingbourne2019-02-061-4/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg2018-08-271-1/+4
* Fix build errors on some configurationsPavel Labath2018-06-111-2/+2
* Cleanup. NFCFangrui Song2018-06-101-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-171-9/+0
* Fallback option for colorized output when terminfo isn't availablePetr Hosek2018-01-191-0/+15
* Remove Bitrig: LLVM ChangesErich Keane2017-07-211-2/+2
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-291-9/+3
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-221-3/+9
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-211-9/+3
* Remove spurious cast of nullptr. NFC.Serge Guelton2017-05-111-2/+2
* Zero-initialize chrono duration objectsPavel Labath2016-11-091-1/+1
* Remove TimeValue usage from llvm/SupportPavel Labath2016-10-241-17/+8
* Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.Joerg Sonnenberger2016-09-291-2/+2
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-0/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-27/+9
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-9/+27
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-1/+1
* Avoid buffered reads of /dev/urandomRafael Espindola2015-12-111-4/+9
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Small cleanup. Don't use else when not needed.Davide Italiano2015-02-211-4/+2
* [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
* Remove dead code. NFC.Rafael Espindola2014-12-041-31/+3
* [Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer2014-10-121-0/+3
* Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer2014-10-081-1/+12
* Attempt to calm down buildbotsDavid Majnemer2014-10-071-0/+3
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-0/+24
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-061-0/+59
* Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman2014-09-241-0/+2
* Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman2014-09-221-2/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+5
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-2/+2
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+8
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-8/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+8
* Support ANSI escape code on WindowsNico Rieck2013-09-111-18/+4
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+9
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-2/+2
OpenPOWER on IntegriCloud