LLVM backend for 6502
Go to file
Eli Friedman 1694e095c0 Remove dead check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76301 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-18 09:12:15 +00:00
autoconf
bindings
cmake
docs
examples
include Replace intersectWith with maximalIntersectWith. The latter guarantees that 2009-07-18 06:34:42 +00:00
lib Remove dead check. 2009-07-18 09:12:15 +00:00
projects
runtime
test Canonicalize insert/extractelement from single-element vectors into 2009-07-18 09:07:47 +00:00
tools Switch lli back to using allocate-gvs-with-code behavior. 2009-07-18 08:07:13 +00:00
unittests Replace intersectWith with maximalIntersectWith. The latter guarantees that 2009-07-18 06:34:42 +00:00
utils Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency. 2009-07-18 01:43:53 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Sketch support for target specific assembly parser. 2009-07-17 20:42:00 +00:00
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.