LLVM backend for 6502
Go to file
Bill Wendling 5fa22a1975 s/std::vector/SmallVector/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118648 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-09 23:28:44 +00:00
autoconf
bindings
cmake Adding working version of assembly parser for the MBlaze backend 2010-11-08 19:40:01 +00:00
docs add (and document) the ability for alias results to have 2010-11-06 19:57:21 +00:00
examples
include Revert previous patch. Missed a case. 2010-11-09 22:54:38 +00:00
lib s/std::vector/SmallVector/ 2010-11-09 23:28:44 +00:00
projects
runtime
test Do not use MEMBARRIER_MCR for any Thumb code. 2010-11-09 22:50:44 +00:00
tools Fix some places where error messages were being swallowed. 2010-11-09 01:13:31 +00:00
unittests
utils Translate IntrReadArgMem to AccessesArgumentsReadonly. 2010-11-09 20:07:20 +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 Add rule to build MC'ized CodeEmitter. 2010-11-03 23:46:01 +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.