LLVM backend for 6502
Go to file
2014-01-15 06:42:11 +00:00
autoconf Remove the last weird subproject, 'privbracket'. 2014-01-14 05:05:18 +00:00
bindings
cmake Factor the option and checking of compiler version better. Put the 2014-01-13 22:21:34 +00:00
docs LangRef.rst: fix LangRef data layout text about m specifier, take 2 2014-01-15 02:49:17 +00:00
examples
include Fix PR18449: SCEV needs more precise max BECount for multi-exit loop. 2014-01-15 06:42:11 +00:00
lib Fix PR18449: SCEV needs more precise max BECount for multi-exit loop. 2014-01-15 06:42:11 +00:00
projects
test Fix PR18449: SCEV needs more precise max BECount for multi-exit loop. 2014-01-15 06:42:11 +00:00
tools Check the error code and save a call to sys::fs::exists. 2014-01-15 04:49:50 +00:00
unittests
utils Simplify x86 disassembler table handling of when to use TYPE_Rv/TYPE_R16/TYPE_R32 now that HasOpSizePrefix only means 16-bit instructions. 2014-01-15 05:02:02 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Factor the option and checking of compiler version better. Put the 2014-01-13 22:21:34 +00:00
CODE_OWNERS.TXT
configure Remove the last weird subproject, 'privbracket'. 2014-01-14 05:05:18 +00:00
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.