aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Process.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-100/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+15
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+5
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-0/+11
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-11/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-0/+11
* Support ANSI escape code on WindowsNico Rieck2013-09-111-0/+6
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+7
* Removing unused functionality.Aaron Ballman2013-08-161-10/+0
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-3/+3
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-0/+20
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-6/+0
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+20
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-7/+0
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+63
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-311-136/+140
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-0/+4
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-051-1/+5
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+4
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-4/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+4
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-3/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+3
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+146