Go to file
Dan Liew 25d0c65ff3 [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.
This test is failing on my Linux box. Just increasing the number of
iterations works around this. The divergence is likely due to
our reliance on `std::shuffle()` which is not guaranteed to have
the same behaviour across platforms.

This is a strong argument for us to implement our own shuffle
function to avoid divergence in behaviour across platforms.

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

llvm-svn: 330390
2018-04-20 06:46:14 +00:00
clang [CFG] [analyzer] Add construction contexts for loop condition variables. 2018-04-19 23:30:15 +00:00
clang-tools-extra [clang-tidy] Fix unused-variable warning. 2018-04-19 13:34:03 +00:00
compiler-rt [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test. 2018-04-20 06:46:14 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc powr: Use denormal path only 2018-04-17 19:35:32 +00:00
libcxx Don't do aligned allocations on MSVCRT before 19.12 (update 15.3) 2018-04-19 22:12:10 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld Fix trap instruction on pp64. 2018-04-20 01:21:24 +00:00
lldb [DWARFASTParserClang] Remove dead code. NFCI. 2018-04-20 00:44:33 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Fix build failures for r330387 on buildbots that don't build the X86 target 2018-04-20 02:26:12 +00:00
openmp [OpenMP] Compilation error fix on const char* 2018-04-18 22:23:31 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [RuntimeDebugBuilder] Do not break for 64 bit integers 2018-04-19 05:38:12 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.