summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-13/+38
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-8/+6
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-8/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-3/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-4/+8
* Remove tabs.Bill Wendling2012-07-191-1/+1
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+32
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-33/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+33
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+5
* Merge System into Support.Michael J. Spencer2010-11-291-0/+222
OpenPOWER on IntegriCloud