LLVM backend for 6502
Go to file
2015-01-16 20:16:14 +00:00
autoconf
bindings
cmake
docs [PowerPC] Adjust PatchPoints for ppc64le 2015-01-16 04:40:58 +00:00
examples [Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeat 2015-01-16 19:44:46 +00:00
include Move ownership of GCStrategy objects to LLVMContext 2015-01-16 20:07:33 +00:00
lib [Hexagon] Fix 226309, replacement atomic store patterns didn't actually exist, added new versions. 2015-01-16 20:16:14 +00:00
projects
test [AVX512] Add intrinsics for masked aligned FP loads and stores 2015-01-16 18:50:09 +00:00
tools llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration 2015-01-16 20:16:09 +00:00
unittests IR: Allow 16-bits for column info 2015-01-16 17:33:08 +00:00
utils
.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 Check commit access 2015-01-16 19:23:34 +00:00

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.