LLVM backend for 6502
Go to file
Juergen Ributzka c7147a3b6d [FastISel][X86] Argument lowering test case
This test case is supposed to xfail, because we do not handle structs or byval
arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210816 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-12 20:34:09 +00:00
autoconf
bindings [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm 2014-06-09 17:34:34 +00:00
cmake
docs Add missing "InitializerConstant" to global variable syntax in LangRef. 2014-06-12 18:42:55 +00:00
examples
include Remove system_error.h. 2014-06-12 17:38:55 +00:00
lib [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. 2014-06-12 20:12:34 +00:00
projects
test [FastISel][X86] Argument lowering test case 2014-06-12 20:34:09 +00:00
tools Remove system_error.h. 2014-06-12 17:38:55 +00:00
unittests Replace llvm::error_code with std::error_code. 2014-06-12 14:11:22 +00:00
utils Remove system_error.h. 2014-06-12 17:38:55 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt CMake: don't install the internal config.h header 2014-06-12 11:25:18 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules autoconf: Fix libLLVM-Major-Minor-Patch.so symlink 2014-05-15 19:50:25 +00:00
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.