LLVM backend for 6502
Go to file
Michael Gottesman db011405b3 [objc-arc-contract] Rename contractRelease => tryToContractReleaseIntoStoreStrong.
NFC. Makes it clearer what this method is actually supposed to do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229795 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-19 00:42:34 +00:00
autoconf Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Reported initially on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772302 & https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772301 2015-02-01 14:55:43 +00:00
bindings [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
cmake CMake: Fix add_lit_target for the case where a test suite has zero target dependencies. 2015-02-18 22:25:35 +00:00
docs Document that defaulted & deleted methods and explicit conversions are allowed now. 2015-02-16 10:28:41 +00:00
examples [Orc][Kaleidoscope] Fix a fixme - no reason we can't use C++14 in the tutorials. 2015-02-18 23:16:09 +00:00
include IR: Drop scope from MDTemplateParameter 2015-02-19 00:37:21 +00:00
lib [objc-arc-contract] Rename contractRelease => tryToContractReleaseIntoStoreStrong. 2015-02-19 00:42:34 +00:00
projects
test IR: Drop scope from MDTemplateParameter 2015-02-19 00:37:21 +00:00
tools Add an IR-to-IR test for dwarf EH preparation using opt 2015-02-18 23:17:41 +00:00
unittests IR: Drop scope from MDTemplateParameter 2015-02-19 00:37:21 +00:00
utils [shuffles] Tweak my shufflevector fuzz test generation script to produce 2015-02-18 01:36:45 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Adding install targets for individual LLVM tools and libraries. 2015-02-18 19:25:47 +00:00
CODE_OWNERS.TXT
configure Fix some bashims. More information on https://wiki.ubuntu.com/DashAsBinSh. Reported initially on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772302 & https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772301 2015-02-01 14:55:43 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2015-02-04 18:46:00 +00:00

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.