LLVM backend for 6502
Go to file
2013-03-20 05:59:40 +00:00
autoconf Turn anonymous type in anonymous union warning back on after cleaning up 2013-03-15 00:43:00 +00:00
bindings
cmake Enable -Wnon-virtual-dtor build warning 2013-03-19 10:10:03 +00:00
docs Formatting fixups. 2013-03-19 23:10:26 +00:00
examples
include Provide more details for DINameSpace debug info in the IR comment annotations 2013-03-20 05:14:14 +00:00
lib Provide more details for DINameSpace debug info in the IR comment annotations 2013-03-20 05:14:14 +00:00
projects
runtime Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and 2013-03-07 02:03:08 +00:00
test Don't assume the test directory is writable, use %T to find a writable 2013-03-20 05:59:40 +00:00
tools Remove stale comment 2013-03-19 16:04:02 +00:00
unittests Test case for graceful handling of long file names on Windows. Patch thanks to Paul Robinson! 2013-03-16 15:00:51 +00:00
utils Extend TableGen instruction selection matcher to improve handling 2013-03-19 19:51:09 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Update 2013-03-18 17:47:33 +00:00
configure Turn anonymous type in anonymous union warning back on after cleaning up 2013-03-15 00:43:00 +00:00
CREDITS.TXT Update 2013-03-18 17:47:33 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Turn anonymous type in anonymous union warning back on after cleaning up 2013-03-15 00:43:00 +00:00
Makefile.rules Turn anonymous type in anonymous union warning back on after cleaning up 2013-03-15 00:43:00 +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.