LLVM backend for 6502
Go to file
2014-11-19 20:20:16 +00:00
autoconf Expose LLVM version string via macro in llvm-config.h, and modify Go bindings 2014-11-19 03:34:17 +00:00
bindings Expose LLVM version string via macro in llvm-config.h, and modify Go bindings 2014-11-19 03:34:17 +00:00
cmake Add support for LLVM_USE_SANITIZER=Thread 2014-11-18 21:23:38 +00:00
docs Use ninja pools to limit the number of concurrent compile/link jobs. 2014-11-19 10:30:02 +00:00
examples
include Introduce register dump helper 2014-11-19 19:46:11 +00:00
lib SimplifyCFG: turn recursive GatherConstantCompares into iterative 2014-11-19 20:09:11 +00:00
projects
test [X86] Improved lowering of v4x32 build_vector dag nodes. 2014-11-19 19:34:29 +00:00
tools Fix Use-of-uninitialized-value for adrp_addr and adrp_inst in MachODump.cpp 2014-11-19 20:20:16 +00:00
unittests [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80. 2014-11-19 19:15:41 +00:00
utils Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> 2014-11-19 07:49:26 +00:00
.arcconfig
.clang-format
.clang-tidy Enable display of compiler diagnostics in clang-tidy by default. 2014-10-29 17:29:38 +00:00
.gitignore
CMakeLists.txt Use ninja pools to limit the number of concurrent compile/link jobs. 2014-11-19 10:30:02 +00:00
CODE_OWNERS.TXT
configure Expose LLVM version string via macro in llvm-config.h, and modify Go bindings 2014-11-19 03:34:17 +00:00
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.