LLVM backend for 6502
Go to file
Eric Christopher b947233818 The return save offset can be computed at initialization time - do
so and save the value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228996 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-13 00:39:27 +00:00
autoconf
bindings
cmake
docs Don't promote asynch EH invokes of nounwind functions to calls 2015-02-11 01:23:16 +00:00
examples
include Add support for having multiple sections with the same name and comdat. 2015-02-12 23:29:51 +00:00
lib The return save offset can be computed at initialization time - do 2015-02-13 00:39:27 +00:00
projects
test Testcase for r228988. 2015-02-13 00:35:45 +00:00
tools Add concrete type overloads to PDBSymbol::findChildren(). 2015-02-12 21:09:24 +00:00
unittests Try to fix the MSVC build. 2015-02-12 19:53:49 +00:00
utils MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros 2015-02-12 15:35:40 +00:00
.arcconfig
.clang-format
.clang-tidy
.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 LLVM,
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.