LLVM backend for 6502
Go to file
Jack Carter 0140e55393 This allows hello world to be compiled for Mips 64 direct object.
It takes advantage of r159299 which introduces relocation support for N64. 
elf-dump needed to be upgraded to support N64 relocations as well.

This passes make check.

Jack


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159301 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-27 22:48:25 +00:00
autoconf
bindings
cmake
docs Sphinxify the exception handling doc. 2012-06-27 07:20:57 +00:00
examples
include The ELF relocation record format is different for N64 2012-06-27 22:28:30 +00:00
lib This allows hello world to be compiled for Mips 64 direct object. 2012-06-27 22:48:25 +00:00
projects
runtime
test This allows hello world to be compiled for Mips 64 direct object. 2012-06-27 22:48:25 +00:00
tools When users ask for -mcpu=help or -mattr=help, just output the help without 2012-06-27 16:23:48 +00:00
unittests
utils Refactor and speed up DFA generator. 2012-06-27 19:38:29 +00:00
.gitignore
CMakeLists.txt New test tool: obj2yaml 2012-06-19 18:02:35 +00:00
configure
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.