LLVM backend for 6502
Go to file
2012-04-25 06:37:20 +00:00
autoconf
bindings
cmake CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older environments than VS9. 2012-04-21 14:51:02 +00:00
docs
examples
include typo in declaration from earlier today 2012-04-25 01:11:22 +00:00
lib Reverting r155468. Chris and Chandler have convinced me that it's dangerous and 2012-04-25 02:16:54 +00:00
projects
runtime
test Actually delete now-empty file. 2012-04-25 02:30:00 +00:00
tools openbsd doesn't support soname, patch by Brad Smith! 2012-04-25 06:37:20 +00:00
unittests SparseSet: Add support for key-derived indexes and arbitrary key types. 2012-04-20 20:05:28 +00:00
utils ARM: improved assembler diagnostics for missing CPU features. 2012-04-24 22:40:08 +00:00
.gitignore
CMakeLists.txt CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLVMOptions.cmake has it. 2012-04-21 14:50:56 +00:00
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.