Go to file
Oliver Stannard 85d4d5b493 [ARM] Diagnose PC-writing instructions in IT blocks
In Thumb2, instructions which write to the PC are UNPREDICTABLE if they are in
an IT block but not the last instruction in the block.

Previously, we only diagnosed this for LDM instructions, this patch extends the
diagnostic to cover all of the relevant instructions.

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

llvm-svn: 296459
2017-02-28 10:04:36 +00:00
clang [ARM] Don't pass -arm-execute-only to cc1as 2017-02-28 09:09:53 +00:00
clang-tools-extra [change-namespace] trying to fix windows buildbot failure. 2017-02-28 10:00:15 +00:00
compiler-rt [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler. 2017-02-28 08:48:46 +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 math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Remove XFAIL in implicit_deduction_guides tests 2017-02-27 21:10:41 +00:00
libcxxabi Attempt to fix arm-native libcxxabi tests for the no-exceptions variant 2017-02-27 15:31:34 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld [ELF] - Fix confusing gc-debuginfo-tls.s testcase. NFC. 2017-02-28 09:58:18 +00:00
lldb Add a comment to describe purpose of signal-filtering test 2017-02-28 02:40:34 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [ARM] Diagnose PC-writing instructions in IT blocks 2017-02-28 10:04:36 +00:00
openmp [test] Try to link -latomic to provide atomics when available 2017-02-24 22:15:24 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Simplify inbounds assumptions under domain constraints 2017-02-28 09:45:54 +00:00