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