LLVM backend for 6502
Go to file
2015-02-28 10:04:18 +00:00
autoconf Discourage in-source autoconf builds (as we already do for the cmake build) 2015-02-27 23:35:47 +00:00
bindings [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
cmake
docs [new docs] Performance Tips for Frontend Authors 2015-02-27 23:14:50 +00:00
examples
include MachineDominators: Move applySplitCriticalEdges into the cpp file. 2015-02-27 23:13:13 +00:00
lib [RewriteStatepointsForGC] Reduce indentation via early continue [NFC] 2015-02-28 01:57:44 +00:00
projects
test Remove option.ll as part of the Forward Control Flow Integrity 2015-02-28 10:04:18 +00:00
tools [dsymutil] Fully qualify llvm::make_unique<>. 2015-02-28 00:42:37 +00:00
unittests [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
utils Switch a std::map to a DenseMap in CodeGenRegisters. 2015-02-27 17:57:01 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Discourage in-source autoconf builds (as we already do for the cmake build) 2015-02-27 23:35:47 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile [configure/make] Propagate names of build host tools when making BuildTools 2014-03-25 21:45:41 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

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.