LLVM backend for 6502
Go to file
Chad Rosier 0eff39f2e2 Enable support for returning i1, i8, and i16. Nothing special todo as it's the
callee's responsibility to sign or zero-extend the return value.  The additional
test case just checks to make sure the calls are selected (i.e., -fast-isel-abort
doesn't assert).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144047 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-08 00:03:32 +00:00
autoconf
bindings
cmake Fix CRT selection logic when using CMake NMake generator. 2011-11-06 23:37:22 +00:00
docs Add ISPC to the external projects list. 2011-11-07 22:05:17 +00:00
examples
include Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() 2011-11-07 17:09:05 +00:00
lib Enable support for returning i1, i8, and i16. Nothing special todo as it's the 2011-11-08 00:03:32 +00:00
projects
runtime
test Enable support for returning i1, i8, and i16. Nothing special todo as it's the 2011-11-08 00:03:32 +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
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 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.