LLVM backend for 6502
Go to file
2006-11-25 08:38:44 +00:00
autoconf Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
docs Documented the --disable-compression option in gccld and gccas. 2006-11-21 22:53:12 +00:00
examples
include/llvm setOperand should not zap the operand list or add implicit operands to an 2006-11-20 17:57:22 +00:00
lib Make the absolute/relative tolerance information easier to read/understand. 2006-11-25 08:38:44 +00:00
projects For PR950: 2006-11-08 06:47:33 +00:00
runtime Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
test Fix some typos. 2006-11-23 16:45:52 +00:00
tools Update to new predicate simplifier VRP design. Fixes PR966 and PR967. 2006-11-22 23:49:16 +00:00
utils Only show the first few lines of difference. 2006-11-25 04:07:06 +00:00
win32
Xcode
.cvsignore
configure Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile.common
Makefile.config.in Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile.rules Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
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.