summaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Process.inc
Commit message (Expand)AuthorAge
* Workaround an MSan false positive.Evgeniy Stepanov2013-02-14
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-05
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-05
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-08
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-06
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-06
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Merge System into Support.Michael J. Spencer2010-11-29