LLVM backend for 6502
Go to file
Eric Christopher d7ffdcdfcf Move the subtarget dependent features from SystemZTargetMachine
down to the subtarget. Add an initialization routine to assist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212124 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-01 20:19:02 +00:00
autoconf
bindings [OCaml] Documentation improvements. 2014-06-30 16:53:53 +00:00
cmake
docs [docs] Fix a mangled sentence. 2014-07-01 18:22:32 +00:00
examples
include DebugInfo: Provide a utility for building a mapping from llvm::Function*s to llvm::DISubprograms 2014-07-01 20:05:26 +00:00
lib Move the subtarget dependent features from SystemZTargetMachine 2014-07-01 20:19:02 +00:00
projects
test X86: expand atomics in IR instead of as MachineInstrs. 2014-07-01 18:53:31 +00:00
tools Add the -arch flag support to llvm-size like what was done to llvm-nm 2014-07-01 17:19:10 +00:00
unittests Remove unused typedef. GCC warns about this. 2014-07-01 15:39:32 +00:00
utils
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Delete utils/FileUpdate. 2014-06-23 17:58:39 +00:00
CODE_OWNERS.TXT ARM Linux support 2014-04-02 23:03:28 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Trivial test commit. 2014-04-26 19:05:45 +00:00

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.