LLVM backend for 6502
Go to file
2011-10-12 22:46:45 +00:00
autoconf We're no longer going to bother supporting platforms that don't 2011-09-23 00:53:10 +00:00
bindings
cmake
docs target data is a contract with the code generator, not the "processor" 2011-10-11 23:02:17 +00:00
examples
include Use unsigned multiply to hash integers, so we don't end up with undefined behavior for large signed integers. Based on patch by Ahmed Charles. 2011-10-12 22:25:45 +00:00
lib Use a utility from MathExtras to clarify a check and avoid undefined behavior. Based on patch by Ahmed Charles. 2011-10-12 22:46:45 +00:00
projects
runtime
test Removed colons from some target datalayout strings in test, since they don't match the required format. 2011-10-12 22:24:17 +00:00
tools llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. 2011-10-11 12:51:50 +00:00
unittests Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code. 2011-10-12 21:51:36 +00:00
utils ARM parsing and encoding for the <option> form of LDC/STC instructions. 2011-10-12 17:34:41 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
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.