LLVM backend for 6502
Go to file
2013-05-10 09:16:52 +00:00
autoconf
bindings
cmake
docs Add SystemZ feats to CodeGenerator.rst 2013-05-08 14:23:43 +00:00
examples
include Documentation warning: \param, not \parm 2013-05-09 21:15:03 +00:00
lib InstCombine: Verify the type before transforming uitofp into select. 2013-05-10 09:16:52 +00:00
projects
runtime
test InstCombine: Verify the type before transforming uitofp into select. 2013-05-10 09:16:52 +00:00
tools Introduce convenience typedefs for the 4 ELF object types. 2013-05-09 13:13:28 +00:00
unittests
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Add myself as SystemZ code owner 2013-05-08 14:41:29 +00:00
configure
CREDITS.TXT Test commit. 2013-05-09 12:32:36 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.