LLVM backend for 6502
Go to file
2014-07-17 06:09:34 +00:00
autoconf Track clang r213171 2014-07-16 16:50:34 +00:00
bindings
cmake
docs Fix a typo in the inalloca description 2014-07-16 21:22:46 +00:00
examples
include MC: make WinEH opcode an opaque value 2014-07-17 03:08:50 +00:00
lib Fix Typo (first commit to test commit access) 2014-07-17 06:09:34 +00:00
projects
test Improve BasicAA CS-CS queries (redux) 2014-07-17 01:28:25 +00:00
tools Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a symbol in hex. 2014-07-16 17:38:26 +00:00
unittests
utils [lit] Add --show-unsupported flag to LIT 2014-07-17 05:53:00 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
Makefile
Makefile.common
Makefile.config.in Track clang r213171 2014-07-16 16:50:34 +00:00
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.