LLVM backend for 6502
Go to file
2013-11-14 02:44:13 +00:00
autoconf
bindings [OCaml] Dynamically link LLVM on --enable-shared builds 2013-11-12 20:55:49 +00:00
cmake Revert my CMake patches concerning building with /MT (r194589, r194596) 2013-11-13 20:29:10 +00:00
docs Add simple support for tags in YAML I/O 2013-11-14 00:59:59 +00:00
examples
include Implement aarch64 neon instruction class SIMD misc. 2013-11-14 02:44:13 +00:00
lib Implement aarch64 neon instruction class SIMD misc. 2013-11-14 02:44:13 +00:00
projects
test Implement aarch64 neon instruction class SIMD misc. 2013-11-14 02:44:13 +00:00
tools Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to the 2013-11-11 20:51:48 +00:00
unittests Add dyn_cast<> support to YAML I/O's IO class 2013-11-14 02:38:07 +00:00
utils Update emacs llvm mode. 2013-11-14 02:03:02 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Revert my CMake patches concerning building with /MT (r194589, r194596) 2013-11-13 20:29:10 +00:00
CODE_OWNERS.TXT Add myself to CODE_OWNERS for the OCaml bindings 2013-11-13 04:24:13 +00:00
configure
CREDITS.TXT Fix typo + add URL 2013-11-13 10:07:16 +00:00
LICENSE.TXT Be more specific and capitalize filenames. 2013-05-21 21:22:34 +00:00
llvm.spec.in
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
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.