LLVM backend for 6502
Go to file
2015-01-08 12:29:19 +00:00
autoconf
bindings
cmake
docs [LangRef] PR22118: Hyphen is allowed in IR identifiers. 2015-01-07 21:35:14 +00:00
examples
include Move SPAdj logic from PEI into the targets (NFC) 2015-01-08 11:04:38 +00:00
lib Masked Load/Store - fixed a bug in type legalization. 2015-01-08 12:29:19 +00:00
projects
test Masked Load/Store - fixed a bug in type legalization. 2015-01-08 12:29:19 +00:00
tools Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my 2015-01-08 00:25:24 +00:00
unittests IR: Add MDNode::getDistinct() 2015-01-07 22:24:46 +00:00
utils [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA variants in Intel syntax. The memory operand is inherently unsized. 2015-01-08 07:41:30 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [py3] Teach the CMake build to reject Python versions older than 2.7. 2014-12-29 19:36:05 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT Rise from the dead and update personal info 2014-08-25 17:51:04 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Test commit. 2015-01-07 22:07:33 +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.