hanchenye-llvm-project/llvm
Shiva Chen 43bfe84451 [RISCV] Support linker relax function call from auipc and jalr to jal
To do this:
1. Add fixup_riscv_relax fixup types which eventually will
   transfer to R_RISCV_RELAX relocation types.

2. Insert R_RISCV_RELAX relocation types to auipc function call
   expression when linker relaxation enabled.

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

llvm-svn: 333158
2018-05-24 06:21:23 +00:00
..
bindings
cmake Remove CMake workaround for LLD PR24476 which is no longer needed 2018-05-21 20:14:46 +00:00
docs [docs] Clarify usage of "vector" in Programmer's Manual. 2018-05-22 22:58:47 +00:00
examples Unbreak kaleidoscope example. 2018-05-21 22:09:45 +00:00
include Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." 2018-05-24 05:10:19 +00:00
lib [RISCV] Support linker relax function call from auipc and jalr to jal 2018-05-24 06:21:23 +00:00
projects
resources
runtimes [CMake] Pass Clang defaults to runtimes builds 2018-05-22 00:43:04 +00:00
test [RISCV] Support linker relax function call from auipc and jalr to jal 2018-05-24 06:21:23 +00:00
tools [llvm-strip] Minor fix of the usage of TableGen 2018-05-23 20:39:52 +00:00
unittests Revert r333147 "[ORC] Add findSymbolIn() wrapper to C bindings." 2018-05-24 05:10:19 +00:00
utils [GlobalISel][InstructionSelect] Switching over root LLTs, perf patch 10 2018-05-24 00:24:15 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [cmake] Add a switch to enable/disable bindings. 2018-05-20 08:37:54 +00:00
CODE_OWNERS.TXT
CREDITS.TXT Update my information in the CREDITS file. 2018-05-23 14:44:42 +00:00
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

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.