LLVM backend for 6502
Go to file
NAKAMURA Takumi 49c193cc74 Don't build redundant libLLVMgold.a.
Building archive would be executed due to definition of BUILD_ARCHIVE,
even if BUILD_ARCHIVE = "0".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113578 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-10 06:26:57 +00:00
autoconf
bindings
cmake
docs
examples
include Teach if-converter to be more careful with predicating instructions that would 2010-09-10 01:29:16 +00:00
lib Fix merging base-updates for VLDM/VSTM: Before I switched these instructions 2010-09-10 05:15:04 +00:00
projects projects: Don't try to build libcxx if one happens to have it checked out into 2010-09-09 15:49:32 +00:00
runtime
test Fix test so it passes on non-Darwin hosts. 2010-09-10 06:20:01 +00:00
tools Don't build redundant libLLVMgold.a. 2010-09-10 06:26:57 +00:00
unittests
utils For each instruction itinerary class, specify the number of micro-ops each 2010-09-09 18:18:55 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules build: Allow subdir Makefiles to provide an alternate location for the SRCDIR 2010-09-09 17:38:11 +00:00
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.