LLVM backend for 6502
Go to file
2012-11-18 18:28:14 +00:00
autoconf Kick off 3.3 cycle for LLVM trunk. 2012-11-17 22:01:08 +00:00
bindings
cmake
docs Documentation: remove a copy of the FileCheck man page from TestingGuide 2012-11-18 18:28:14 +00:00
examples
include Typo 2012-11-17 17:59:44 +00:00
lib Don't try to calculate the alignment of an unsigned type. Fixes PR14371! 2012-11-18 05:39:39 +00:00
projects Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
runtime
test Use a full triple for a PPC test case for asm syntax. 2012-11-18 06:21:03 +00:00
tools MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). 2012-11-18 06:16:32 +00:00
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 Per agreement with Doug, take ownership of Clang's libSema. 2012-11-17 02:26:54 +00:00
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 Few more small CellSPU removals. 2012-11-14 22:13:56 +00:00
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.