llvm with tablegen backend for capstone disassembler
Go to file
Sean Fertile d694160e66 [PPC64] Sort .toc sections accessed with small code model relocs.
A follow up to the intial patch that unblocked linking against libgcc.
For lld we don't need to bother tracking which objects have got based small
code model relocations. This is due to the fact that the compilers on
powerpc64 use the .toc section to generate indirections to symbols (rather then
using got relocations) which keeps the got small. This makes overflowing a
small code model got relocation very unlikely.

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

llvm-svn: 353849
2019-02-12 15:35:49 +00:00
clang [Sema] Fix a crash in access checking for deduction guides 2019-02-12 14:21:44 +00:00
clang-tools-extra [clangd] Fix use-after-free in XRefs 2019-02-12 10:38:45 +00:00
compiler-rt tsan: update check_analyze.sh 2019-02-12 10:18:27 +00:00
debuginfo-tests
libclc Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
libcxx [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt 2019-02-12 01:35:29 +00:00
libcxxabi [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rt 2019-02-12 01:35:29 +00:00
libunwind [CMake] Support compiler-rt builtins library in tests 2019-02-05 19:50:47 +00:00
lld [PPC64] Sort .toc sections accessed with small code model relocs. 2019-02-12 15:35:49 +00:00
lldb Have Stream::PutCStringAsRawHex8 take llvm::StringRef 2019-02-12 14:28:55 +00:00
llgo Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
llvm AMDGPU/GlobalISel: Add more insert/extract testcases 2019-02-12 15:04:03 +00:00
openmp [OpenMP] Remove accidental commit to config-ix.cmake in r353747 2019-02-11 21:09:15 +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.