llvm-project/llvm
zhoujingya 650f1199e9 [VENTUS][fix] Refactor the tp&sp stack size and frame object's offset calculation
In traditional llvm framework, the function stack just contains one single kind
stack pointer, for RISCV, they are sp&s0 registers, in ventus, because of the
existence of perthread private memory, we design a new perthread stack, which
will also use the apis of MachineFrameInfo, so the frame objects' offsets calculation
will result in error if we follow the official RISCV way, this patch will identify ID
for every different frame object, and then only calculate stack offset for same identity
stack object regardless of other stack object
2023-12-11 17:43:04 +08:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
docs Make -fsanitize=scudo use scudo_standalone. Delete check-scudo. 2022-12-02 11:29:41 -08:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include [VENTUS][RISCV][fix] Fix the register usage calculation of VGPR/GPR 2023-07-26 17:31:13 +08:00
lib [VENTUS][fix] Refactor the tp&sp stack size and frame object's offset calculation 2023-12-11 17:43:04 +08:00
projects
resources
runtimes [runtimes] Add check-profile dependencies to runtimes 2022-11-30 11:14:37 -08:00
test [VENTUS][fix] Refactor the tp&sp stack size and frame object's offset calculation 2023-12-11 17:43:04 +08:00
tools Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
unittests Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
utils [TableGen] Set tied to operand custom flag if current operand has tied operand. 2023-07-07 12:38:53 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.