LLVM backend for 6502
Go to file
2014-01-15 16:56:57 +00:00
autoconf Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not 2014-01-15 10:34:30 +00:00
bindings
cmake Factor the option and checking of compiler version better. Put the 2014-01-13 22:21:34 +00:00
docs LangRef.rst: fix LangRef data layout text about m specifier, take 2 2014-01-15 02:49:17 +00:00
examples [cleanup] Re-sort the examples #include lines with my sort_includes 2014-01-13 09:58:03 +00:00
include WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations 2014-01-15 09:16:42 +00:00
lib LL and SC decoder method fix. 2014-01-15 13:17:33 +00:00
projects
test Make sure we create a new archive by deleting any stale ones first. 2014-01-15 16:56:57 +00:00
tools Whitespace. 2014-01-15 08:21:38 +00:00
unittests Update getLazyBitcodeModule to use ErrorOr for error handling. 2014-01-13 18:31:04 +00:00
utils replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h> 2014-01-15 07:59:37 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Factor the option and checking of compiler version better. Put the 2014-01-13 22:21:34 +00:00
CODE_OWNERS.TXT
configure Fix a bug in r199313 where I failed to restore CXXFLAGS. Doh! Not 2014-01-15 10:34:30 +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 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.