llvm-6502/lib
Amaury de la Vieuville beb920fce6 ARM: fix literal load with positive offset encoding
When using a positive offset, literal loads where encoded
as if it was negative, because:
- The sign bit was not assigned to an operand
- The addrmode_imm12 operand was not encoding the sign bit correctly

This patch also makes the assembler look at the .w/.n specifier for
loads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184182 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-18 08:13:05 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Hopefully fix the MSVS build after r184105 2013-06-18 07:57:22 +00:00
DebugInfo
ExecutionEngine Enable FastISel on ARM for Linux and NaCl, not MCJIT 2013-06-14 02:49:43 +00:00
IR Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses 2013-06-13 19:51:17 +00:00
IRReader
Linker
MC Use pointers to the MCAsmInfo and MCRegInfo. 2013-06-18 07:20:20 +00:00
Object [yaml2obj] Add support for sh_link via Link key. 2013-06-15 00:25:26 +00:00
Option
Support Reapply r183985 now that the missing check was added to PathV2. 2013-06-17 20:37:56 +00:00
TableGen
Target ARM: fix literal load with positive offset encoding 2013-06-18 08:13:05 +00:00
Transforms Fix nondeterminism in .gcno file generation. 2013-06-18 06:38:21 +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