Go to file
Tim Northover bb7d7b3d33 ARM: fix Thumb2 CodeGen for ldrex with folded frame-index.
Because t2LDREX (& t2STREX) were marked as AddrModeNone, but did allow a
FrameIndex operand, rewriteT2FrameIndex asserted. This gives them a
proper addressing-mode and tells the rewriter about it so that encodable
offsets are exploited and others are rejected.

Should fix PR38828.

llvm-svn: 341642
2018-09-07 09:21:25 +00:00
clang [MSan] add KMSAN support to Clang driver 2018-09-07 09:21:09 +00:00
clang-tools-extra [clangd] NFC: Document URIDistance 2018-09-07 09:18:58 +00:00
compiler-rt [MSan] Define %clang_kmsan for KMSAN tests 2018-09-07 09:17:12 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libc++] Add a link to the Release notes from the main libc++ documentation 2018-09-06 15:05:43 +00:00
libcxxabi Port my recent changes from LLVM copy of the demangler: 2018-08-24 23:30:26 +00:00
libunwind [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. 2018-09-04 20:57:50 +00:00
lld [ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ORDER sections 2018-09-07 00:18:07 +00:00
lldb Enable the fp-armv8 disassembler feature when disassembling Cortex-M 2018-09-07 01:28:48 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm ARM: fix Thumb2 CodeGen for ldrex with folded frame-index. 2018-09-07 09:21:25 +00:00
openmp [libomptarget] Remove two unneeded includes, NFCI. 2018-09-06 17:00:57 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51:22 +00:00
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.