LLVM backend for 6502
Go to file
2014-08-04 20:32:48 +00:00
autoconf [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build. 2014-07-29 08:35:03 +00:00
bindings [OCaml] Add Llvm.{string_of_const,const_element}. 2014-08-03 23:54:22 +00:00
cmake
docs Document the "emission kind" field of the DICompileUnit in LLVM's Source Level Debugging metadata. 2014-08-04 20:32:48 +00:00
examples
include Coverage: add HasCodeBefore flag to a mapping region. 2014-08-04 18:00:51 +00:00
lib Recognize mftbl as alias for mftb, for symmetry with mttb. 2014-08-04 20:28:34 +00:00
projects
test Recognize mftbl as alias for mftb, for symmetry with mttb. 2014-08-04 20:28:34 +00:00
tools verify-uselistorder: Reverse use-lists at every verification 2014-08-01 23:49:41 +00:00
unittests Path: Stop claiming path::const_iterator is bidirectional 2014-08-04 17:36:41 +00:00
utils [SKX] Enabling load/store instructions: encoding 2014-08-04 14:35:15 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Fix building with in-tree libc++abi on FreeBSD 2014-08-01 19:23:15 +00:00
CODE_OWNERS.TXT Add a sentence that all entries should include an email address. 2014-08-04 19:33:25 +00:00
configure [autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5.0svn in autoconf build. 2014-07-29 08:35:03 +00:00
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.