LLVM backend for 6502
Go to file
Anton Korobeynikov 64ddbe48e1 Unbreak mingw build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45314 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-22 14:26:49 +00:00
autoconf
bindings Use a module to group calling convention values, too. 2007-12-20 00:13:26 +00:00
docs fix formatting 2007-12-19 19:48:49 +00:00
examples
include Make DAE not wipe out attributes on calls, and not drop 2007-12-21 19:16:16 +00:00
lib Unbreak mingw build 2007-12-22 14:26:49 +00:00
projects
runtime
test implement InstCombine/shift-trunc-shift.ll. This allows 2007-12-22 09:07:47 +00:00
tools Revert my previous check-in. 2007-12-20 01:46:01 +00:00
utils
website
win32
Xcode Adding bindings for memory buffers and module providers. Switching 2007-12-19 22:30:40 +00:00
build-for-llvm-top.sh
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.