Go to file
Mihai Popa 4a9df8a768 Thumb2 add immediate alias for SP
The Thumb2 add immediate is in fact defined for SP. The manual is misleading as it points to a different section for add immediate with SP, however the encoding is the same as for add immediate with register only with the SP operand hard coded. As such add immediate with SP and add immediate with register can safely be treated as the same instruction.

All the patch does is adjust a register constraint on an instruction alias.

llvm-svn: 188676
2013-08-19 15:02:25 +00:00
clang Re-apply r188666 2013-08-19 13:59:22 +00:00
clang-tools-extra Add dependencies on TransformUtils library in preparation for re-applying r188666 2013-08-19 13:58:56 +00:00
compiler-rt It appears that glibc 2.13 has the same thread descriptor size as 2.11, 2013-08-18 10:04:51 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add rhadd builtin 2013-08-15 19:21:10 +00:00
libcxx Relax complete-type check for functions and function pointers to allow void return type. This bug was exposed by Eli Friedman's commit to clang r188324. Anywhere this version of clang ships, this libc++ fix must follow. However this fix is compatible with previous clangs, and so this libc++ doesn't need to wait for this clang. 2013-08-14 21:28:31 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb Follow-up to the checkin of r188532 -- make sure that 2013-08-17 03:39:52 +00:00
llvm Thumb2 add immediate alias for SP 2013-08-19 15:02:25 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00