aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Process.inc
AgeCommit message (Expand)Author
2013-01-04Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler 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-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-07-20Try to unbreak the windows build.Benjamin Kramer
2012-07-20Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar
2012-07-19Remove tabs.Bill Wendling
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-29Merge System into Support.Michael J. Spencer