LLVM backend for 6502
Go to file
Galina Kistanova d69568723d Few corrections on the document page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143578 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-02 22:05:18 +00:00
autoconf rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE 2011-11-01 21:31:44 +00:00
bindings
cmake Fix a typo noticed by Peter Collingbourne. No one depends on this 2011-11-02 16:55:57 +00:00
docs Few corrections on the document page. 2011-11-02 22:05:18 +00:00
examples
include object: Add operator < for SymbolRef and SectionRef. 2011-11-02 19:33:41 +00:00
lib Don't emit a directory entry for the value in DW_AT_comp_dir, that is always 2011-11-02 20:55:33 +00:00
projects rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE 2011-11-01 21:31:44 +00:00
runtime
test I added the first test to run llvm-dwarfdump. 2011-11-02 21:02:27 +00:00
tools Add back the top-level target for 'llvm-config' and the dependency edge 2011-11-02 17:22:57 +00:00
unittests
utils The TableGen parts of the CMake build are seriously broken. This fixes 2011-11-02 05:03:06 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE 2011-11-01 21:31:44 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile build/Make: Update for rename of show-diagnostics. 2011-11-02 19:48:19 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.