LLVM backend for 6502
Go to file
Bob Wilson 0e1fb7afcc Add a license comment to the generated arm_neon.h header.
Remove the previous header.  I don't think we need to expose to end users
that we use TableGen to produce our version of arm_neon.h, and that header
was also using doubleslash comments which could be a problem when using it
in strict C89 compilations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121390 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-09 18:31:01 +00:00
autoconf
bindings
cmake
docs Fix newlines. 2010-12-08 02:46:25 +00:00
examples
include Fix whitespace. 2010-12-09 17:37:32 +00:00
lib Added register reassignment prototype to RAGreedy. It's a simple 2010-12-09 18:15:21 +00:00
projects
runtime
test Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka 2010-12-09 17:32:30 +00:00
tools More code not compiled by CMake. :(. 2010-12-09 18:06:07 +00:00
unittests
utils Add a license comment to the generated arm_neon.h header. 2010-12-09 18:31:01 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add FileUpdate to the build. 2010-12-09 17:54:44 +00:00
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.