summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code. NFC.Rafael Espindola2014-12-041-31/+3
* [Modules] Add some missing includes to make files compile stand-alone.Benjamin Kramer2014-10-121-0/+3
* Unix/Process: Don't use pthread_sigmask if we aren't built with threadsDavid Majnemer2014-10-081-1/+12
* Attempt to calm down buildbotsDavid Majnemer2014-10-071-0/+3
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-0/+24
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-061-0/+59
* Adding #ifdef around TermColorMutex based on feedback from Craig Topper.Chris Bieneman2014-09-241-0/+2
* Converting terminalHasColors mutex to a global ManagedStatic to avoid the sta...Chris Bieneman2014-09-221-2/+4
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+5
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Fix configure to find arc4random via header files.Todd Fiala2014-02-051-2/+2
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+8
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-8/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+8
* Support ANSI escape code on WindowsNico Rieck2013-09-111-18/+4
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+9
* Support/Process: Add comments about PageSize and AllocationGranularity on Cyg...NAKAMURA Takumi2013-09-041-2/+2
* Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."NAKAMURA Takumi2013-08-211-6/+3
* Go through the really awkward dance required to delete the memoryChandler Carruth2013-08-181-2/+12
* Removing unused functionality.Aaron Ballman2013-08-161-8/+0
* GCC warns about removing const with a c-style cast.Benjamin Kramer2013-08-131-1/+1
* Remove all checking for the various terminfo headers (term.h andChandler Carruth2013-08-121-24/+10
* Target a minimal terminfo library rather than necessarily a full cursesChandler Carruth2013-08-121-11/+25
* Add support for linking against a curses library when available andChandler Carruth2013-08-071-10/+41
* Remove MSan hack that is no longer needed.Evgeniy Stepanov2013-06-201-2/+0
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-141-0/+2
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-051-1/+1
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-051-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-22/+40
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-4/+7
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-20/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-1/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-3/+4
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-6/+8
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-0/+9
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+4
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-4/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+4
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-2/+2
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+4
* Merge System into Support.Michael J. Spencer2010-11-291-0/+295
OpenPOWER on IntegriCloud