LLVM backend for 6502
Go to file
Rafael Espindola 57a24199de Revert "Refactoring and enhancement to FMA combine."
This reverts commit r234513. It was failing on the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234518 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-09 18:29:32 +00:00
autoconf
bindings Go bindings: make various DIBuilder arguments optional. 2015-04-08 20:18:57 +00:00
cmake
docs [lib/Fuzzer] show how to find Heartbleed with LibFuzzer 2015-04-08 06:16:11 +00:00
examples
include [NFC] add more comments for SLSR 2015-04-09 17:04:28 +00:00
lib Revert "Refactoring and enhancement to FMA combine." 2015-04-09 18:29:32 +00:00
projects
test Revert "Refactoring and enhancement to FMA combine." 2015-04-09 18:29:32 +00:00
tools This reverts commit r234460 and r234461. 2015-04-09 15:54:59 +00:00
unittests
utils Use SmallVector instead of std::vector for uniquing X86 disassembler operand sets. The number of operands is a small fixed size. 2015-04-09 04:08:48 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
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 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.