LLVM backend for 6502
Go to file
Eli Friedman 23ef105580 PR2598: make sure to expand illegal forms of integer/floating-point
conversions for x86, like <2 x i32> -> <2 x float> and <4 x i16> -> 
<4 x float>.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72983 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-06 03:57:58 +00:00
autoconf
bindings
cmake More portability checks for CMake's config.h. 2009-06-05 23:46:34 +00:00
docs Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
examples
include Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more comments added 2009-06-06 03:56:29 +00:00
lib PR2598: make sure to expand illegal forms of integer/floating-point 2009-06-06 03:57:58 +00:00
projects
runtime
test PR2598: make sure to expand illegal forms of integer/floating-point 2009-06-06 03:57:58 +00:00
tools Add new function attribute - noimplicitfloat 2009-06-05 21:57:13 +00:00
unittests
utils Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt More portability checks for CMake's config.h. 2009-06-05 23:46:34 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules On platforms like Sparc64 you need to pass -r to 2009-06-05 15:05:19 +00:00
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.