LLVM backend for 6502
Go to file
Bruno Cardoso Lopes dde2e4f7b9 [X86][MMX] Remove widening experimental flag from MMX tests.
Turns out that after the past MMX commits, we don't need to rely on this
flag to get better codegen for MMX. Also update the tests to become
triple neutral.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230637 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-26 15:10:38 +00:00
autoconf
bindings
cmake
docs [GC docs] Add example IR, assembly, and stackmaps to Statepoint documentation 2015-02-26 01:18:21 +00:00
examples
include IR: Use '= default' instead of r230609, NFC 2015-02-26 05:00:42 +00:00
lib [X86][Haswell][SchedModel] Fix WriteMULm latency. 2015-02-26 14:30:09 +00:00
projects
test [X86][MMX] Remove widening experimental flag from MMX tests. 2015-02-26 15:10:38 +00:00
tools Replace a few instances of NULL with nullptr. 2015-02-26 01:10:49 +00:00
unittests Object: Handle Mach-O kext bundle files 2015-02-25 22:59:20 +00:00
utils FileCheck: Add CHECK-SAME 2015-02-26 04:53:00 +00:00
.arcconfig Updated phabricator server. 2014-04-07 03:57:04 +00:00
.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.