LLVM backend for 6502
Go to file
Benjamin Kramer ddc8b1f50b Bump sphinx config to 3.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168273 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-17 22:12:59 +00:00
autoconf Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
bindings
cmake
docs Bump sphinx config to 3.3. 2012-11-17 22:12:59 +00:00
examples
include Typo 2012-11-17 17:59:44 +00:00
lib Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user 2012-11-17 17:56:30 +00:00
projects
runtime
test Silence the buildbots for this test while I figure out the triple 2012-11-17 03:39:26 +00:00
tools
unittests Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user 2012-11-17 17:56:30 +00:00
utils really fix permissions 2012-11-17 06:38:44 +00:00
.gitignore
CMakeLists.txt Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CODE_OWNERS.TXT
configure Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
CREDITS.TXT Finally add myself to the credits. 2012-11-16 18:44:36 +00:00
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.