Go to file
Mandeep Singh Grang afa3aaf14d [WebAssembly] Change std::sort to llvm::sort in response to r327219
Summary:
r327219 added wrappers to std::sort which randomly shuffle the container before sorting.
This will help in uncovering non-determinism caused due to undefined sorting
order of objects having the same key.

To make use of that infrastructure we need to invoke llvm::sort instead of std::sort.

Note: This patch is one of a series of patches to replace *all* std::sort to llvm::sort.
Refer the comments section in D44363 for a list of all the required patches.

Reviewers: sunfish, RKSimon

Reviewed By: sunfish

Subscribers: jfb, dschuff, sbc100, jgravelle-google, aheejin, llvm-commits

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

llvm-svn: 329607
2018-04-09 19:38:31 +00:00
clang [X86] Emit native IR for pmuldq/pmuludq builtins. 2018-04-09 19:17:54 +00:00
clang-tools-extra [cmake] Include LLVMTestingSupport when doing stand-alone build 2018-04-09 17:08:14 +00:00
compiler-rt [sanitizer] Reverting rCRT329595 2018-04-09 19:18:50 +00:00
debuginfo-tests
libclc
libcxx
libcxxabi [demangler] Support for fold expressions. 2018-04-09 18:33:01 +00:00
libunwind
lld Added support for LTO options: sample_profile, new_pass_manager and debug_pass_manager 2018-04-09 17:56:07 +00:00
lldb Fix compilation error caused by tgmath.h. 2018-04-09 17:32:56 +00:00
llgo
llvm [WebAssembly] Change std::sort to llvm::sort in response to r327219 2018-04-09 19:38:31 +00:00
openmp
parallel-libs
polly
README.md

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.