LLVM backend for 6502
Go to file
Duncan P. N. Exon Smith d91c160b0a LTO: whitespace changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198954 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-10 20:24:35 +00:00
autoconf
bindings
cmake
docs Use 'w' instead of 'c' to represent the win32 mangling. 2014-01-10 13:42:12 +00:00
examples
include LTO: whitespace changes 2014-01-10 20:24:35 +00:00
lib LTO: whitespace changes 2014-01-10 20:24:35 +00:00
projects
test LoopVectorizer: Handle strided memory accesses by versioning 2014-01-10 18:20:32 +00:00
tools lli: Tweak CacheName not to contain DOS driveletter. 2014-01-10 10:38:40 +00:00
unittests
utils Sink add_llvm_library(gtest_main) to UnitTestMain/CMakeLists.txt. 2014-01-10 11:02:26 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Introduce a cmake LLVM_ENABLE_LIBCXX build parameter to compile using libc++ instead of the system default 2014-01-06 18:27:27 +00:00
CODE_OWNERS.TXT Update email address. 2013-12-04 09:42:49 +00:00
configure
CREDITS.TXT Fix documentation typos 2013-12-20 00:33:39 +00:00
LICENSE.TXT Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
llvm.spec.in
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO 2013-10-02 15:42:23 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert "Test commit to check e-mail address. Please discard this." 2013-10-04 10:59:13 +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 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.