aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Unix.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-2/+1
2020-02-25Stop including sys/param.h from Unix.hJoerg Sonnenberger1-4/+0
2019-10-23Reland "[Support] Add a way to run a function on a detached thread""Sam McCall1-0/+9
2019-10-23Revert "[Support] Add a way to run a function on a detached thread"Sam McCall1-9/+0
2019-10-23[Support] Add a way to run a function on a detached threadSam McCall1-0/+9
2019-07-03Remove some autoconf references from docs and commentsSven van Haastregt1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl1-1/+1
2016-10-24Remove TimeValue usage from llvm/SupportPavel Labath1-1/+35
2016-08-26Implement getRandomBytes() functionEugene Leviant1-0/+4
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-4/+4
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-4/+4
2015-08-04Remove the configure and cmake checks for sys/wait.hJustin Bogner1-12/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2013-10-08Fix build on Solaris 11.Rafael Espindola1-0/+4
2013-07-26Remove dead or useless header checks from cmake and autoconfReid Kleckner1-8/+2
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-3/+3
2012-04-23[Support/Unix] Unconditionally include time.h.Michael J. Spencer1-8/+2
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Missed a spot.Michael J. Spencer1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+87