LLVM backend for 6502
Go to file
2015-01-07 20:28:57 +00:00
autoconf
bindings
cmake Reverting r225319; since there is a folder named Examples, attempting to add a target of the same name causes problems for IDEs like Visual Studio. 2015-01-07 14:47:12 +00:00
docs Change the .ll syntax for comdats and add a syntactic sugar. 2015-01-06 22:55:16 +00:00
examples Manually specify the folder that Kaleidescope should reside in for CMake-produced solutions that care about such things (like MSVC). This takes the Kaleidescope target out of the root solution folder and places it into the Examples folder where it belongs. 2015-01-07 14:26:07 +00:00
include Introduce an example statepoint GC strategy 2015-01-07 19:07:50 +00:00
lib [Hexagon] Adding floating point classification and creation. 2015-01-07 20:28:57 +00:00
projects
test [Hexagon] Adding floating point classification and creation. 2015-01-07 20:28:57 +00:00
tools Manually specify the folder that llvm-ranlib should reside in for CMake-produced solutions that care about such things (like MSVC). This takes llvm-ranlib out of the root solution folder and places it into the Tools folder where it belongs. 2015-01-07 14:19:15 +00:00
unittests IR: Don't drop MDNode uniquing on null operands 2015-01-05 23:31:54 +00:00
utils Improvements to emacs packages for llvm and tablegen mode. 2015-01-07 15:52:51 +00:00
.arcconfig
.clang-format
.clang-tidy
.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.