LLVM backend for 6502
Go to file
Bruno Cardoso Lopes 5f6c440e53 More cleanup, subtarget info isn't used here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136049 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-26 02:39:25 +00:00
autoconf
bindings
cmake Still more library dependency updates. This reflects the ever decreasing 2011-07-26 00:09:11 +00:00
docs Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. 2011-07-25 23:16:38 +00:00
examples
include Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. 2011-07-26 00:42:34 +00:00
lib More cleanup, subtarget info isn't used here. 2011-07-26 02:39:25 +00:00
projects
runtime
test ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8. 2011-07-25 23:32:14 +00:00
tools Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. 2011-07-26 00:42:34 +00:00
unittests Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
utils Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. 2011-07-26 00:24:13 +00:00
website
.gitignore
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.