LLVM backend for 6502
Go to file
2015-03-26 18:48:42 +00:00
autoconf
bindings
cmake
docs WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables 2015-03-25 20:10:36 +00:00
examples Fix build. 2015-03-25 04:36:20 +00:00
include [AArch64, ARM] Add v8.1a architecture and generic cpu 2015-03-26 17:05:54 +00:00
lib Adds an option to disable ARM ld/st optim pass 2015-03-26 18:38:04 +00:00
projects
test Reapply "Linker: Drop function pointers for overridden subprograms" 2015-03-26 18:35:30 +00:00
tools bugpoint: Verify input files 2015-03-26 05:03:10 +00:00
unittests Supress MSVC padding warning in alignment test 2015-03-26 18:48:42 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt test: Fix the dependencies for the check-llvm-* targets 2015-03-25 08:07:47 +00:00
CODE_OWNERS.TXT
configure
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 LLVM,
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.