LLVM backend for 6502
Go to file
2011-04-29 22:48:03 +00:00
autoconf
bindings
cmake Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
docs docs/doxygen.css: Tweak padding on memdoc. 2011-04-29 09:59:12 +00:00
examples Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
include Assing line number info to new PHIs created by SSA updater. 2011-04-29 22:28:59 +00:00
lib Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/Thumb2 patterns. 2011-04-29 22:48:03 +00:00
projects
runtime win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build 2011-04-29 18:58:57 +00:00
test Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/Thumb2 patterns. 2011-04-29 22:48:03 +00:00
tools
unittests Remove bounded StringRef::compare() since nothing but Clang SA was using it and it is just as easy to use StringRef::substr() preceding StringRef::compare() to achieve the same thing. 2011-04-28 20:20:12 +00:00
utils Filter out pattterns from the FastISel emitter which it doesn't actually know how to handle. No significant functionality change at the moment, but it's necessary for some changes I'm planning. 2011-04-29 21:58:31 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.