Go to file
Tim Northover eaee28b5ca ARM: check alignment before transforming ldr -> ldm (or similar).
ldm and stm instructions always require 4-byte alignment on the pointer, but we
weren't checking this before trying to reduce code-size by replacing a
post-indexed load/store with them. Unfortunately, we were also dropping this
incormation in DAG ISel too, but that's easy enough to fix.

llvm-svn: 281893
2016-09-19 09:11:09 +00:00
clang Recommit r281457 "Supports adding insertion around non-insertion replacements". 2016-09-19 08:40:42 +00:00
clang-tools-extra [clang-rename] Fix handling of unchanged files 2016-09-17 17:08:47 +00:00
compiler-rt [sanitizer] add __sanitizer_symbolize_data (can only print the names of the globals for now) 2016-09-19 05:10:32 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Add amdgcn-mesa-mesa3d target 2016-09-16 22:43:33 +00:00
libcxx [libc++] Fix inline attribute for non-MSVC Windows 2016-09-16 19:12:54 +00:00
libcxxabi Fix side effect in assertion 2016-09-16 08:16:07 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld [ELF] - Fix comment. NFC. 2016-09-17 19:21:05 +00:00
lldb Fix boolean logic error in BreakpointID. 2016-09-17 02:34:40 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm ARM: check alignment before transforming ldr -> ldm (or similar). 2016-09-19 09:11:09 +00:00
openmp Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path 2016-09-19 06:55:56 +00:00
parallel-libs [SE] Fix config bug with CUDA tests 2016-09-15 20:26:28 +00:00
polly GPGPU: add missing REQUIRES line to test case 2016-09-18 08:57:38 +00:00