Go to file
Amaury de la Vieuville eac0bad084 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.

llvm-svn: 184182
2013-06-18 08:13:05 +00:00
clang Update to pass in pointers intead of references. 2013-06-18 07:22:05 +00:00
clang-tools-extra cpp11-migrate: Transform now responsible for file content overriding 2013-06-17 18:18:15 +00:00
compiler-rt tsan: consistently use return pc as top frame pc 2013-06-17 19:57:03 +00:00
debuginfo-tests We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over 2013-06-07 22:09:23 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Test case for r183481. 2013-06-07 14:24:18 +00:00
libcxxabi Tweaks/cleanups provided by Matthew Dempsky 2013-06-17 20:25:21 +00:00
lld [PECOFF] Extract atom definitions as Atoms.h so that we can use them in other files. 2013-06-17 21:19:07 +00:00
lldb Update to new API. 2013-06-18 07:50:43 +00:00
llvm ARM: fix literal load with positive offset encoding 2013-06-18 08:13:05 +00:00
polly revert r183799: scop detection: remove an iteration over all uses 2013-06-17 21:43:10 +00:00