Small cleanup. Don't use else when not needed.
[oota-llvm.git] / lib / Support / Unix / Process.inc
2015-02-21 Davide ItalianoSmall cleanup. Don't use else when not needed.
2015-02-19 Davide Italiano[Support/Timer] Make GetMallocUsage() aware of jemalloc.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-08 David MajnemerUnix/Process: Don't use pthread_sigmask if we aren...
2014-10-07 David MajnemerAttempt to calm down buildbots
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-09-24 Chris BienemanAdding #ifdef around TermColorMutex based on feedback...
2014-09-22 Chris BienemanConverting terminalHasColors mutex to a global ManagedS...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-18 Chandler CarruthGo through the really awkward dance required to delete...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-13 Benjamin KramerGCC warns about removing const with a c-style cast.
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
2013-01-05 Chandler CarruthTry to suppress the use of clock_gettime on Darwin...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2010-11-29 Michael J. SpencerMerge System into Support.