summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make LLVM_ENABLE_CRASH_DUMPS set a variable defaultReid Kleckner2018-08-231-5/+4
* Fixup AreCoreFilesPrevented() to consider first LLVM_ENABLE_CRASH_DUMPS and s...Douglas Yung2018-08-231-1/+1
* Add cmake option to disable minidumps, default it to offReid Kleckner2018-08-201-1/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [llvm-rc] Use proper search algorithm for finding resources.Zachary Turner2017-10-111-4/+13
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-041-0/+7
* Assert that Process::FindInEnvPath() is passed a relative path.Nico Weber2015-04-241-0/+1
* [Support] Remove statically initialized yet dead code.Benjamin Kramer2015-03-271-18/+0
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-1/+1
* Remove dead code. NFC.Rafael Espindola2014-12-041-25/+0
* Refactor the code in clang to find a file in a PATH like environment variable...Ehsan Akhgari2014-06-301-0/+30
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-201-1/+1
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-251-13/+0
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-111-5/+0
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-041-0/+5
* Support ANSI escape code on WindowsNico Rieck2013-09-111-0/+18
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-0/+25
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-8/+0
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+8
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-2/+1
* Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth2012-12-311-1/+0
* Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth2012-12-311-0/+13
* Begin sketching out the process interface.Chandler Carruth2012-12-311-1/+21
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-10/+0
* [Support] Add missing include.Daniel Dunbar2012-05-051-1/+2
* [Support] Add sys::Process::GetRandomNumber().Daniel Dunbar2012-05-051-0/+9
* Merge System into Support.Michael J. Spencer2010-11-291-0/+33
OpenPOWER on IntegriCloud