LLVM backend for 6502
Go to file
Craig Topper e1a18a66df Fix typo in a couple comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147045 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-21 06:30:53 +00:00
autoconf
bindings
cmake
docs Add a few lines to the release notes: 2011-12-20 08:02:50 +00:00
examples
include Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. 2011-12-20 20:03:10 +00:00
lib Fix typo in a couple comments 2011-12-21 06:30:53 +00:00
projects
runtime
test Make some intrinsics safe to speculatively execute. 2011-12-21 05:52:02 +00:00
tools Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
unittests Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
utils ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback. 2011-12-21 00:38:54 +00:00
.gitignore
CMakeLists.txt
configure Regenerate. 2011-12-21 00:52:44 +00:00
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.