Go to file
Sam Parker 9a2a89d58f [DAGCombine] Enable more pre-indexed stores
The current check in CombineToPreIndexedLoadStore is too
conversative, preventing a pre-indexed store when the base pointer
is a predecessor of the value being stored. Instead, we should check
the pointer operand of the store.

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

llvm-svn: 351933
2019-01-23 09:11:49 +00:00
clang [ubsan] Check the correct size when sanitizing array new. 2019-01-23 03:37:29 +00:00
clang-tools-extra [clangd] Link clangTidy into clangd tests 2019-01-23 08:04:17 +00:00
compiler-rt Fix building sanitizers for MinGW 2019-01-23 07:23:16 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
libcxx While reviewing D57058, Louis had some questions about the existing span constructor tests. They were not testing the stuff that they said they were. Updated the tests to test what they should have been doing 2019-01-22 22:01:13 +00:00
libcxxabi Enable LLVM_ENABLE_WARNINGS when building standalone out of tree 2019-01-22 20:43:37 +00:00
libunwind Silence warnings about unused parameters 2019-01-22 22:12:23 +00:00
lld lld-link: Use just one code path to process associative comdats, reject some invalid associated comdats 2019-01-23 02:07:10 +00:00
lldb Revert "[dotest] Add logging to investigate CI issue." 2019-01-23 00:13:47 +00:00
llgo Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm [DAGCombine] Enable more pre-indexed stores 2019-01-23 09:11:49 +00:00
openmp NFC: fixed formatting to be consistent across the file 2019-01-21 16:11:43 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp 2019-01-22 12:18:38 +00:00
pstl Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

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