llvm with tablegen backend for capstone disassembler
Go to file
Rui Ueyama 4134143cf5 Recover elf32-bigmips and elf32-powerpc support in LLD
This fixes a 7.0 -> 8.0 regression when parsing
OUTPUT_FORMAT("elf32-powerpc"); or elf32-bigmips directive in ldscripts
as well as an unknown emulation error when lld is invoked by clang due
to missed elf32ppclinux case.

Patch by vit9696

Differential Revision: https://reviews.llvm.org/D58005

llvm-svn: 353968
2019-02-13 18:51:15 +00:00
clang [Headers][mips] Add __attribute__((__mode__(__unwind_word__))) to the _Unwind_Word / _Unwind_SWord definitions 2019-02-13 18:27:09 +00:00
clang-tools-extra [clangd] Handle a few more diag kinds in include fixer. 2019-02-13 08:58:54 +00:00
compiler-rt tsan: add fiber support 2019-02-13 13:21:24 +00:00
debuginfo-tests
libclc Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
libcxx [libcxx] Do not assume the number of elements in a moved-from associative container 2019-02-13 16:43:44 +00:00
libcxxabi [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt 2019-02-12 01:35:29 +00:00
libunwind [CMake] Don't cache LLVM_MAIN_SRC_DIR 2019-02-13 07:09:26 +00:00
lld Recover elf32-bigmips and elf32-powerpc support in LLD 2019-02-13 18:51:15 +00:00
lldb Deserialize Clang module search path from DWARF 2019-02-13 18:10:41 +00:00
llgo Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
llvm [Tests] RMW folding tests w/unordered atomic operations 2019-02-13 18:41:54 +00:00
openmp [OpenMP] Fix broken link to browse sources 2019-02-12 17:00:57 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly [opaque pointer types] Update calls to CreateCall to pass the function 2019-02-08 19:30:46 +00:00
pstl [NFC] Fix typo in PSTL test 2019-02-11 17:45:15 +00:00
.arcconfig Update monorepo .arcconfig with new project callsign. 2019-01-31 14:34:59 +00:00
.clang-format Add .clang-tidy and .clang-format files to the toplevel of the 2019-01-29 16:43:16 +00:00
.clang-tidy Disable tidy checks with too many hits 2019-02-01 11:20:13 +00:00
README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.