LLVM backend for 6502
Go to file
2011-10-11 11:25:16 +00:00
autoconf
bindings
cmake
docs Update to a newer doxygen version. PR8214. Patch by Jeremy Huddleston. 2011-10-11 07:25:38 +00:00
examples
include Add support for .symtab_shnidx. Unfortunately, doing this required breaking a 2011-10-11 02:57:48 +00:00
lib Add support for legalization of vector trunc-store where the saved scalar type is illegal (for example, v2i16 on systems where the smallest store size is i32) 2011-10-11 11:25:16 +00:00
projects
runtime
test Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take 2011-10-11 06:58:11 +00:00
tools Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before. 2011-10-11 00:24:54 +00:00
unittests
utils Fix disassembling of popcntw. Also remove some code that says it accounts for 64BIT_REXW_XD not existing, but it does exist. 2011-10-11 04:34:23 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT Happy new year. 2011-06-12 15:26:54 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Test commit 2011-09-21 03:34:31 +00:00

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.