LLVM backend for 6502
Go to file
Alp Toker 748618bee1 Make LLVM_MSC_PREREQ() compatible with all MSVC versions
The defined() preprocessor expansion wasn't working out on the lld builder.

Also update the documentation to cover another Visual Studio release versioning
convention.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198158 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-29 07:39:53 +00:00
autoconf
bindings Makefile.ocaml: Tweak to use --system-libs. 2013-12-20 00:36:59 +00:00
cmake Windows build fixes, hopefully last part. 2013-12-29 06:56:28 +00:00
docs Remove link to unexisting llvm-prof docs 2013-12-24 19:58:49 +00:00
examples
include Make LLVM_MSC_PREREQ() compatible with all MSVC versions 2013-12-29 07:39:53 +00:00
lib [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns. 2013-12-29 07:15:09 +00:00
projects
test [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns. 2013-12-29 07:15:09 +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 Resinstate the command line taking priority over CMakeLists in setting CMAKE_INSTALL_RPATH 2013-12-20 18:13:12 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT Fix documentation typos 2013-12-20 00:33:39 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
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.