LLVM backend for 6502
Go to file
Dale Johannesen 0b4581f16c missed file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64436 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-13 02:32:04 +00:00
autoconf
bindings
cmake
docs Edit description of floating point constants to 2009-02-11 22:14:51 +00:00
examples
include Eliminate a couple of non-DebugLoc BuildMI variants. 2009-02-12 23:08:38 +00:00
lib missed file 2009-02-13 02:32:04 +00:00
projects
runtime
test Fix LSR's IV sorting function to explicitly sort by bitwidth 2009-02-13 00:26:43 +00:00
tools Rename bugpoint's error message file so that if it somehow 2009-02-12 20:53:27 +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 Avoid order files for now, as they aren't supported in 3.79. 2009-02-12 23:45:11 +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.