| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Support][NFC] Add an explicit unit test for Process::getPageSize() | Bruno Ricci | 2020-01-09 | 1 | -0/+38 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Test commit - delete a trailing space. | Michael Platings | 2018-11-19 | 1 | -1/+1 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -2/+2 |
| * | [Support] env vars with empty values on windows | Ben Dunbobbin | 2017-08-18 | 1 | -1/+9 |
| * | Remove dead code. NFC. | Rafael Espindola | 2014-12-04 | 1 | -20/+0 |
| * | Cleaning up static initializers in TimeValue. | Chris Bieneman | 2014-08-29 | 1 | -6/+6 |
| * | Silence a warning: | Chandler Carruth | 2014-02-04 | 1 | -1/+1 |
| * | Implemented support for Process::GetRandomNumber on Windows. | Aaron Ballman | 2014-02-04 | 1 | -0/+7 |
| * | unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins... | NAKAMURA Takumi | 2013-12-25 | 1 | -1/+1 |
| * | Try to unbreak mingw32 buildbot. | Rui Ueyama | 2013-09-10 | 1 | -2/+2 |
| * | Add getenv() wrapper that works on multibyte environment variable. | Rui Ueyama | 2013-09-10 | 1 | -0/+28 |
| * | sys::process::get_id() now returns the process ID instead of a process handle... | Aaron Ballman | 2013-06-08 | 1 | -1/+1 |
| * | Add time getters to the process interface for requesting the elapsed | Chandler Carruth | 2013-01-04 | 1 | -0/+7 |
| * | Flesh out a page size accessor in the new API. | Chandler Carruth | 2012-12-31 | 1 | -0/+2 |
| * | Begin sketching out the process interface. | Chandler Carruth | 2012-12-31 | 1 | -0/+33 |