aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Process.inc
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-05Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth1-1/+1
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth1-22/+40
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth1-4/+7
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth1-20/+0
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth1-1/+1
2012-12-31Begin sketching out the process interface.Chandler Carruth1-0/+6
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher1-3/+4
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar1-6/+8
2012-05-08[Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar1-5/+15
2012-05-06Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi1-1/+14