aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ProcessTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Remove dead code. NFC.Rafael Espindola1-20/+0
2014-08-29Cleaning up static initializers in TimeValue.Chris Bieneman1-6/+6
2014-02-04Silence a warning:Chandler Carruth1-1/+1
2014-02-04Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman1-0/+7
2013-12-25unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi1-1/+1
2013-09-10Try to unbreak mingw32 buildbot.Rui Ueyama1-2/+2
2013-09-10Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama1-0/+28
2013-06-08sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman1-1/+1
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth1-0/+7
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth1-0/+2
2012-12-31Begin sketching out the process interface.Chandler Carruth1-0/+33