LLVM backend for 6502
Go to file
Akira Hatanaka 7784046012 Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted
when shift amount is larger than 32.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143990 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-07 19:01:49 +00:00
autoconf rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE 2011-11-01 21:31:44 +00:00
bindings build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
cmake Fix CRT selection logic when using CMake NMake generator. 2011-11-06 23:37:22 +00:00
docs Release Notes: add a description of -enable-iv-rewrite. 2011-11-06 17:59:24 +00:00
examples build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
include Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() 2011-11-07 17:09:05 +00:00
lib Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted 2011-11-07 19:01:49 +00:00
projects build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
runtime build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
test Add AVX2 variable shift instructions and intrinsics. 2011-11-07 08:26:24 +00:00
tools Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). 2011-11-07 17:21:36 +00:00
unittests
utils More AVX2 instructions and their intrinsics. 2011-11-06 23:04:08 +00:00
.gitignore
CMakeLists.txt CMake should join the party in a post 3.0 world. ;] This brings CMake's 2011-11-05 21:18:59 +00:00
configure rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE 2011-11-01 21:31:44 +00:00
CREDITS.TXT CREDITS.TXT: Add a line. (test commit) 2011-10-29 23:42:14 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +00:00
Makefile build/Make: Update for rename of show-diagnostics. 2011-11-02 19:48:19 +00:00
Makefile.common
Makefile.config.in
Makefile.rules build/make: Fix the output path of the llvm-config-2 library dependency table. 2011-11-04 23:40:14 +00:00
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.