LLVM backend for 6502
Go to file
2010-11-12 23:18:11 +00:00
autoconf Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
bindings
cmake Adding working version of assembly parser for the MBlaze backend 2010-11-08 19:40:01 +00:00
docs describe the preferred approach to silencing 'unused variable warnings' due to asserts. 2010-11-12 00:19:41 +00:00
examples
include add operand iterator apis to MachineInstr, patch by ether zhhb. 2010-11-12 00:00:21 +00:00
lib Attemt to provide correct encodings for Thumb2 binary operators. 2010-11-12 23:18:11 +00:00
projects
runtime
test Add conditional mvn instructions. 2010-11-12 22:42:47 +00:00
tools Fix some places where error messages were being swallowed. 2010-11-09 01:13:31 +00:00
unittests
utils ARM fixup encoding for direct call instructions (BL). 2010-11-11 20:05:40 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add the new option "LLVM_LIT_ARGS". 2010-11-11 04:09:35 +00:00
configure Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
Makefile.common
Makefile.config.in Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
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.