LLVM backend for 6502
Go to file
2010-03-19 23:04:23 +00:00
autoconf Force configuration of some projects before others. In particular, some 2010-03-19 21:31:39 +00:00
bindings
cmake
docs
examples
include Fix more places to more thoroughly ignore debug intrinsics. This fixes 2010-03-19 21:51:03 +00:00
lib Revert this change, since it was causing ARM performance regressions. 2010-03-19 22:51:32 +00:00
projects
runtime
test call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) 2010-03-19 21:06:24 +00:00
tools llvm-mc: Fix target selection for --disassemble to use GetTarget. 2010-03-19 18:07:50 +00:00
unittests
utils Revert r99009 temporarily it seems to be breaking the bots. 2010-03-19 23:04:23 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Force configuration of some projects before others. In particular, some 2010-03-19 21:31:39 +00:00
CREDITS.TXT Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. 2010-03-04 20:56:19 +00:00
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt Give packagers some advice about how to build LLVM so it's useful to 2010-02-26 00:54:42 +00:00

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.