LLVM backend for 6502
Go to file
2010-07-21 21:37:59 +00:00
autoconf
bindings
cmake
docs Disallow null as a named metadata operand. 2010-07-21 18:54:18 +00:00
examples
include Add the INITIALIZE_PASS macro. 2010-07-21 20:46:41 +00:00
lib Add missing AVX convert instructions. Those instructions are not described in their SSE forms (although they exist), but add the AVX forms anyway, so the assembler can benefit from it 2010-07-21 21:37:59 +00:00
projects
runtime
test Add missing AVX convert instructions. Those instructions are not described in their SSE forms (although they exist), but add the AVX forms anyway, so the assembler can benefit from it 2010-07-21 21:37:59 +00:00
tools there is now no reason to link in TARGETS_TO_BUILD since we list 2010-07-20 21:26:27 +00:00
unittests tidy up 2010-07-20 19:35:55 +00:00
utils Add support for a new Apple-style build target, EmbeddedSim, that builds 2010-07-20 20:44:02 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Add support for a new Apple-style build target, EmbeddedSim, that builds 2010-07-20 20:44:02 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.