summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Process.inc
Commit message (Expand)AuthorAge
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Try to unbreak the windows build.Benjamin Kramer2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Remove tabs.Bill Wendling2012-07-19
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Merge System into Support.Michael J. Spencer2010-11-29