LLVM backend for 6502
Go to file
2014-11-25 20:11:23 +00:00
autoconf
bindings
cmake [CMake] Update GetSVN.cmake to use LLVM version control helper scripts. 2014-11-19 22:03:21 +00:00
docs Clarify wording in the LangRef around !invariant.load 2014-11-24 22:32:43 +00:00
examples
include Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite 2014-11-25 08:20:27 +00:00
lib Remove space before tab in all AVX512 mnemonic strings. 2014-11-25 20:11:23 +00:00
projects
test Remove useless rdar:// comment from switch_to_lookup_table.ll test. 2014-11-25 18:45:23 +00:00
tools Correctly handle Tag_CPU_arch_profile. 2014-11-25 09:30:09 +00:00
unittests Cleaning out google tests from MC. 2014-11-25 18:03:08 +00:00
utils Replace a comment that says 'unreachable' with llvm_unreachable in TableGen AsmWriter output. 2014-11-24 14:09:52 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
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 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.