LLVM backend for 6502
Go to file
2009-11-22 15:15:52 +00:00
autoconf
bindings
cmake Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. 2009-11-19 23:21:43 +00:00
docs
examples
include Allow target to disable if-converting predicable instructions. e.g. NEON instructions under ARM mode. 2009-11-21 06:20:26 +00:00
lib Remove dead code. While there, also turn a few 'T* ' into 'T *' to match the 2009-11-22 02:38:11 +00:00
projects
runtime
test Turns out stuff gets allocated to different registers depending on the subtarget. 2009-11-22 15:15:52 +00:00
tools Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. 2009-11-21 00:00:02 +00:00
unittests
utils Fix whitespace. 2009-11-22 04:24:42 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
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.