llvm/lib
Tim Northover 946a2f08b8 ARM: report an error when attempting to target a misalgined BLX
The CodeGen problem was fixed in r269101, but we still miscompiled assembly
that tried the same thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269126 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-10 21:48:48 +00:00
..
Analysis [InstSimplify] use computeKnownBits on shift amount operands 2016-05-10 20:46:54 +00:00
AsmParser Make "@name =" mandatory for globals in .ll files. 2016-05-10 18:22:45 +00:00
Bitcode Restore "[ThinLTO] Emit individual index files for distributed backends" 2016-05-10 13:48:23 +00:00
CodeGen ScheduleDAGInstrs: Comment on why subreg defs are not seen as uses; NFC 2016-05-10 20:11:58 +00:00
DebugInfo Fix some Clang-tidy modernize-deprecated-headers and Include What You Use warnings; other minor fixes. 2016-05-09 23:11:38 +00:00
ExecutionEngine [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support. 2016-05-07 03:36:38 +00:00
Fuzzer [libFuzzer] add a test for libFuzzer+ubsan, extend the docs on using libFuzzer+ubsan 2016-05-09 21:02:36 +00:00
IR Separate the Verifier into an analysis and a transformation pass and 2016-05-09 19:57:29 +00:00
IRReader
LibDriver
LineEditor
Linker Fix recursive -only-needed. 2016-04-21 14:56:33 +00:00
LTO [ThinLTO] Add option to emit imports files for distributed backends 2016-05-10 15:54:09 +00:00
MC [mips] Correct the ordering of HI/LO pairs in the relocation table. 2016-05-06 13:49:25 +00:00
Object Fix bug where temporary file would be left behind every time an archive was updated. 2016-05-09 13:31:11 +00:00
ObjectYAML
Option
Passes Separate the Verifier into an analysis and a transformation pass and 2016-05-09 19:57:29 +00:00
ProfileData [PGO] Use rsplit to parse value-data line in text profile file. 2016-05-06 23:20:58 +00:00
Support [Power9] Add support for -mcpu=pwr9 in the back end 2016-05-09 18:54:58 +00:00
TableGen
Target ARM: report an error when attempting to target a misalgined BLX 2016-05-10 21:48:48 +00:00
Transforms MemCpyOpt: combine local load/store sequences into memcpy. 2016-05-10 21:48:11 +00:00
CMakeLists.txt
LLVMBuild.txt