LLVM backend for 6502
Go to file
Manman Ren 6afede522e Revert r185852.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185861 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-08 20:27:34 +00:00
autoconf Find xdot or xdot.py. 2013-07-08 20:24:54 +00:00
bindings
cmake Find xdot or xdot.py. 2013-07-08 20:24:54 +00:00
docs IR headers moved to llvm/IR some aeons ago, update documentation. 2013-07-08 19:59:35 +00:00
examples
include Revert r185852. 2013-07-08 20:27:34 +00:00
lib Revert r185852. 2013-07-08 20:27:34 +00:00
projects
runtime
test [PowerPC] Always use "assembler dialect" 1 2013-07-08 20:20:51 +00:00
tools Create files with the correct permission instead of changing it afterwards. 2013-07-08 16:16:51 +00:00
unittests We now always create files with the correct permissions. Simplify the interface. 2013-07-08 16:42:01 +00:00
utils Extend 'readonly' and 'readnone' to work on function arguments as well as 2013-07-06 00:29:58 +00:00
.arcconfig
.gitignore
CMakeLists.txt Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake. 2013-06-26 07:57:53 +00:00
CODE_OWNERS.TXT Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and ThreadSanitizer; Evgeniy Stepanov: MemorySanitizer) 2013-06-27 08:47:12 +00:00
configure Find xdot or xdot.py. 2013-07-08 20:24:54 +00:00
CREDITS.TXT
LICENSE.TXT Be more specific and capitalize filenames. 2013-05-21 21:22:34 +00:00
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile Fix regular expression used by 'make update' to only look for 'I' and '?' at the start of svn info results and to check for spaces after 'I' instead of just after '?'. 2013-07-03 14:48:37 +00:00
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.