Go to file
Oliver Stannard 5d35b9e56c [ARM] Fix parsing of special register masks
This parsing code was incorrectly checking for invalid characters, so an
invalid instruction like:
  msr spsr_w, r0
would be emitted as:
  msr spsr_cxsf, r0

Differential revision: https://reviews.llvm.org/D30462

llvm-svn: 296607
2017-03-01 10:51:04 +00:00
clang clang-format: Ignore contents of #ifdef SWIG .. #endif blocks. 2017-03-01 10:47:52 +00:00
clang-tools-extra [change-namespace] get insertion points of forward declarations correct. 2017-03-01 10:29:39 +00:00
compiler-rt [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler. 2017-02-28 08:48:46 +00:00
debuginfo-tests
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx [libcxx] Support threads on Fuchsia 2017-03-01 03:09:18 +00:00
libcxxabi [libc++abi] Clean up visibility 2017-03-01 03:55:57 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld [ELF] - Fixed crash in GnuHashTableSection. 2017-03-01 10:12:49 +00:00
lldb Fix gcc compilation of LogTest.cpp 2017-03-01 10:08:51 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [ARM] Fix parsing of special register masks 2017-03-01 10:51:04 +00:00
openmp Removing couple unnecessary architecture guards. 2017-02-28 21:43:28 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Currently broken by recent LLVM upstream changes 2017-03-01 04:34:44 +00:00