LLVM backend for 6502
Go to file
2013-12-30 05:31:53 +00:00
autoconf
bindings Makefile.ocaml: Tweak to use --system-libs. 2013-12-20 00:36:59 +00:00
cmake Visual C++ does not support -ffunction-sections -fdata-sections. 2013-12-30 05:31:53 +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 Fix aranges and split dwarf by ensuring that the symbol and relocation 2013-12-30 05:25:49 +00:00
projects
test Fix aranges and split dwarf by ensuring that the symbol and relocation 2013-12-30 05:25:49 +00:00
tools Port r198087 and r198089 (strip dead code by default) from make to cmake. 2013-12-30 03:36:05 +00:00
unittests Port r198087 and r198089 (strip dead code by default) from make to cmake. 2013-12-30 03:36:05 +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 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.