LLVM backend for 6502
Go to file
Michael J. Spencer b9f39bcc82 Support ELF files of unknown type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222208 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-18 01:14:25 +00:00
autoconf
bindings
cmake CMake: Use the new USES_TERMINAL option for test suite targets when available. 2014-11-17 22:16:15 +00:00
docs R600/SI: Start implementing an assembler 2014-11-14 14:08:00 +00:00
examples
include Support ELF files of unknown type. 2014-11-18 01:14:25 +00:00
lib Support ELF files of unknown type. 2014-11-18 01:14:25 +00:00
projects
test Revert r222040 because of bot failure. 2014-11-18 00:33:22 +00:00
tools Object, COFF: Tighten the object file parser 2014-11-17 11:17:17 +00:00
unittests Fix the autoconf build. 2014-11-17 21:06:38 +00:00
utils Revert "Improve memory ownership/management in TableGen by unique_ptrifying TreePattern's Tree member." 2014-11-17 22:55:41 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt CMake: Use the new USES_TERMINAL option for test suite targets when available. 2014-11-17 22:16:15 +00:00
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.