LLVM backend for 6502
Go to file
Devang Patel 3fb6bd690a Ignore nameless variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87069 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 02:25:26 +00:00
autoconf
bindings
cmake
docs
examples
include Switch to smallvector. Also fix issue with using unsigend for MaxSplit. 2009-11-13 02:18:25 +00:00
lib Ignore nameless variables. 2009-11-13 02:25:26 +00:00
projects
runtime
test Adjust isConstantSplat to allow for big-endian targets. 2009-11-13 01:45:18 +00:00
tools Add compare_lower and equals_lower methods to StringRef. Switch all users of 2009-11-12 20:36:59 +00:00
unittests Switch to smallvector. Also fix issue with using unsigend for MaxSplit. 2009-11-13 02:18:25 +00:00
utils
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Hopefully unbreak the build by mimicking the changes on the 2009-11-12 06:48:09 +00:00
configure
CREDITS.TXT
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt First test commit 2009-10-05 22:29:11 +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.