Go to file
David Green 54b0115547 [ARM] Use sub for negative offset load/store in thumb1
This attempts to optimise negative values used in load/store operands
a little. We currently try to selct them as rr, materialising the
negative constant using a MOV/MVN pair. This instead selects ri with
an immediate of 0, forcing the add node to become a simpler sub.

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

llvm-svn: 352475
2019-01-29 10:40:31 +00:00
clang [analyzer] Toning down invalidation a bit 2019-01-29 10:27:14 +00:00
clang-tools-extra [clangd] Index main-file macros (bug 39761) 2019-01-28 14:11:49 +00:00
compiler-rt [compiler-rt] Fix reporting unrecognized flags in unit tests. 2019-01-29 02:31:57 +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 [libc++] Use runtime rather then compile-time glibc version check 2019-01-28 20:39:50 +00:00
libcxxabi Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" 2019-01-28 19:26:41 +00:00
libunwind Don't define unw_fpreg_t to uint64_t for __ARM_DWARF_EH__ 2019-01-29 09:00:32 +00:00
lld [MinGW] Ignore the --plugin and --plugin-opt option 2019-01-29 08:38:48 +00:00
lldb [NativePDB] Add basic support of methods recostruction in AST 2019-01-29 09:32:23 +00:00
llgo Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm [ARM] Use sub for negative offset load/store in thumb1 2019-01-29 10:40:31 +00:00
openmp Remove no longer needed Arm specific words in the LICENSE.txt file. 2019-01-28 15:42:58 +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.