llvm-project/llvm
Lang Hames 9e7fdcbafe [MCJIT] Mark test-global-ctors as UNSUPPORTED on Darwin, rather than XFAIL.
MachO doesn't have a '.text.startup' -- this is just plain unsupported.
2021-09-28 10:43:46 -07:00
..
benchmarks
bindings [NFC][C API] Make LLVMSetInstrParamAlignment's index param type LLVMAttributeIndex 2021-09-07 15:13:45 -07:00
cmake [CMake] Add detection for the mold linker in AddLLVM.cmake. 2021-09-28 17:46:52 +05:30
docs Fix URLs to the prod/staging buildbot master in the doc 2021-09-28 06:18:26 +00:00
examples [ORC] Fix the LLJITWithRemoteDebugging example. 2021-09-27 20:06:00 -07:00
include [PowerPC] FP compare and test XL compat builtins. 2021-09-28 11:01:51 -05:00
lib Improve the effectiveness of BDCE's debug info salvaging 2021-09-28 10:24:51 -07:00
projects
resources
runtimes
test [MCJIT] Mark test-global-ctors as UNSUPPORTED on Darwin, rather than XFAIL. 2021-09-28 10:43:46 -07:00
tools [llvm-objdump] Fix -R display and support ET_EXEC 2021-09-28 09:58:27 -07:00
unittests Fix incorrect GEP bitwidth in areNonOverlapSameBaseLoadAndStore() 2021-09-28 17:57:36 +01:00
utils [UpdateTestChecks][NFC] Drop a python2 workaround 2021-09-28 17:57:36 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux" 2021-09-28 18:23:43 +03:00
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.