summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ProcessTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support][NFC] Add an explicit unit test for Process::getPageSize()Bruno Ricci2020-01-091-0/+38
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Test commit - delete a trailing space.Michael Platings2018-11-191-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* [Support] env vars with empty values on windowsBen Dunbobbin2017-08-181-1/+9
* 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