LLVM backend for 6502
Go to file
2012-01-13 08:12:35 +00:00
autoconf
bindings
cmake
docs Revert accidental commit. 2012-01-12 23:06:28 +00:00
examples
include Added the MachineSchedulerPass skeleton. 2012-01-13 06:30:30 +00:00
lib Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones if AVX2 is enabled. This gives the ExeDepsFix pass a chance to choose FP vs int as appropriate. Also use v8i32 as the type for getZeroVector if AVX2 is enabled. This is consistent with SSE2 using prefering v4i32. 2012-01-13 08:12:35 +00:00
projects
runtime
test test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts. 2012-01-13 07:03:55 +00:00
tools 80 columns. 2012-01-11 21:23:35 +00:00
unittests
utils Delete CodeInit and CodeRecTy from TableGen. 2012-01-13 03:38:34 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Undo test commit 2011-11-22 20:05:48 +00:00

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.