LLVM backend for 6502
Go to file
Hal Finkel 430b9079c6 BBVectorize: Correctly merge SubclassOptionalData
When two instructions are combined into a vector instruction,
the resulting instruction must have the most-conservative flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168765 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-28 03:04:10 +00:00
autoconf
bindings
cmake
docs Some grammar fixes 2012-11-28 00:27:25 +00:00
examples
include Add brief support for the fission .debug_info.dwo section for 2012-11-28 02:49:38 +00:00
lib BBVectorize: Correctly merge SubclassOptionalData 2012-11-28 03:04:10 +00:00
projects
runtime
test BBVectorize: Correctly merge SubclassOptionalData 2012-11-28 03:04:10 +00:00
tools Modifying lli to use the SectionMemoryManager. 2012-11-27 19:49:00 +00:00
unittests
utils Remove all references to TargetInstrInfoImpl. 2012-11-28 02:35:17 +00:00
.gitignore
CMakeLists.txt Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CODE_OWNERS.TXT Remove some Clang-specific ownership roles. 2012-11-27 00:48:36 +00:00
configure
CREDITS.TXT
LICENSE.TXT Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
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 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.