LLVM backend for 6502
Go to file
Dale Johannesen f4978e2094 This pass keeps a map of Instructions to Rank numbers,
and was deleting Instructions without clearing the
corresponding map entry.  This led to nondeterministic
behavior if the same address got allocated to another
Instruction within a short time.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67306 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-19 17:22:53 +00:00
autoconf Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
bindings
cmake CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be 2009-03-16 22:53:26 +00:00
docs Update these for the 2.5 release. 2009-03-13 13:42:20 +00:00
examples
include Add BUILTIN_EXPECT Support/Compiler macro. 2009-03-17 21:15:18 +00:00
lib This pass keeps a map of Instructions to Rank numbers, 2009-03-19 17:22:53 +00:00
projects
runtime
test These tests are now passing on Darwin because of r67139. 2009-03-18 17:45:11 +00:00
tools CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be 2009-03-16 22:53:26 +00:00
unittests Minimal raw_ostream unit tests 2009-03-17 16:14:59 +00:00
utils Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind instead of "DIAGNOSTICCONTROLLED". 2009-03-19 17:18:09 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix Clang build for srcdir != objdir 2009-03-14 14:42:51 +00:00
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.