LLVM backend for 6502
Go to file
2014-05-24 20:19:40 +00:00
autoconf AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
bindings
cmake AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
docs AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
examples
include Fix some misplaced spaces around 'override' 2014-05-24 20:19:40 +00:00
lib Fix some misplaced spaces around 'override' 2014-05-24 20:19:40 +00:00
projects
test CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle. 2014-05-24 13:13:17 +00:00
tools build: sort llvm-readobj sources 2014-05-24 20:04:21 +00:00
unittests
utils
.arcconfig
.clang-format
.gitignore
CMakeLists.txt AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +00:00
CODE_OWNERS.TXT
configure AArch64/ARM64: move ARM64 into AArch64's place 2014-05-24 12:50:23 +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.