LLVM backend for 6502
Go to file
Alp Toker ddfc20dea4 Fix symbol defines in config.h.cmake
These were incorrectly pointing to HAVE_LOG despite being checked for
correctly in config-ix.cmake.

Patch by James Lyon!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194051 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-05 07:27:18 +00:00
autoconf
bindings [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder 2013-11-04 01:39:42 +00:00
cmake
docs [docs] Add link to 32-bit ARM ELF supplement. 2013-11-04 19:43:36 +00:00
examples
include Fix symbol defines in config.h.cmake 2013-11-05 07:27:18 +00:00
lib Lift alignment restrictions on load folding for a significant portion of AVX instructions. 2013-11-05 06:31:43 +00:00
projects
test Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post). 2013-11-05 03:39:32 +00:00
tools Revert "llvm-cov: Added command-line option to change dir." 2013-11-05 01:56:29 +00:00
unittests Simplify ErrorOr. 2013-11-05 00:28:01 +00:00
utils AVX-512: added VPCONFLICT instruction and intrinsics, 2013-11-03 13:46:31 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Modify CMakeLists.txt to work around pr17763 and bring some bots back. 2013-10-31 22:13:41 +00:00
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.