LLVM backend for 6502
Go to file
2014-02-26 20:39:28 +00:00
autoconf
bindings
cmake [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS mode. 2014-02-26 11:58:11 +00:00
docs
examples
include Fix typo. Thanks to Roman Divacky for noticing it. 2014-02-26 17:05:38 +00:00
lib Silencing an MSVC signed comparison warning. 2014-02-26 20:22:20 +00:00
projects
test GlobalOpt: Apply fastcc to internal x86_thiscallcc functions 2014-02-26 19:57:30 +00:00
tools Don't mix the plain and keyword signatures of target_link_libraries. 2014-02-26 20:39:28 +00:00
unittests Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute-value 2014-02-26 19:12:28 +00:00
utils
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE). 2014-02-26 06:45:11 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

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

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.