LLVM backend for 6502
Go to file
2015-02-01 00:55:43 +00:00
autoconf
bindings
cmake
docs Remove the preverify pass from the documentation now that it has been removed 2015-01-30 20:51:09 +00:00
examples
include [PM] Remove a bunch of stale TTI creation method declarations. I nuked 2015-02-01 00:22:15 +00:00
lib [CMake] LLVMLTO requires Intrinsics.gen since r227685 introduced llvm/Analysis/TargetTransformInfo.h. 2015-02-01 00:55:43 +00:00
projects
test R600/SI: Only select cvt_flr/cvt_rpi with no NaNs. 2015-01-31 21:28:13 +00:00
tools [PM] Switch the TargetMachine interface from accepting a pass manager 2015-01-31 11:17:59 +00:00
unittests Move DebugInfo to DebugInfo/DWARF. 2015-01-30 18:07:45 +00:00
utils Replace another std::set in the core of CodeGenRegister, this time with sorted arrays. 2015-01-31 09:13:36 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Add one more vim swap file pattern 2015-01-30 21:59:28 +00:00
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
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 LLVM,
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.