LLVM backend for 6502
Go to file
2012-07-11 13:27:05 +00:00
autoconf
bindings
cmake LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not accept whitespace paths. 2012-07-07 03:12:28 +00:00
docs Since SmallMap was removed in r158644, remove documentation in ProgrammersManual.html. 2012-07-06 23:06:47 +00:00
examples
include Teach the LiveInterval::join function to use the fast merge algorithm, 2012-07-10 22:25:21 +00:00
lib When ext-loading and trunc-storing vectors to memory, on x86 32bit systems, allow loads/stores of 64bit values from xmm registers. 2012-07-11 13:27:05 +00:00
projects
runtime
test When ext-loading and trunc-storing vectors to memory, on x86 32bit systems, allow loads/stores of 64bit values from xmm registers. 2012-07-11 13:27:05 +00:00
tools
unittests
utils Machine model: allow itineraries to be shared by different processor models. 2012-07-09 20:43:03 +00:00
.gitignore
CMakeLists.txt Hoist LLVM's lit testsuite infrastructure into module so that it can be 2012-06-30 10:14:14 +00:00
configure
CREDITS.TXT
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Testing commit access 2012-05-24 14:20:13 +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.