LLVM backend for 6502
Go to file
Chris Lattner f0395160f9 enhance DepthFirstIterator to support more robust operations in the face
of code mutating the graph while it is being traversed.  Patch by 
Olaf Krzikalla!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76869 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 06:30:28 +00:00
autoconf
bindings
cmake
docs Rename the new unsigned and signed keywords to nuw and nsw, 2009-07-22 22:44:56 +00:00
examples
include enhance DepthFirstIterator to support more robust operations in the face 2009-07-23 06:30:28 +00:00
lib refactor a blob of code out to a new 'FoldOrOfFCmps' function and 2009-07-23 05:46:22 +00:00
projects
runtime
test testcase for PR4590 2009-07-23 06:07:59 +00:00
tools Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
unittests MDString 2009-07-23 02:00:51 +00:00
utils Add new keywords to the vim syntax highlighting. 2009-07-22 22:45:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
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.