aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Process.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler 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-31Begin sketching out the process interface.Chandler Carruth
2012-12-31Start sketching out a roadmap for better subprocess management in theChandler Carruth
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-05-05[Support] Add sys::Process::GetRandomNumber().Daniel Dunbar
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-01-15Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer