LLVM backend for 6502
Go to file
2013-01-01 10:00:19 +00:00
autoconf Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
bindings
cmake [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests. 2012-12-24 22:43:59 +00:00
docs Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
examples
include Make it explicit that the only entry points to the Program object are 2012-12-31 23:44:49 +00:00
lib Remove unused argument from a multiclass. 2013-01-01 03:42:44 +00:00
projects
runtime
test Make opt grab the triple from the module and use it to initialize the target machine. 2013-01-01 08:00:32 +00:00
tools Make opt grab the triple from the module and use it to initialize the target machine. 2013-01-01 08:00:32 +00:00
unittests Go ahead and get rid of the old page size interface and convert all the 2012-12-31 23:31:56 +00:00
utils Fix comment typo 2012-12-26 18:15:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
CREDITS.TXT
LICENSE.TXT Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.