LLVM backend for 6502
Go to file
Stuart Hastings 5129bdecd8 Omit private_extern declarations of extern symbols; followup to
r124468.  Patch by Rafael Avila de Espindola!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126297 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-23 02:27:05 +00:00
autoconf
bindings
cmake CMake: remove unnecessary variable. 2011-02-22 15:40:20 +00:00
docs
examples
include Omit private_extern declarations of extern symbols; followup to 2011-02-23 02:27:05 +00:00
lib Omit private_extern declarations of extern symbols; followup to 2011-02-23 02:27:05 +00:00
projects
runtime
test More fcopysign correctness and performance fix. 2011-02-23 02:24:55 +00:00
tools CMake: remove unnecessary variable. 2011-02-22 15:40:20 +00:00
unittests
utils Fix Builder::execute() to more properly pass the desired environment 2011-02-22 23:30:45 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Better OpenBSD support, patch by Amit Kulkarni. I have no way to test 2011-02-21 18:38:56 +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.