LLVM backend for 6502
Go to file
2015-05-04 01:35:39 +00:00
autoconf Clean up docs references to './configure' in preparation for deprecating in-source builds 2015-04-29 20:06:41 +00:00
bindings IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
cmake [CMake] Also search for prefixed versions of ld.gold 2015-05-01 11:58:30 +00:00
docs Update YamlIO documentation for the ScalarTraits class. 2015-05-01 18:20:23 +00:00
examples IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
include Fix typo in comment. 2015-05-02 21:34:39 +00:00
lib [TableGen] Formatting cleanup. Mostly removing trailing whitespace and unnecessary curly braces. NFC 2015-05-04 01:35:39 +00:00
projects build: make libunwind a proper project 2015-04-25 01:47:39 +00:00
test Masked gather and scatter intrinsics - enabled codegen for KNL. 2015-05-03 07:12:25 +00:00
tools [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
unittests Fix compilation of PDBApiTest. 2015-05-01 20:51:49 +00:00
utils Remove std::move on return when it could prevent copy elision. 2015-05-01 15:16:11 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Clean up docs references to './configure' in preparation for deprecating in-source builds 2015-04-29 20:06:41 +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 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.