aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-21Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi1-6/+3
2013-08-18Go through the really awkward dance required to delete the memoryChandler Carruth1-2/+12
2013-08-16Removing unused functionality.Aaron Ballman1-8/+0
2013-08-13GCC warns about removing const with a c-style cast.Benjamin Kramer1-1/+1
2013-08-12Remove all checking for the various terminfo headers (term.h andChandler Carruth1-24/+10
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth1-11/+25
2013-08-07Add support for linking against a curses library when available andChandler Carruth1-10/+41
2013-06-20Remove MSan hack that is no longer needed.Evgeniy Stepanov1-2/+0
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov1-0/+2
2013-01-05Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth1-1/+1