aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-18/+0
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-25/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+31
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+0
* Support ANSI escape code on WindowsNico Rieck2013-09-111-0/+18
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-0/+25
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-8/+0
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+8
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-2/+1
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-311-1/+0
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-311-0/+13
* Begin sketching out the process interface.Chandler Carruth2012-12-311-1/+21
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-10/+0
* [Support] Add missing include.Daniel Dunbar2012-05-051-1/+2
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-051-0/+9
* Merge System into Support.Michael J. Spencer2010-11-291-0/+33