LLVM backend for 6502
Go to file
2012-06-25 23:42:33 +00:00
autoconf
bindings
cmake LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *.def. 2012-06-24 03:50:58 +00:00
docs Extend the IL for selecting TLS models (PR9788) 2012-06-23 11:37:03 +00:00
examples
include Define DAGOperand, an empty base class for RegisterClass and Operand. This allows one to write multiclasses that are polymorphic over both registers and non-register operands. 2012-06-25 21:25:16 +00:00
lib Make some ugly hacks for inline asm operands which name a specific register a bit more thorough. PR13196. 2012-06-25 23:42:33 +00:00
projects
runtime
test Make some ugly hacks for inline asm operands which name a specific register a bit more thorough. PR13196. 2012-06-25 23:42:33 +00:00
tools Rename fp-op fusion option (yet again) for compatibility with GCC option. 2012-06-22 22:31:00 +00:00
unittests unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now. 2012-06-24 03:48:40 +00:00
utils TableGen: AsmMatcher support for better operand diagnostics. 2012-06-22 23:56:44 +00:00
.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.