aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix/Process.inc
AgeCommit message (Expand)Author
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
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