LLVM backend for 6502
Go to file
Manman Ren c55bd47105 Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
reachablity.

We conservatively approximate the reachability analysis by saying it is not
reachable if there is a single path starting from "From" and the path does not
reach "To".

rdar://12801584


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171512 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04 19:19:47 +00:00
autoconf Update the configure scripts as well as the makefiles for the move from 2013-01-02 09:22:59 +00:00
bindings
cmake [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. 2013-01-03 00:00:40 +00:00
docs Update the gcc-loops benchmarks results with the new automatic unrolling feature. 2013-01-04 19:10:34 +00:00
examples Update the examples for the new header file locations. 2013-01-02 11:56:33 +00:00
include PowerPC: Fix eh_frame relocation for PIC 2013-01-04 19:08:13 +00:00
lib Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the 2013-01-04 19:19:47 +00:00
projects
runtime
test Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the 2013-01-04 19:19:47 +00:00
tools Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
unittests [Support][Endian] Add support for specifying the alignment and native unaligned types. 2013-01-02 20:14:11 +00:00
utils Add Textmate bundle for Tablegen syntax-highlighting 2013-01-04 18:55:24 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Update the configure scripts as well as the makefiles for the move from 2013-01-02 09:22:59 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Update the root Makefile for VMCore -> IR. Missed by my original search 2013-01-02 09:27:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +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.