Go to file
Oliver Stannard db9081bf89 [AArch64] ldr= pseudo-instruction silently ignored if register invalid
The AArch64 assembler was silently ignoring instructions like this:
  ldr foo, =bar

AArch64AsmParser::parseOperand was returning true as the parse failed, but was
not calling AArch64AsmParser::Error to report this to the user, so the
instruction was ignored without printing an error message.

Differential Revision: http://reviews.llvm.org/D14651

llvm-svn: 253193
2015-11-16 10:25:19 +00:00
clang Update for the gnu flavor being renamed to old-gnu. 2015-11-16 09:12:12 +00:00
clang-tools-extra [clang-tidy] Remove unused #includes. 2015-11-13 12:16:10 +00:00
compiler-rt Reverting r253080 ([tsan] Don't demangle names not starting with "_Z"). 2015-11-14 10:42:08 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Implement P0074: Making owner_less more flexible 2015-11-12 15:56:44 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Rename the gnu flavour to gnu old. 2015-11-16 08:54:19 +00:00
lldb Add more autotools/gmake NetBSD glue 2015-11-15 02:00:09 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm [AArch64] ldr= pseudo-instruction silently ignored if register invalid 2015-11-16 10:25:19 +00:00
openmp Add debug trace message for hierarchical barrier 2015-11-12 21:40:39 +00:00
polly ScopInfo: Reset compute operations before starting compute out region 2015-11-13 16:56:13 +00:00