LLVM backend for 6502
Go to file
2014-01-02 17:41:40 +00:00
autoconf Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
bindings
cmake Remove CMake-Xcode hack that symlinked llvm-config into a common place. 2014-01-02 16:30:55 +00:00
docs Remove the 's' DataLayout specification 2014-01-01 22:29:43 +00:00
examples
include Support LLVM_STATIC_ASSERT() in clang pre-C++11 mode 2014-01-02 04:07:41 +00:00
lib Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler table builder doesn't need to string match them to exclude them. 2014-01-02 17:28:14 +00:00
projects
test [arm] Add softvfp to supported FPU names. 2014-01-02 15:50:02 +00:00
tools
unittests Rename 'assert' to something less loaded in CompileAssertHasType 2014-01-01 23:34:16 +00:00
utils Remove unnecessary stirng comparison from disassembler. 2014-01-02 17:41:40 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib) 2013-12-30 06:48:30 +00:00
CODE_OWNERS.TXT
configure Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
CREDITS.TXT
LICENSE.TXT Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
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.