LLVM backend for 6502
Go to file
2013-01-03 00:52:27 +00:00
autoconf Update the configure scripts as well as the makefiles for the move from 2013-01-02 09:22:59 +00:00
bindings
cmake [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. 2013-01-03 00:00:40 +00:00
docs docs: update docs/README.txt and make it useful. 2013-01-02 02:31:51 +00:00
examples Update the examples for the new header file locations. 2013-01-02 11:56:33 +00:00
include An intermediate step in the Attributes rewrite. 2013-01-02 23:45:09 +00:00
lib LoopVectorizer: Add support for loop-unrolling during vectorization for increasing the ILP. At the moment this feature is disabled by default and this commit should not cause any functional changes. 2013-01-03 00:52:27 +00:00
projects
runtime
test Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges. 2013-01-03 00:47:51 +00:00
tools Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
unittests [Support][Endian] Add support for specifying the alignment and native unaligned types. 2013-01-02 20:14:11 +00:00
utils [Support][Endian] Add support for specifying the alignment and native unaligned types. 2013-01-02 20:14:11 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Update the configure scripts as well as the makefiles for the move from 2013-01-02 09:22:59 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Update the root Makefile for VMCore -> IR. Missed by my original search 2013-01-02 09:27:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
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.