LLVM backend for 6502
Go to file
2014-08-21 18:52:58 +00:00
autoconf
bindings
cmake
docs [LIT] Remove documentation for method since it does not exist 2014-08-21 18:52:58 +00:00
examples
include Use returns_nonnull in BumpPtrAllocator and MallocAllocator to avoid null-check in placement new 2014-08-21 17:10:00 +00:00
lib Respect LibraryInfo in populateLTOPassManager and use it. NFC. 2014-08-21 18:49:52 +00:00
projects
test [AArch64] Run a peephole pass right after AdvSIMD pass. 2014-08-21 18:10:07 +00:00
tools Handle inlining in populateLTOPassManager like in populateModulePassManager. 2014-08-21 13:35:30 +00:00
unittests IntelJITEventListener updates to fix breaks by recent changes to EngineBuilder and DIContext. 2014-08-21 07:01:55 +00:00
utils Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. 2014-08-21 05:55:13 +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.