Go to file
Ulrich Weigand fffc7110d6 [SystemZ] Model access registers as LLVM registers
Add the 16 access registers as LLVM registers.  This allows removing
a lot of special cases in the assembler and disassembler where we
were handling access registers; this can all just use the generic
register code now.

Also add a bunch of instructions to operate on access registers,
for assembler/disassembler use only.  No change in code generation
intended.

llvm-svn: 286283
2016-11-08 20:15:26 +00:00
clang Remove FormatContext from libClang as it is now unused. 2016-11-08 19:47:19 +00:00
clang-tools-extra [clang-move] Move all code from old.h/cc directly when moving all class declarations from old.h. 2016-11-08 19:55:13 +00:00
compiler-rt tsan: more precise handling of atomic stores 2016-11-08 05:34:50 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [libc++] Remove unnecessary MSVCRT exclusions 2016-11-08 03:31:42 +00:00
libcxxabi Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the include subdir 2016-11-07 22:16:27 +00:00
libunwind Add support for old versions of MacOS to libunwind. Fixes PR22203. Thanks to Jeremy for the bug report and the patch. 2016-11-02 17:56:05 +00:00
lld Rename a function to avoid function overloading. NFC. 2016-11-08 20:02:23 +00:00
lldb [Test Suite] Properly quote python string 2016-11-08 18:14:42 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [SystemZ] Model access registers as LLVM registers 2016-11-08 20:15:26 +00:00
openmp [OpenMP] Enable ThreadSanitizer to check OpenMP programs 2016-11-07 15:58:36 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly SCEVValidator: reduce indentation to increase readability [NFC] 2016-11-08 07:17:48 +00:00