LLVM backend for 6502
Go to file
Evan Cheng ce1cdac942 80 col violations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131015 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 20:52:23 +00:00
autoconf Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. 2011-05-01 13:29:49 +00:00
bindings
cmake Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. 2011-05-01 13:29:49 +00:00
docs Document the automatic alias printing of InstAliases. 2011-05-04 23:40:14 +00:00
examples
include Make the logic for determining function alignment more explicit. No functionality change. 2011-05-06 20:34:06 +00:00
lib 80 col violations. 2011-05-06 20:52:23 +00:00
projects
runtime The computation of string length is not that complicated. Fix it, again. :) 2011-05-05 23:52:18 +00:00
test Move few target-dependant tests to appropriate directories. 2011-05-06 18:24:46 +00:00
tools Remove an unused variable. 2011-05-04 19:13:01 +00:00
unittests
utils Improve diagnostics for some parse errors. Not asserting when a user input 2011-05-06 18:47:45 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. 2011-05-01 13:29:49 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
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.