LLVM backend for 6502
Go to file
Chris Lattner fe560b8c85 Fix a nasty bug introduced when apint'ified. This fixes
Transforms/IndVarsSimplify/exit_value_tests.llx


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36081 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-15 19:52:49 +00:00
autoconf
docs Describe quoting rules. 2007-04-15 08:01:04 +00:00
examples
include Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for 2007-04-15 08:47:27 +00:00
lib Fix a nasty bug introduced when apint'ified. This fixes 2007-04-15 19:52:49 +00:00
projects avoid collision with /usr/bin/sample if this ever gets installed. 2007-02-18 03:03:41 +00:00
runtime crtend is only for llvm-gcc3, remove it. 2007-02-23 19:34:09 +00:00
test For PR1319: Upgrade to new test harness. 2007-04-15 19:35:51 +00:00
tools
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Echo command lines only if the user wants them. 2007-04-15 06:22:48 +00:00
Makefile.common
Makefile.config.in
Makefile.rules add a target to print out 80-column violations. 2007-04-14 23:35:45 +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.