LLVM backend for 6502
Go to file
2011-12-01 02:39:36 +00:00
autoconf llvm-config: Replace with C++ version (was llvm-config-2). 2011-11-29 22:56:31 +00:00
bindings
cmake
docs More cleanups. No content change. 2011-11-30 21:52:43 +00:00
examples
include make asan work at -O0, llvm part. Patch by glider@google.com 2011-11-30 22:19:26 +00:00
lib Make use of "getScalarType()". No functionality change. 2011-12-01 02:39:36 +00:00
projects
runtime
test Support for encoding all FMA4 instructions and tablegen patterns for all 2011-11-30 22:09:42 +00:00
tools llvm-config: Replace with C++ version (was llvm-config-2). 2011-11-29 22:56:31 +00:00
unittests
utils Replace an assert() with an actual diagnostic. 2011-11-30 23:16:25 +00:00
.gitignore
CMakeLists.txt llvm-config: Replace with C++ version (was llvm-config-2). 2011-11-29 22:56:31 +00:00
configure llvm-config: Replace with C++ version (was llvm-config-2). 2011-11-29 22:56:31 +00:00
CREDITS.TXT CREDITS.TXT: Add a line. (test commit) 2011-10-29 23:42:14 +00:00
LICENSE.TXT Happy new year. 2011-06-12 15:26:54 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile Remove the install-clang-c makefile target. 2011-11-30 21:06:12 +00:00
Makefile.common
Makefile.config.in
Makefile.rules llvm-config: Replace with C++ version (was llvm-config-2). 2011-11-29 22:56:31 +00:00
README.txt Undo test commit 2011-11-22 20:05:48 +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.