LLVM backend for 6502
Go to file
2012-02-02 09:20:18 +00:00
autoconf autoconf: fix build/src dir confusion 2012-02-02 00:54:18 +00:00
bindings
cmake
docs Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
examples Fix BrainF compilation. 2012-01-31 09:35:01 +00:00
include Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
lib Minor change in signature of the getZeroVector() 2012-02-02 09:20:18 +00:00
projects Regenerate configure. 2012-01-31 17:18:47 +00:00
runtime
test Optimization for SIGN_EXTEND operation on AVX. 2012-02-02 09:10:43 +00:00
tools SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
unittests RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend, 2012-01-31 19:58:34 +00:00
utils Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
.gitignore
CMakeLists.txt cmake: make BUILD_SHARED_LIBS a visible option 2012-02-01 14:49:39 +00:00
configure Regen one last time. 2012-02-02 01:11:30 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2012-01-31 23:18:33 +00:00

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.