llvm with tablegen backend for capstone disassembler
Go to file
Peter Smith 777e1cfdc3 [ELF][ARM] Accept and ignore -p and -no-pipleline-knowledge
The linux kernel uses an old flag -p/-no-pipeline-knowledge that is
accepted by bfd and gold but ignored by modern versions of them. The
original option is very old and is pre-ABI, it sometimes comes up in
code-bases that had support for pre ABI toolchains. The Linux kernel uses
it in 3 places in the ARM specific section.

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

llvm-svn: 354769
2019-02-25 10:48:31 +00:00
clang Fix accidentally used hard tabs. NFC 2019-02-24 18:06:10 +00:00
clang-tools-extra [clangd] Add thread priority lowering for MacOS as well 2019-02-25 09:19:26 +00:00
compiler-rt Remove overly broad assert from r354717. 2019-02-23 05:48:50 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
libcxx [libcxx] Make sure all experimental tests are disabled when enable_experimental=False 2019-02-23 11:24:03 +00:00
libcxxabi [libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM include 2019-02-18 20:58:06 +00:00
libunwind [CMake] Don't cache LLVM_MAIN_SRC_DIR 2019-02-13 07:09:26 +00:00
lld [ELF][ARM] Accept and ignore -p and -no-pipleline-knowledge 2019-02-25 10:48:31 +00:00
lldb Finish revert of r354706 2019-02-25 09:30:41 +00:00
llgo Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
llvm [ARM] Make fullfp16 instructions not conditionalisable. 2019-02-25 10:39:53 +00:00
openmp [OpenMP] Fix check-openmp after r354553 2019-02-21 12: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 [pstl] Remove some warnings when compiling with a recent Clang 2019-02-15 17:30:35 +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.