LLVM backend for 6502
Go to file
2012-04-16 00:12:20 +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 class name. 2012-04-15 20:22:36 +00:00
examples
include Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with normal shuffle vectors. 2012-04-15 22:43:31 +00:00
lib Fix SDTypeProfile for vpermps. The mask operand should be v8i32. 2012-04-16 00:12:20 +00:00
projects Fix a problem in the target detection for Debian GNU/HURD 2012-04-05 19:34:15 +00:00
runtime
test Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with normal shuffle vectors. 2012-04-15 22:43:31 +00:00
tools Make member variables of AsmToken private. Remove unnecessary forward declarations. Remove an unnecessary include. 2012-04-15 22:00:22 +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
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
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.