LLVM backend for 6502
Go to file
Chandler Carruth a2ff58121a [SROA] Use the original load name with the SROA-prefixed IRB rather than
just "load". This helps avoid pointless de-duping with order-sensitive
numbers as we already have unique names from the original load. It also
makes the resulting IR quite a bit easier to read.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202140 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-25 11:21:48 +00:00
autoconf Add aarch64 to config.guess 2014-02-25 09:30:54 +00:00
bindings
cmake
docs
examples
include Add some convenience accessors for the underlying Use of an operand. 2014-02-25 03:34:17 +00:00
lib [SROA] Use the original load name with the SROA-prefixed IRB rather than 2014-02-25 11:21:48 +00:00
projects
test Ignore old JIT tests in AARch64 - CMake style 2014-02-25 09:31:00 +00:00
tools llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission. 2014-02-24 23:58:54 +00:00
unittests Disable old JIT unittests for AARch64 2014-02-25 09:31:05 +00:00
utils
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Permit CMAKE_INSTALL_RPATH to be set on command line 2014-02-24 22:23:43 +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.