llvm-project/llvm/lib
Sam Parker e7d9505c08 [ARM] Predicate UMAAL selection on hasDSP.
UMAAL is a DSP instruction and it is not available on thumbv7m
(Cortex-M3) and thumbv6m (Cortex-M0+1) targets. Also fix wrong
CHECK prefix in longMAC.ll test.

Patch by Vadzim Dambrouski.

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

llvm-svn: 285278
2016-10-27 09:47:10 +00:00
..
Analysis Simplify `x >=u x >> y` and `x >=u x udiv y` 2016-10-26 19:18:43 +00:00
AsmParser
Bitcode DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
CodeGen DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
DebugInfo [codeview] support emitting indirect virtual base class information 2016-10-25 22:11:52 +00:00
Demangle
ExecutionEngine Fix cross-endianness RuntimeDyld relocation for ARM 2016-10-20 22:15:56 +00:00
Fuzzer [libFuzzer] speculatively trying to fix the Mac build; second attempt 2016-10-27 00:36:38 +00:00
IR DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
IRReader
LTO Utility functions for appending to llvm.used/llvm.compiler.used. 2016-10-25 23:53:31 +00:00
LibDriver
LineEditor
Linker
MC [MC] Fix comma typo in .loc parsing 2016-10-26 17:28:58 +00:00
Object nother additional error check for an invalid Mach-O file 2016-10-24 21:15:11 +00:00
ObjectYAML
Option
Passes
ProfileData
Support DebugInfo: support for DWARFv5 DW_AT_alignment attribute 2016-10-26 11:59:03 +00:00
TableGen
Target [ARM] Predicate UMAAL selection on hasDSP. 2016-10-27 09:47:10 +00:00
Transforms Introduce updateDiscriminator interface to DILocation to make it cleaner assigning discriminators. 2016-10-26 15:48:45 +00:00
CMakeLists.txt
LLVMBuild.txt