LLVM backend for 6502
Go to file
Nico Weber 098bcf76bc [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.
Also add leading spaces to the LINK_FLAGS setters, since that's what the cmake
folks recommend: http://www.cmake.org/pipermail/cmake/2012-October/052399.html


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198182 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-29 23:04:48 +00:00
autoconf
bindings
cmake [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X. 2013-12-29 23:04:48 +00:00
docs
examples
include Make LLVM_MSC_PREREQ() compatible with all MSVC versions 2013-12-29 07:39:53 +00:00
lib ARM IAS: fix after r198172 2013-12-29 18:53:16 +00:00
projects
test ARM: provide VFP aliases for pre-V6 mnemonics 2013-12-29 17:58:35 +00:00
tools EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +00:00
unittests Attempt to fix JIT unit tests after r198087. 2013-12-27 23:36:22 +00:00
utils Python compatibility fix for r198150 2013-12-29 06:51:10 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
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 Be more specific and capitalize filenames. 2013-05-21 21:22:34 +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.