llvm-6502/lib
Tim Northover 9bdd785014 ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.
Some ARM CPUs only support ARM mode (ancient v4 ones, for example) and some
only support Thumb mode (M-class ones currently). This makes sure such CPUs
default to the correct mode and makes the AsmParser diagnose an attempt to
switch modes incorrectly.

rdar://14024354

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183710 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-10 23:20:58 +00:00
..
Analysis Fix xemacs mode line, don't put them in .cpp files (just header files). No 2013-06-10 23:10:59 +00:00
Archive Pass a StringRef to sys::identifyFileType. 2013-06-10 15:27:39 +00:00
AsmParser
Bitcode
CodeGen Remove a few fixmes, the only work we're doing is getting the string 2013-06-10 22:24:10 +00:00
DebugInfo Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
ExecutionEngine Pass a StringRef to sys::identifyFileType. 2013-06-10 15:27:39 +00:00
IR DIBuilder: No functionality change. 2013-06-07 18:35:53 +00:00
IRReader
Linker
MC Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
Object Pass a StringRef to sys::identifyFileType. 2013-06-10 15:27:39 +00:00
Option
Support Add a missing 'e'. 2013-06-10 20:32:27 +00:00
TableGen
Target ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one. 2013-06-10 23:20:58 +00:00
Transforms Make DeadArgumentElimination more conservative on variadic functions 2013-06-09 02:17:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile