LLVM backend for 6502
Go to file
Dan Gohman c70c37794f Fix a case where ScalarEvolution was expanding pointer arithmetic
to inttoptr/ptrtoint unnecessarily.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82864 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-26 16:11:57 +00:00
autoconf Fix a compile failure introduced by r82675 on MinGW which doesn't have 2009-09-25 21:07:20 +00:00
bindings
cmake Fix a compile failure introduced by r82675 on MinGW which doesn't have 2009-09-25 21:07:20 +00:00
docs
examples
include For the NSWSub support in the builder to actually be useable, 2009-09-26 15:35:35 +00:00
lib Fix a case where ScalarEvolution was expanding pointer arithmetic 2009-09-26 16:11:57 +00:00
projects
runtime
test Fix a case where ScalarEvolution was expanding pointer arithmetic 2009-09-26 16:11:57 +00:00
tools
unittests Fix a compile failure introduced by r82675 on MinGW which doesn't have 2009-09-25 21:07:20 +00:00
utils Provide proper masks for neon perfect shuffle table. 2009-09-25 22:52:29 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Fix a compile failure introduced by r82675 on MinGW which doesn't have 2009-09-25 21:07:20 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.