1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
Go to file
Sergey Dmitriev 84d3c8040f [CallGraphUpdater] Removed references to calles when deleting function
Summary: Otherwise we can get unaccounted references to call graph nodes.

Reviewers: jdoerfert, sstefan1

Reviewed By: jdoerfert

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79382
2020-05-04 18:59:47 -07:00
benchmarks
bindings Update go bindings for 2dea3f129878e929e5d1f00b91a622eb1ec8be4e 2020-04-22 19:02:59 +02:00
cmake [cmake] restrict object library dependency generation to PUBLIC libraries 2020-05-04 14:12:42 -07:00
docs [llvm-dwarfdump][Stats] Clean up 2020-05-04 09:35:40 +02:00
examples [examples] Fix an incomplete comment. 2020-05-01 11:06:41 -07:00
include [LTO] Suppress emission of empty combined module by default 2020-05-04 18:31:09 -07:00
lib [CallGraphUpdater] Removed references to calles when deleting function 2020-05-04 18:59:47 -07:00
projects
resources
runtimes
test [CallGraphUpdater] Removed references to calles when deleting function 2020-05-04 18:59:47 -07:00
tools [LTO] Suppress emission of empty combined module by default 2020-05-04 18:31:09 -07:00
unittests [CallGraphUpdater] Removed references to calles when deleting function 2020-05-04 18:59:47 -07:00
utils [lit] Disable test on Windows 2020-05-04 13:06:56 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Temporarily revert "build: use find_package(Python3) if available"" 2020-04-29 01:38:08 +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.