LLVM backend for 6502
Go to file
2014-01-28 09:43:49 +00:00
autoconf
bindings
cmake [CMake] Let llvm_process_sources check not only *.cpp but also *.c. 2014-01-28 09:43:49 +00:00
docs
examples
include MC: Add a .debug section that we'll soon use to emit debug info into COFF files 2014-01-28 03:48:44 +00:00
lib [vectorizer] Completely disable the block frequency guidance of the loop 2014-01-28 09:10:41 +00:00
projects
test [vectorizer] Completely disable the block frequency guidance of the loop 2014-01-28 09:10:41 +00:00
tools [CMake] Put lli-child-target into the Folder "Misc". 2014-01-28 09:43:41 +00:00
unittests Roll back the ConstStringRef change for now 2014-01-27 05:24:39 +00:00
utils Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors. 2014-01-28 04:49:01 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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