LLVM backend for 6502
Go to file
2013-09-04 21:00:02 +00:00
autoconf
bindings
cmake [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER 2013-09-02 09:15:01 +00:00
docs TableGen: Enumerate Schedule Model too. 2013-09-03 19:43:28 +00:00
examples
include mi-sched: bypass heuristic checks when regpressure tracking is disabled. 2013-09-04 21:00:02 +00:00
lib mi-sched: bypass heuristic checks when regpressure tracking is disabled. 2013-09-04 21:00:02 +00:00
projects
runtime
test Change swift/vldm test case to be less dependent on allocation order 2013-09-04 20:51:06 +00:00
tools Rename some variables to match the style guide. 2013-09-04 20:08:46 +00:00
unittests MemoryBufer: add a test: check that a file with size that is a multiple of the 2013-09-04 18:02:13 +00:00
utils [lit] Allow config files to pass arbitrary values to child configs. 2013-09-03 23:32:55 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
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.