LLVM backend for 6502
Go to file
Johnny Chen 7e4823c51f Fixed warnings pointed out by clang.
Next to work on is ARMDisassemblerCore.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100695 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-07 21:52:48 +00:00
autoconf
bindings
cmake Tell Valgrind when we modify already-executed machine code so it knows 2010-03-15 04:57:55 +00:00
docs Update langref for memcpy, memmove, and memset 2010-04-07 06:35:53 +00:00
examples Fix the ocaml kaleidoscope tutorial to fix linking external libraries. 2010-03-21 23:15:13 +00:00
include Remove late ARM codegen optimization pass committed by accident. 2010-04-07 18:23:27 +00:00
lib Fixed warnings pointed out by clang. 2010-04-07 21:52:48 +00:00
projects
runtime
test unXFAIL, arm disassembler was reenabled. 2010-04-07 21:19:41 +00:00
tools add .o file writing for inline asm in llc. Here's a silly 2010-04-05 23:11:24 +00:00
unittests
utils Fixed a bug where the disassembler would allow an immediate 2010-04-07 21:42:19 +00:00
website
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.