LLVM backend for 6502
Go to file
2009-09-17 01:08:43 +00:00
autoconf
bindings Expose initializing the native target for the execution engine. 2009-09-14 21:54:32 +00:00
cmake Update CMake. 2009-09-17 00:06:48 +00:00
docs apparently russians are really hard to sort or something! 2009-09-16 05:42:12 +00:00
examples
include add a version of the APFloat constructor that initializes to 0.0 2009-09-17 01:08:43 +00:00
lib add a version of the APFloat constructor that initializes to 0.0 2009-09-17 01:08:43 +00:00
projects
runtime
test Fix PR4910: Broken logic in coalescer means when a physical register liveness is being shortened, the sub-registers were not. The symptom is the register allocator could not find a free register for this particular test. 2009-09-17 00:57:15 +00:00
tools Now that llc can read .ll files directly, teach it to recognize .ll as 2009-09-16 19:18:41 +00:00
unittests Add StringRef::{rfind, rsplit} 2009-09-16 22:38:48 +00:00
utils lit: Add a custom test format for use in clang. 2009-09-16 01:34:52 +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
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.