LLVM backend for 6502
Go to file
2010-02-03 02:11:49 +00:00
autoconf Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. 2010-02-03 02:11:49 +00:00
bindings
cmake
docs Inline addAssemblyEmitter into its one real caller and delete 2010-02-02 18:44:12 +00:00
examples Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
include Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. 2010-02-03 02:11:49 +00:00
lib don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, 2010-02-03 01:49:49 +00:00
projects
runtime
test Reapply 95050 with a tweak to check the register class. 2010-02-03 01:40:33 +00:00
tools Hook up -filetype=obj through the MachO streamer. Here's a demo: 2010-02-02 23:57:42 +00:00
unittests Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
utils sink handling of target-independent machine instrs (other 2010-02-03 01:00:52 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. 2010-02-03 02:11:49 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Added a custom TableGen backend to support the 2010-01-29 00:21:04 +00:00
ModuleInfo.txt
README.txt test commit. 2010-01-26 19:45:17 +00:00

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.