LLVM backend for 6502
Go to file
Eli Friedman 1555473387 Remove some stuff that's already implemented. Also, remove the note about
merging x >u 5 and x <s 20 because it's impossible to implement.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91228 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-12 21:41:48 +00:00
autoconf Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
bindings
cmake
docs Add note about loadable modules on windows. 2009-12-09 17:26:02 +00:00
examples
include Make it easier to use the llvm_unreachable and DEBUG macros without "using 2009-12-12 04:08:32 +00:00
lib Remove some stuff that's already implemented. Also, remove the note about 2009-12-12 21:41:48 +00:00
projects
runtime
test Disable r91104 for x86. It causes partial register stall which pessimize code in 32-bit. 2009-12-12 20:03:14 +00:00
tools when opt crashes, print its command line arguments as a pretty stack trace. 2009-12-09 00:41:28 +00:00
unittests Revert r91208. Something on Linux prevents the JIT from looking up a symbol 2009-12-12 06:18:46 +00:00
utils Remove unneeded ';' and a class/struct mismatch (noticed by clang). 2009-12-09 02:58:09 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Update install-clang target for clang-cc removal. 2009-12-12 21:17:54 +00:00
Makefile.common
Makefile.config.in Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
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.