LLVM backend for 6502
Go to file
2013-12-29 01:10:06 +00:00
autoconf
bindings
cmake Another windows build fix attempt after r198136. 2013-12-29 00:50:09 +00:00
docs
examples
include Enable deleted functions and explicit conversions in MSVC 2013 2013-12-29 00:49:14 +00:00
lib Switch from EVT to MVT in more of the x86 instruction lowering code. 2013-12-29 01:10:06 +00:00
projects
test New machine model for cortex-a9. Schedule for resources and latency. 2013-12-28 21:57:05 +00:00
tools EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +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.