summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
AgeCommit message (Expand)Author
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
2013-08-07Add support for linking against a curses library when available andChandler Carruth
2013-06-20Remove MSan hack that is no longer needed.Evgeniy Stepanov
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov
2013-01-05Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth
2013-01-05Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth
2012-12-31Begin sketching out the process interface.Chandler Carruth