LLVM backend for 6502
Go to file
Matt Arsenault 53bb26f61c Use function's argument instead of the global flag.
For now it happens the argument is always the same.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190896 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-17 22:45:57 +00:00
autoconf Fix for executing AutoRegen.sh. Revert a part of r187209. 2013-09-13 10:29:42 +00:00
bindings
cmake [CMake] Hack GetSVN.cmake to handle unusual terminals. 2013-09-16 21:38:01 +00:00
docs Implement function prefix data as an IR feature. 2013-09-16 01:08:15 +00:00
examples
include Costmodel: Add support for horizontal vector reductions 2013-09-17 18:06:50 +00:00
lib Revert the load slicing done in r190870. 2013-09-17 22:01:26 +00:00
projects
runtime
test Revert the load slicing done in r190870. 2013-09-17 22:01:26 +00:00
tools ELF: Add support for the exclude section bit for gas compat. 2013-09-15 19:53:20 +00:00
unittests
utils Use function's argument instead of the global flag. 2013-09-17 22:45:57 +00:00
.arcconfig
.clang-format
.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 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.