aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/RandomNumberGenerator.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-7/+17
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-17/+7
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-7/+17
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-17/+7
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-7/+17
2020-02-28llvm-ar: Fix MinGW compilationHans Wennborg1-1/+1
2019-04-24[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song1-7/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-17Use llvm::copy. NFCFangrui Song1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-4/+2
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
2017-12-01Mark all library options as hidden.Zachary Turner1-2/+2
2016-10-11[Support] Fix undefined behavior in RandomNumberGenerator.Zachary Turner1-4/+4
2016-10-11Make RandomNumberGenerator compatible with <random>Mehdi Amini1-1/+1
2016-08-26Implement getRandomBytes() functionEugene Leviant1-0/+34
2015-03-23Add missing include that MSVC complains about.Benjamin Kramer1-2/+4
2014-12-17Random Number Generator Refactoring (removing from Module)JF Bastien1-18/+12
2014-06-25Random Number Generator (llvm)JF Bastien1-0/+61
2014-06-18Revert "Random Number Generator (llvm)"JF Bastien1-52/+0
2014-06-18Random Number Generator (llvm)JF Bastien1-0/+52