LLVM backend for 6502
Go to file
2014-12-26 19:31:46 +00:00
autoconf
bindings [OCaml] Expose Llvm_executionengine.get_{global_value,function}_address. 2014-12-24 01:52:51 +00:00
cmake [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies. 2014-12-18 23:56:52 +00:00
docs Documentation for Masked Load and Store intrinsics. 2014-12-25 09:29:13 +00:00
examples
include Masked Load/Store - Changed the order of parameters in intrinsics. 2014-12-25 07:49:20 +00:00
lib [Hexagon] Adding remaining post-increment instruction variants. Removing unused classes. 2014-12-26 19:31:46 +00:00
projects
test [Hexagon] Adding remaining post-increment instruction variants. Removing unused classes. 2014-12-26 19:31:46 +00:00
tools Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think. 2014-12-24 00:16:51 +00:00
unittests Fix a leak found by asan. 2014-12-23 17:20:23 +00:00
utils Masked Load/Store - Changed the order of parameters in intrinsics. 2014-12-25 07:49:20 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
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 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.