llvm-6502/lib
Saleem Abdulrasool fbdea180c0 ARM: diagnose deprecated syntax
The use of SP and PC in the register list for stores is deprecated on ARM
(ARM ARM A.8.8.199):

  ARM deprecates the use of ARM instructions that include the SP or the PC in
  the list.

Provide a deprecation warning from the assembler in the case that the syntax is
ever seen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224319 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-16 05:53:25 +00:00
..
Analysis Teach ScalarEvolution to exploit min and max expressions when proving 2014-12-15 22:50:15 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode
CodeGen LiveRangeCalc: Rewrite subrange calculation 2014-12-16 04:03:38 +00:00
DebugInfo Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
ExecutionEngine
IR IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
IRReader
LineEditor
Linker Sink the isa into the assert 2014-12-15 23:41:21 +00:00
LTO
MC Changing a cast from unsigned to uint64_t, should be NFC in practice. 2014-12-15 14:25:12 +00:00
Object Start adding thin archive support. 2014-12-16 01:43:41 +00:00
Option
ProfileData
Support Remove the last unnecessary member variable of mapped_file_region. NFC. 2014-12-16 03:10:29 +00:00
TableGen
Target ARM: diagnose deprecated syntax 2014-12-16 05:53:25 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile