LLVM backend for 6502
Go to file
Michael J. Spencer 34ab1f6087 Support/PathV2: Add stem implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120547 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-01 03:18:33 +00:00
autoconf
bindings
cmake
docs forbid rtti and exceptions 2010-11-30 19:20:40 +00:00
examples
include Support/PathV2: Remove is_valid. It was only added because Path had it, but 2010-12-01 02:48:43 +00:00
lib Support/PathV2: Add stem implementation. 2010-12-01 03:18:33 +00:00
projects
runtime
test ARM/MC/ELF relocation "hello world" for movw/movt. 2010-12-01 02:40:06 +00:00
tools
unittests Support/PathV2: Add stem implementation. 2010-12-01 03:18:33 +00:00
utils Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. This allows the 2010-11-30 22:45:47 +00:00
website
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

\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.