LLVM backend for 6502
Go to file
Bob Wilson c4ba09da60 Add new built-in operations for vmull and vmull_n
so they can be implemented without requiring clang builtins.
Radar 8446238.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121173 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-07 20:02:45 +00:00
autoconf Two things: Fix testcase to use extern - otherwise the link will always 2010-12-07 02:05:42 +00:00
bindings
cmake
docs
examples
include Missed a spot removing Alarm. 2010-12-07 18:50:33 +00:00
lib Code clean up; no functionality change. 2010-12-07 19:59:34 +00:00
projects
runtime
test Match a pattern generated by a dag combiner opt where: 2010-12-07 19:00:20 +00:00
tools
unittests Support/PathV2: Change most functions in the path namespace to return their work 2010-12-07 17:04:04 +00:00
utils Add new built-in operations for vmull and vmull_n 2010-12-07 20:02:45 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt Promote "enumerator in switch of enum is not handled" to level 1 warning on MSVC. It was disabled by default. 2010-12-07 01:25:06 +00:00
configure Two things: Fix testcase to use extern - otherwise the link will always 2010-12-07 02:05:42 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.