aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
AgeCommit message (Expand)AuthorFilesLines
2019-08-19[Support] Replace sys::Mutex with their standard equivalents.Benjamin Kramer1-3/+2
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer1-2/+2
2019-05-16Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue1-1/+2
2019-05-08[Support] Add error handling to sys::Process::getPageSize().Lang Hames1-1/+4
2019-02-06build: Remove the cmake check for malloc.h.Peter Collingbourne1-4/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-27Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg1-1/+4
2018-06-11Fix build errors on some configurationsPavel Labath1-2/+2
2018-06-10Cleanup. NFCFangrui Song1-1/+1
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-04-17Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama1-9/+0
2018-01-19Fallback option for colorized output when terminfo isn't availablePetr Hosek1-0/+15
2017-07-21Remove Bitrig: LLVM ChangesErich Keane1-2/+2
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath1-9/+3
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath1-3/+9
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath1-9/+3
2017-05-11Remove spurious cast of nullptr. NFC.Serge Guelton1-2/+2
2016-11-09Zero-initialize chrono duration objectsPavel Labath1-1/+1
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath1-17/+8
2016-09-29Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.Joerg Sonnenberger1-2/+2
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov1-0/+2
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-27/+9
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-9/+27
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-1/+1
2015-12-11Avoid buffered reads of /dev/urandomRafael Espindola1-4/+9
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-02-21Small cleanup. Don't use else when not needed.Davide Italiano1-4/+2
2015-02-19[Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano1-0/+10
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman1-2/+2
2014-12-04Remove dead code. NFC.Rafael Espindola1-31/+3
2014-10-12[Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer1-0/+3
2014-10-08Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer1-1/+12
2014-10-07Attempt to calm down buildbotsDavid Majnemer1-0/+3
2014-10-07Support: Don't call close again if we get EINTRDavid Majnemer1-0/+24
2014-10-06Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer1-0/+59
2014-09-24Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman1-0/+2
2014-09-22Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman1-2/+4
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-5/+5
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-1/+1
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola1-1/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper1-2/+2
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer1-1/+1
2014-02-05Fix configure to find arc4random via header files.Todd Fiala1-2/+2
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-0/+8
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-8/+0
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-0/+8
2013-09-11Support ANSI escape code on WindowsNico Rieck1-18/+4
2013-09-10Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama1-0/+9
2013-09-04Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi1-2/+2