LLVM backend for 6502
Go to file
2011-11-07 21:43:40 +00:00
autoconf
bindings
cmake Fix CRT selection logic when using CMake NMake generator. 2011-11-06 23:37:22 +00:00
docs Release Notes: add a description of -enable-iv-rewrite. 2011-11-06 17:59:24 +00:00
examples
include Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() 2011-11-07 17:09:05 +00:00
lib Allow i1 to be promoted to i32 for ARM AAPCS and AAPCS-VFP calling convention as well. 2011-11-07 21:43:40 +00:00
projects
runtime
test Simplify some uses of utohexstr. 2011-11-07 21:00:59 +00:00
tools Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). 2011-11-07 17:21:36 +00:00
unittests
utils More AVX2 instructions and their intrinsics. 2011-11-06 23:04:08 +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 Test. 2011-10-29 14:16:39 +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.