aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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