summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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