aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Process.inc
AgeCommit message (Expand)Author
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
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
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-05-08[Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar
2012-05-06Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi
2012-05-06Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis
2012-04-11Fix the build under Debian GNU/Hurd.Sylvestre Ledru
2012-01-15Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2010-11-29Merge System into Support.Michael J. Spencer