LLVM backend for 6502
Go to file
2014-03-05 15:25:27 +00:00
autoconf Update comment. 2014-03-05 00:43:38 +00:00
bindings
cmake [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list. 2014-03-04 17:05:28 +00:00
docs [LangRef] Improve llvm.mem.parallel_loop_access example 2014-03-05 13:36:04 +00:00
examples
include ARM: Correctly align arguments after a byval struct is passed on the stack 2014-03-05 15:25:27 +00:00
lib ARM: Correctly align arguments after a byval struct is passed on the stack 2014-03-05 15:25:27 +00:00
projects
test ARM: Correctly align arguments after a byval struct is passed on the stack 2014-03-05 15:25:27 +00:00
tools [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
unittests [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
utils [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Cleaning up a bunch of pre-Visual C++ 2012 build hacks. 2014-03-04 09:23:33 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
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.