llvm-6502/lib
Kevin Enderby bf811d602d Change the arm assembler to support this from the v7c spec:
"When assembling to the ARM instruction set, the .N qualifier produces
an assembler error and the .W qualifier has no effect."

In the pre-matcher handler in the asm parser the ".w" (wide) qualifier 
when in ARM mode is now discarded. And an error message is now
produced when the ".n" (narrow) qualifier is used in ARM mode.

Test cases for these were added.

rdar://14064574


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184224 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-18 20:19:24 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen During SelectionDAG building explicitly set a node to constant zero when the 2013-06-18 20:14:39 +00:00
DebugInfo
ExecutionEngine Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
IR
IRReader
Linker
MC Use pointers to the MCAsmInfo and MCRegInfo. 2013-06-18 07:20:20 +00:00
Object Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
Option
Support Remove uniqueID from PathV1.h. 2013-06-18 19:46:19 +00:00
TableGen
Target Change the arm assembler to support this from the v7c spec: 2013-06-18 20:19:24 +00:00
Transforms Scan the successor blocks and use the PHI nodes as a hint for possible chain roots. 2013-06-18 15:58:05 +00:00
CMakeLists.txt Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
LLVMBuild.txt Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
Makefile Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00