LLVM backend for 6502
Go to file
2011-12-27 18:25:50 +00:00
autoconf
bindings drop unneeded config.h includes 2011-12-22 23:04:07 +00:00
cmake Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. 2011-12-23 01:31:45 +00:00
docs Update the LangRef documentation: the codegen does support this instruction. 2011-12-25 21:32:35 +00:00
examples
include Section relative fixups are a coff concept, not a x86 one. Replace the 2011-12-24 14:47:52 +00:00
lib Turn cos(-x) into cos(x). Patch by Alexander Malyshev! 2011-12-27 18:25:50 +00:00
projects
runtime
test Turn cos(-x) into cos(x). Patch by Alexander Malyshev! 2011-12-27 18:25:50 +00:00
tools Add braces to remove silly warning. 2011-12-25 06:56:22 +00:00
unittests
utils
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.