LLVM backend for 6502
Go to file
2010-10-28 00:18:46 +00:00
autoconf
bindings
cmake Adding disassembler to the MicroBlaze backend. 2010-10-27 00:23:01 +00:00
docs Random cleanups and format changes. 2010-10-27 01:07:41 +00:00
examples
include Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE. 2010-10-27 21:23:52 +00:00
lib Add correct NEON encodings for vtbl and vtbx. 2010-10-28 00:18:46 +00:00
projects
runtime
test Add correct NEON encodings for vtbl and vtbx. 2010-10-28 00:18:46 +00:00
tools llvm-mc: Teach -as-lex to print the raw token string as well. 2010-10-25 20:18:46 +00:00
unittests Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names 2010-10-23 08:10:43 +00:00
utils Shifter ops are not always free. Do not fold them (especially to form 2010-10-27 23:41:30 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Build utils/KillTheDoctor only on MSVC for now. 2010-10-26 05:08:27 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove -llvmc-temp-hack from tblgen. 2010-10-23 07:32:53 +00:00
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.