LLVM backend for 6502
Go to file
2009-02-12 16:36:26 +00:00
autoconf
bindings
cmake
docs Edit description of floating point constants to 2009-02-11 22:14:51 +00:00
examples
include Add method 'isSingleton()' to ImmutableSet. This returns true if the set contains exactly one element. 2009-02-12 05:17:02 +00:00
lib This code doesn't actually use the ExitingBlocks list. 2009-02-12 16:36:26 +00:00
projects
runtime
test It's (currently) not safe to keep certain physical registers live across basic blocks, e.g. x86 fp stack registers. 2009-02-12 10:32:17 +00:00
tools Revert r64299: it breaks the build when configured 2009-02-11 13:23:49 +00:00
unittests Fix comment. 2009-02-09 12:31:40 +00:00
utils Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable 2009-02-12 08:02:35 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
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.