LLVM backend for 6502
Go to file
Quentin Colombet 92b0d8cf2c Test commit access
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166481 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-23 16:03:18 +00:00
autoconf
bindings Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. 2012-10-19 20:36:22 +00:00
cmake
docs Document current Doxygen use practices in Coding Standards. Mostly it is 2012-10-20 13:27:43 +00:00
examples Test commit access 2012-10-23 16:03:18 +00:00
include [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .byte). 2012-10-22 23:58:19 +00:00
lib This is another TLC patch for separating code for the Darwin and ELF ABIs 2012-10-23 15:51:16 +00:00
projects
runtime
test Transform code like this 2012-10-23 08:28:26 +00:00
tools Add support for annotated disassembly output for X86 and arm. 2012-10-22 22:31:46 +00:00
unittests
utils Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src", 2012-10-20 22:44:13 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.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.