LLVM backend for 6502
Go to file
Owen Anderson c0f3a0353c Fix an issue where restores could be inserted after a terminator instruction,
and an iterator invalidation issue.

FreeBench/pifft no longer miscompiles with these fixes!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63293 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-29 08:22:06 +00:00
autoconf
bindings
cmake
docs SDOperand has been renamed to SDValue. SDNode::Val is now 2009-01-28 21:36:46 +00:00
examples
include - Add DebugLoc to getTargetNode(). 2009-01-29 05:27:31 +00:00
lib Fix an issue where restores could be inserted after a terminator instruction, 2009-01-29 08:22:06 +00:00
projects
runtime
test Exit with nice warnings when register allocator run out of registers. 2009-01-29 02:20:59 +00:00
tools
unittests
utils - Add DebugLoc to getTargetNode(). 2009-01-29 05:27:31 +00:00
website
win32 Fix PR3415 (infinite loop in EscapeAnalysis) by 2009-01-28 11:33:59 +00:00
Xcode
build-for-llvm-top.sh
CMakeLists.txt Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cmake. 2009-01-28 17:49:03 +00:00
configure
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM 2009-01-05 17:42:15 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt Remove extra lines 2008-07-28 20:50:25 +00:00

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.