summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ProcessTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code. NFC.Rafael Espindola2014-12-041-20/+0
* Cleaning up static initializers in TimeValue.Chris Bieneman2014-08-291-6/+6
* Silence a warning:Chandler Carruth2014-02-041-1/+1
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-041-0/+7
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-251-1/+1
* Try to unbreak mingw32 buildbot.Rui Ueyama2013-09-101-2/+2
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+28
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-0/+7
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+2
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+33
OpenPOWER on IntegriCloud