LLVM backend for 6502
Go to file
2013-12-28 22:25:57 +00:00
autoconf
bindings
cmake
docs
examples
include Move the PostRA scheduler's fixupKills function for reuse. 2013-12-28 21:56:55 +00:00
lib Uninitialized variable (in never taken path) after factoring. 2013-12-28 22:25:57 +00:00
projects
test New machine model for cortex-a9. Schedule for resources and latency. 2013-12-28 21:57:05 +00:00
tools Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
unittests Attempt to fix JIT unit tests after r198087. 2013-12-27 23:36:22 +00:00
utils AVX-512: decoder for AVX-512, made by Alexey Bader. 2013-12-25 11:40:51 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
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.