LLVM backend for 6502
Go to file
2012-04-15 20:17:14 +00:00
autoconf Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
bindings
cmake
docs Fix filename and register numbers. 2012-04-15 20:13:47 +00:00
examples
include Add the MDBuilder helper class for conveniently creating metadata. 2012-04-15 18:03:49 +00:00
lib Fix PR12529. The Vxx family of instructions are only supported by AVX. 2012-04-15 19:36:44 +00:00
projects Fix a problem in the target detection for Debian GNU/HURD 2012-04-05 19:34:15 +00:00
runtime
test Fix PR12529. The Vxx family of instructions are only supported by AVX. 2012-04-15 19:36:44 +00:00
tools Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. 2012-04-15 20:17:14 +00:00
unittests Add the MDBuilder helper class for conveniently creating metadata. 2012-04-15 18:03:49 +00:00
utils Remove old code to strip out unwanted PPC slices for Apple llvmCore. 2012-04-13 22:58:53 +00:00
.gitignore
CMakeLists.txt Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
configure Remove a remaining reference to the obsolete C backend in configure 2012-04-12 12:02:39 +00:00
CREDITS.TXT Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch 2012-04-14 20:57:13 +00:00
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix the build under Debian GNU/Hurd. 2012-04-11 15:35:36 +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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.