summaryrefslogtreecommitdiff
path: root/lib/Support/Process.cpp
Commit message (Expand)AuthorAge
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-31
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-31
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-06
* [Support] Add missing include.Daniel Dunbar2012-05-05
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-05
* Merge System into Support.Michael J. Spencer2010-11-29