llvm-6502/lib
JF Bastien 544f63e84a Random Number Generator Refactoring (removing from Module)
This patch removes the RNG from Module. Passes should instead create a new RNG for their use as needed.

Patch by Stephen Crane @rinon.

Differential revision: http://reviews.llvm.org/D4377

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224444 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-17 18:12:10 +00:00
..
Analysis InstSimplify: shl nsw/nuw undef, %V -> undef 2014-12-17 01:54:33 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. 2014-12-17 01:52:08 +00:00
CodeGen [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle. 2014-12-17 12:32:17 +00:00
DebugInfo Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
ExecutionEngine Fix line mapping information in LLVM JIT profiling with Vtune 2014-12-15 04:45:43 +00:00
IR Random Number Generator Refactoring (removing from Module) 2014-12-17 18:12:10 +00:00
IRReader
LineEditor
Linker Revert "Linker: Drop superseded subprograms" 2014-12-17 07:27:31 +00:00
LTO
MC Add parsing of 'foo@local". 2014-12-17 06:23:35 +00:00
Object Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers 2014-12-17 01:01:30 +00:00
Option
ProfileData
Support Random Number Generator Refactoring (removing from Module) 2014-12-17 18:12:10 +00:00
TableGen
Target [NVPTX] Fix bugs related to isSingleValueType 2014-12-17 17:59:04 +00:00
Transforms Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads, 2014-12-17 10:34:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile