1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Nirav Dave ec1c381c57 [DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER.
Summary:
Like with X86, this allows better DAG-level alias analysis and
alignment inference for wrapped addresses.

Reviewers: jonpa, uweigand

Reviewed By: uweigand

Subscribers: hiraditya, llvm-commits

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

llvm-svn: 352786
2019-01-31 19:58:34 +00:00
benchmarks
bindings
cmake Revert "[CMake] Unify scripts for generating VCS headers" 2019-01-31 07:12:43 +00:00
docs [libFuzzer] update docs 2019-01-31 01:47:29 +00:00
examples Fix some warnings on MSVC 2019-01-27 18:41:40 +00:00
include [ELF] Return the section name when calling getSymbolName on a section symbol. 2019-01-31 19:42:21 +00:00
lib [DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER. 2019-01-31 19:58:34 +00:00
projects
resources
runtimes Revert "[CMake] Use __libc_start_main rather than fopen when checking for C library" 2019-01-28 19:26:41 +00:00
test [ELF] Return the section name when calling getSymbolName on a section symbol. 2019-01-31 19:42:21 +00:00
tools [ELF] Return the section name when calling getSymbolName on a section symbol. 2019-01-31 19:42:21 +00:00
unittests [CommandLine] Improve help text for cl::values style options 2019-01-31 13:58:48 +00:00
utils gn build: Merge r352483 2019-01-31 15:23:02 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[CMake] Unify scripts for generating VCS headers" 2019-01-31 07:12:43 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

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.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.