1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Mehdi Amini ab3e424eed Make RandomNumberGenerator compatible with <random>
LLVM's RandomNumberGenerator wasn't compatible with
the random distribution from <random>.

Fixes PR25105

Patch by: Serge Guelton <serge.guelton@telecom-bretagne.eu>

Differential Revision: https://reviews.llvm.org/D25443

llvm-svn: 283854
2016-10-11 07:13:01 +00:00
..
Analysis Tune isHotFunction/isColdFunction 2016-10-11 05:19:00 +00:00
AsmParser [AsmParser] Remove unused partial template specialization. 2016-09-22 22:02:59 +00:00
Bitcode ThinLTO: handles modules with empty summaries 2016-10-08 04:44:18 +00:00
CodeGen Fix warning; NFC 2016-10-11 04:32:03 +00:00
DebugInfo Revert r283824 and r283823: Define DbiStreamBuilder::addDbgStream to add stream. 2016-10-11 00:15:50 +00:00
Demangle
ExecutionEngine Use StringRef instead of raw pointer in ExecutionEngine 2016-10-01 06:22:04 +00:00
Fuzzer [libFuzzer] implement value profile for switch, increase the size of the PCs array, make sure we don't overflow it 2016-10-11 01:14:41 +00:00
IR Teach llvm::StripDebugInfo() about global variable !dbg attachments. 2016-10-10 17:53:33 +00:00
IRReader
LibDriver
LineEditor
Linker DebugInfo: New metadata representation for global variables. 2016-09-13 01:12:59 +00:00
LTO ThinLTO: don't perform incremental LTO on module without a hash 2016-10-08 04:44:23 +00:00
MC Revert r283690, "MC: Remove unused entities." 2016-10-10 22:49:37 +00:00
Object [Object] Fix a crash in Archive::child_iterator's default constructor. 2016-10-05 21:20:00 +00:00
ObjectYAML
Option Generalize ArgList::AddAllArgs more 2016-09-29 19:47:58 +00:00
Passes Fix test after renaming -name-anon-functions pass to -name-anon-globals 2016-09-16 17:18:16 +00:00
ProfileData NFC Add const 2016-09-30 21:05:55 +00:00
Support Make RandomNumberGenerator compatible with <random> 2016-10-11 07:13:01 +00:00
TableGen
Target [AArch64][InstructionSelector] Teach how to select FP load/store. 2016-10-11 00:21:14 +00:00
Transforms [InstCombine] Transform !range metadata to !nonnull when combining loads 2016-10-11 01:00:45 +00:00
CMakeLists.txt
LLVMBuild.txt