LLVM backend for 6502
Go to file
Michael Liao 092122f124 Enhance type legalization on bitcast from vector to integer
- Find a legal vector type before casting and extracting element from it.
- As the new vector type may have more than 2 elements, build the final
  hi/lo pair by BFS pairing them from bottom to top.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163830 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-13 19:58:21 +00:00
autoconf
bindings
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be 2012-09-06 09:17:37 +00:00
examples
include Define an official slot for the new !tbaa.struct metadata tag. 2012-09-13 17:56:17 +00:00
lib Enhance type legalization on bitcast from vector to integer 2012-09-13 19:58:21 +00:00
projects
runtime
test Enhance type legalization on bitcast from vector to integer 2012-09-13 19:58:21 +00:00
tools Don't include stdint.h directly. 2012-09-06 22:55:11 +00:00
unittests
utils AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit to 2012-09-13 17:43:46 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Add IRC handle. 2012-09-11 07:50:40 +00:00
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 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.