aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Process.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-11[llvm-rc] Use proper search algorithm for finding resources.Zachary Turner1-4/+13
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-05-04[Support] Creation of minidump after compiler crash on WindowsLeny Kholodov1-0/+7
2015-04-24Assert that Process::FindInEnvPath() is passed a relative path.Nico Weber1-0/+1
2015-03-27[Support] Remove statically initialized yet dead code.Benjamin Kramer1-18/+0
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-1/+1
2014-12-04Remove dead code. NFC.Rafael Espindola1-25/+0
2014-06-30Refactor the code in clang to find a file in a PATH like environment variable...Ehsan Akhgari1-0/+30
2014-06-20Fix .cpp files claiming to be header filesHans Wennborg1-1/+1
2014-03-25Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren1-13/+0
2014-02-11Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman1-5/+0
2014-02-04Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman1-0/+5
2013-09-11Support ANSI escape code on WindowsNico Rieck1-0/+18
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth1-0/+25
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-1/+1
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth1-8/+0
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth1-0/+8
2012-12-31Switch this code to a more idiomatic double using namespace directive.Chandler Carruth1-2/+1
2012-12-31Delete a cut/paste-o from r171290. Very sorry about the noise.Chandler Carruth1-1/+0
2012-12-31Suppress a MSVC warning complaining about the code working as intended.Chandler Carruth1-0/+13
2012-12-31Begin sketching out the process interface.Chandler Carruth1-1/+21
2012-05-06Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi1-10/+0
2012-05-05[Support] Add missing include.Daniel Dunbar1-1/+2
2012-05-05[Support] Add sys::Process::GetRandomNumber().Daniel Dunbar1-0/+9
2010-11-29Merge System into Support.Michael J. Spencer1-0/+33