summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Process.inc
AgeCommit message (Expand)Author
2018-08-30Merging r340751:Hans Wennborg
2018-06-11Fix build errors on some configurationsPavel Labath
2018-06-10Cleanup. NFCFangrui Song
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-17Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama
2018-01-19Fallback option for colorized output when terminfo isn't availablePetr Hosek
2017-07-21Remove Bitrig: LLVM ChangesErich Keane
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath
2017-05-11Remove spurious cast of nullptr. NFC.Serge Guelton
2016-11-09Zero-initialize chrono duration objectsPavel Labath
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath
2016-09-29Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.Joerg Sonnenberger
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2015-12-11Avoid buffered reads of /dev/urandomRafael Espindola
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-02-21Small cleanup. Don't use else when not needed.Davide Italiano
2015-02-19[Support/Timer] Make GetMallocUsage() aware of jemalloc.Davide Italiano
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman
2014-12-04Remove dead code. NFC.Rafael Espindola
2014-10-12[Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer
2014-10-08Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer
2014-10-07Attempt to calm down buildbotsDavid Majnemer
2014-10-07Support: Don't call close again if we get EINTRDavid Majnemer
2014-10-06Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer
2014-09-24Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman
2014-09-22Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer
2014-02-05Fix configure to find arc4random via header files.Todd Fiala
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer
2013-10-06Windows: Add support for unicode command linesDavid Majnemer
2013-09-11Support ANSI escape code on WindowsNico Rieck
2013-09-10Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama
2013-09-04Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi
2013-08-21Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi
2013-08-18Go through the really awkward dance required to delete the memoryChandler Carruth
2013-08-16Removing unused functionality.Aaron Ballman
2013-08-13GCC warns about removing const with a c-style cast.Benjamin Kramer
2013-08-12Remove all checking for the various terminfo headers (term.h andChandler Carruth
2013-08-12Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth