LLVM backend for 6502
Go to file
Chris Lattner 4bd8217af3 fix instcombine merging GEPs through a PHI to only make the
result inbounds if all of the inputs are inbounds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125785 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-17 22:21:26 +00:00
autoconf
bindings
cmake
docs Fix thinko, basic blocks are SESE. The exits may have many edges though. 2011-02-17 02:19:22 +00:00
examples
include Enhance constant folding of bitcast operations on vectors of floats. 2011-02-17 21:22:27 +00:00
lib fix instcombine merging GEPs through a PHI to only make the 2011-02-17 22:21:26 +00:00
projects
runtime
test fix instcombine merging GEPs through a PHI to only make the 2011-02-17 22:21:26 +00:00
tools Add a debug obj-path option to make it easy to keep the .o produce by LTO. 2011-02-16 11:19:44 +00:00
unittests Adds llvm::sys::path::is_separator() to test whether a char is a path separator 2011-02-11 21:24:40 +00:00
utils lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as workaround [PR6745] for mingw's tests. Danil Malyshev suggested this. 2011-02-17 05:56:41 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Add current binary and source directories to the header search list 2011-02-14 20:13:58 +00:00
configure
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.